mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-12-01 02:13:36 +01:00
Compare commits
22 Commits
feature/EH
...
b24aa684a0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b24aa684a0 | ||
|
|
ce7e9ac6f5 | ||
|
|
c84d4d5892 | ||
|
|
27bbc521c6 | ||
|
|
cd7721cad5 | ||
|
|
b47f57fe3f | ||
|
|
9b8ff229aa | ||
|
|
9fecc4b084 | ||
|
|
decaaf467f | ||
|
|
fc5028f82f | ||
|
|
dbf6a15381 | ||
|
|
20d87b58f7 | ||
|
|
d7c921515b | ||
|
|
1ae8ce0b38 | ||
|
|
c83c111aa6 | ||
|
|
e87ec7480a | ||
|
|
50e47c366c | ||
|
|
0d2b69c61f | ||
|
|
4c060f7b42 | ||
|
|
b0b0376d5b | ||
|
|
aef09a05f3 | ||
|
|
02671fb645 |
15
CHANGELOG.md
15
CHANGELOG.md
@@ -8,6 +8,18 @@ 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
|
||||
@@ -486,7 +498,8 @@ and this project adheres to
|
||||
## [0.0.7] - 2019-09-02
|
||||
|
||||
[unreleased]:
|
||||
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.2...dev
|
||||
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
|
||||
[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
|
||||
|
||||
4686
package-lock.json
generated
4686
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "foris",
|
||||
"version": "6.7.2",
|
||||
"version": "6.8.0",
|
||||
"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.2",
|
||||
"axios": "^1.7.9",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"axios": "^1.12.2",
|
||||
"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.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",
|
||||
"@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",
|
||||
"@testing-library/react": "^12.1.5",
|
||||
"babel-loader": "^9.2.1",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"bootstrap": "^5.3.3",
|
||||
"bootstrap": "^5.3.8",
|
||||
"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.8.0",
|
||||
"jest-mock-axios": "^4.9.0",
|
||||
"moment-timezone": "^0.5.47",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier": "^3.6.2",
|
||||
"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.98.0"
|
||||
"webpack": "^5.101.3"
|
||||
},
|
||||
"overrides": {
|
||||
"markdown-to-jsx": "^7.7.4"
|
||||
@@ -74,4 +74,4 @@
|
||||
"docs": "npx styleguidist build ",
|
||||
"docs:watch": "styleguidist server"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -183,7 +183,7 @@ function DeviceForm({
|
||||
/>
|
||||
|
||||
<Select
|
||||
label={_("802.11n/ac/ax mode")}
|
||||
label={_("802.11n/ac/ax/be mode")}
|
||||
choices={getHtmodeChoices(formData)}
|
||||
value={formData.htmode}
|
||||
helpText={HELP_TEXTS.htmode}
|
||||
|
||||
@@ -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 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.
|
||||
+ </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 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.
|
||||
+ </small>
|
||||
+ </div>
|
||||
+ </div>
|
||||
@@ -644,7 +644,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
||||
+ class="form-label"
|
||||
+ for="7"
|
||||
+ >
|
||||
+ 802.11n/ac/ax mode
|
||||
+ 802.11n/ac/ax/be 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 mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel.
|
||||
+ Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option.
|
||||
+ </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 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.
|
||||
+ </small>
|
||||
+ </div>
|
||||
+ </div>
|
||||
|
||||
@@ -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 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."
|
||||
),
|
||||
htmode: _(
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option."
|
||||
),
|
||||
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 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."
|
||||
),
|
||||
};
|
||||
|
||||
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"PO-Revision-Date: 2024-11-15 06:01+0000\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
|
||||
"PO-Revision-Date: 2025-05-18 10:50+0000\n"
|
||||
"Last-Translator: Pavel Borecki <pavel.borecki@gmail.com>\n"
|
||||
"Language: cs\n"
|
||||
"Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-"
|
||||
@@ -36,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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr "Zavřít"
|
||||
|
||||
@@ -46,15 +46,15 @@ msgstr "Zkopírováno!"
|
||||
|
||||
#: src/bootstrap/CopyInput.js:56
|
||||
msgid "Copy"
|
||||
msgstr "Kopírovat"
|
||||
msgstr "Zkopírovat"
|
||||
|
||||
#: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85
|
||||
msgid "Increase value. Hint: Hold to increase faster."
|
||||
msgstr ""
|
||||
msgstr "Zvýšit hodnotu. Tip: Podržte k rychlejšímu zvyšování."
|
||||
|
||||
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
|
||||
msgid "Decrease value. Hint: Hold to decrease faster."
|
||||
msgstr ""
|
||||
msgstr "Snížit hodnotu. Tip: Podržte k rychlejšímu snižování."
|
||||
|
||||
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
|
||||
msgid "Action successful."
|
||||
@@ -74,19 +74,19 @@ msgstr "Potvrdit"
|
||||
|
||||
#: src/common/RichTable/RichTable.js:87
|
||||
msgid "Search…"
|
||||
msgstr ""
|
||||
msgstr "Hledat…"
|
||||
|
||||
#: src/common/RichTable/RichTableBody.js:50
|
||||
msgid "No results."
|
||||
msgstr ""
|
||||
msgstr "Žádné výsledky."
|
||||
|
||||
#: src/common/RichTable/RichTableColumnsDropdown.js:27
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
msgstr "Sloupce"
|
||||
|
||||
#: src/common/RichTable/RichTableColumnsDropdown.js:80
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
msgstr "Navrátit"
|
||||
|
||||
#: src/common/RichTable/RichTableHeader.js:29
|
||||
msgid "Sort ascending"
|
||||
@@ -159,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 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."
|
||||
"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."
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:97
|
||||
#, python-brace-format
|
||||
@@ -179,10 +179,11 @@ msgstr "Skrýt SSID"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:159
|
||||
msgid "Band"
|
||||
msgstr ""
|
||||
msgstr "Pásmo"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr "Režim 802.11n/ac/ax"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -218,16 +219,16 @@ msgstr "Uživatelsky určené"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr "Zapnout Wi-Fi pro hosty"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr "Ukázat QR kód"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "Wi-Fi QR kód"
|
||||
msgstr "QR kód k Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "Stáhnout PDF"
|
||||
|
||||
@@ -254,7 +255,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 obsahovat více než 63 znaků"
|
||||
msgstr "Heslo nemůže být delší než 63 znaků"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:9
|
||||
msgid "Disabled"
|
||||
@@ -281,9 +282,8 @@ 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 MHz"
|
||||
msgstr "802.11ac – kanál šíře 80+80 MHz"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:16
|
||||
msgid "802.11ac - 160 MHz wide channel"
|
||||
@@ -302,27 +302,51 @@ 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 MHz"
|
||||
msgstr "802.11ax – kanál šíře 80+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:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "pouze WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr "WPA3, nouzově WPA2 (výchozí)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "pouze WPA2"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
@@ -330,41 +354,44 @@ msgstr ""
|
||||
"SSID obsahující nestandardní znaky může na některých zařízení způsobovat "
|
||||
"problémy."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr "Předsdílený klíč WPA2/3, který je vyžadován pro připojení se k síti."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
"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:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
#, 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."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
"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:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
"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:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -377,12 +404,14 @@ 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:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
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"
|
||||
@@ -399,15 +428,16 @@ msgstr ""
|
||||
"Změny, které byly provedeny, nebyly uloženy. Jste si jistý, že chcete "
|
||||
"opustit stránku?"
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Aktualizuje se"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Načíst nastavení"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Uložit"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -178,7 +178,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -212,16 +212,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -302,49 +302,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -353,12 +374,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -369,15 +391,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -522,3 +544,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"PO-Revision-Date: 2024-01-04 21:08+0000\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
|
||||
"PO-Revision-Date: 2025-07-16 23:01+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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr "Schließen"
|
||||
|
||||
@@ -50,97 +50,95 @@ msgstr "Kopieren"
|
||||
|
||||
#: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85
|
||||
msgid "Increase value. Hint: Hold to increase faster."
|
||||
msgstr ""
|
||||
msgstr "Wert erhöhen. Hinweis: Halten, um den Wert schneller zu erhöhen."
|
||||
|
||||
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
|
||||
msgid "Decrease value. Hint: Hold to decrease faster."
|
||||
msgstr ""
|
||||
msgstr "Wert senken. Hinweis: Halten, um den Wert schneller zu senken."
|
||||
|
||||
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
|
||||
#, fuzzy
|
||||
msgid "Action successful."
|
||||
msgstr "Einstellungen erfolgreich gespeichert"
|
||||
msgstr "Aktion erfolgreich."
|
||||
|
||||
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:76
|
||||
msgid "Action failed."
|
||||
msgstr ""
|
||||
msgstr "Aktion fehlgeschlagen."
|
||||
|
||||
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:147
|
||||
msgid "Cancel"
|
||||
msgstr "Abbrechen"
|
||||
|
||||
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:150
|
||||
#, fuzzy
|
||||
msgid "Confirm"
|
||||
msgstr "Neustart bestätigen"
|
||||
msgstr "Bestätigen"
|
||||
|
||||
#: src/common/RichTable/RichTable.js:87
|
||||
msgid "Search…"
|
||||
msgstr ""
|
||||
msgstr "Suche …"
|
||||
|
||||
#: src/common/RichTable/RichTableBody.js:50
|
||||
msgid "No results."
|
||||
msgstr ""
|
||||
msgstr "Keine Ergebnisse."
|
||||
|
||||
#: src/common/RichTable/RichTableColumnsDropdown.js:27
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
msgstr "Spalten"
|
||||
|
||||
#: src/common/RichTable/RichTableColumnsDropdown.js:80
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
msgstr "Zurücksetzen"
|
||||
|
||||
#: src/common/RichTable/RichTableHeader.js:29
|
||||
msgid "Sort ascending"
|
||||
msgstr ""
|
||||
msgstr "Aufsteigend sortieren"
|
||||
|
||||
#: src/common/RichTable/RichTableHeader.js:30
|
||||
msgid "Sort descending"
|
||||
msgstr ""
|
||||
msgstr "Absteigend sortieren"
|
||||
|
||||
#: src/common/RichTable/RichTableHeader.js:31
|
||||
msgid "Clear sort"
|
||||
msgstr ""
|
||||
msgstr "Sortierung aufheben"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:65
|
||||
msgid "Pagination navigation bar"
|
||||
msgstr ""
|
||||
msgstr "Paginierungs-Navigationsleiste"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:71
|
||||
msgid "First page"
|
||||
msgstr ""
|
||||
msgstr "Erste Seite"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:77
|
||||
msgid "Previous page"
|
||||
msgstr ""
|
||||
msgstr "Vorherige Seite"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:83
|
||||
msgid "Next page"
|
||||
msgstr ""
|
||||
msgstr "Nächste Seite"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:89
|
||||
msgid "Last page"
|
||||
msgstr ""
|
||||
msgstr "Letzte Seite"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:95
|
||||
msgid "Page"
|
||||
msgstr ""
|
||||
msgstr "Seite"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:98
|
||||
msgid "of"
|
||||
msgstr ""
|
||||
msgstr "von"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:106
|
||||
msgid "Rows per page:"
|
||||
msgstr ""
|
||||
msgstr "Zeilen pro Seite:"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:109
|
||||
msgid "Select rows per page"
|
||||
msgstr ""
|
||||
msgstr "Zeilen pro Seite auswählen"
|
||||
|
||||
#: src/common/RichTable/RichTablePagination.js:121
|
||||
msgid "All"
|
||||
msgstr ""
|
||||
msgstr "Alle"
|
||||
|
||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:39
|
||||
msgid "An error occurred during resetting Wi-Fi settings."
|
||||
@@ -183,10 +181,11 @@ msgstr "SSID verbergen"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:159
|
||||
msgid "Band"
|
||||
msgstr ""
|
||||
msgstr "Band"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr "802.11n/ac/ax-Modus"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -222,16 +221,16 @@ msgstr "Benutzerdefiniert"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr "Gast-WLAN aktivieren"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr "QR-Code anzeigen"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "WLAN QR-Code"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "PDF herunterladen"
|
||||
|
||||
@@ -285,9 +284,8 @@ 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 MHz breiter Kanal"
|
||||
msgstr "802.11ac - 80+80 MHz breiter Kanal"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:16
|
||||
msgid "802.11ac - 160 MHz wide channel"
|
||||
@@ -306,27 +304,51 @@ 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 MHz breiter Kanal"
|
||||
msgstr "802.11ax - 80+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:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "Nur WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr "WPA3 mit WPA2 als Ausweichmöglichkeit (Voreinstellung)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "Nur WPA2"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
@@ -334,22 +356,25 @@ msgstr ""
|
||||
"SSIDs, die nicht standardmäßige Zeichen enthalten, können auf manchen "
|
||||
"Geräten Probleme verursachen."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr "WPA2/3 Pre-Shard Key, der zum Verbinden mit dem Netzwerk notwendig ist."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
"Falls aktiviert, wird das Netzwerk nicht in der Liste der verfügbaren "
|
||||
"drahtlosen Netzwerke angezeigt."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
#, 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."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
"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 "
|
||||
@@ -357,19 +382,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:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
"Ä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:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -383,12 +408,14 @@ msgstr ""
|
||||
"Konfigurationsschnittstelle des Routers. Die Parameter des Gastnetzwerks "
|
||||
"können auf der Gastnetzwerk-Registerkarte eingestellt werden."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
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 "
|
||||
@@ -406,15 +433,16 @@ msgstr ""
|
||||
"Änderungen, die Sie vorgenommen haben, werden möglicherweise nicht "
|
||||
"gespeichert. Möchten Sie wirklich gehen?"
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Aktualisiere"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Einstellungen laden"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Speichern"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr "Κλείσιμο"
|
||||
|
||||
@@ -180,7 +180,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -215,16 +215,16 @@ msgstr "Προσαρμοσμένο"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -305,49 +305,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -356,12 +377,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -372,15 +394,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -522,3 +544,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -179,7 +179,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -213,16 +213,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -303,49 +303,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -354,12 +375,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -370,15 +392,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -520,3 +542,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr "Cerrar"
|
||||
|
||||
@@ -184,7 +184,8 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr "Modo 802.11n/ac/ax"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -220,16 +221,16 @@ msgstr "Personalizado"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr "Activar el modo wifi de invitados"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr "Mostrar el código QR"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "Código QR de wifi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "Descargar PDF"
|
||||
|
||||
@@ -312,19 +313,44 @@ 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:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "WPA3 únicamente"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr "WPA3 con WPA2 como respaldo (por defecto)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "WPA2 únicamente"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
@@ -332,20 +358,23 @@ msgstr ""
|
||||
"Un SSID que contiene caracteres no estándar puede causar problemas en "
|
||||
"ciertos dispositivos."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr "Clave precompartida WPA2/3, que se requiere para conectar a la red."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr "Si está definida, la red no es visible al buscar redes disponibles."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
#, 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."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
"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"
|
||||
@@ -353,19 +382,19 @@ msgstr ""
|
||||
"sufre menos interferencias, la señal tiene un alcance limitado en "
|
||||
"interiores."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
"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:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -379,12 +408,14 @@ msgstr ""
|
||||
" enrutador. Los parámetros de la red de invitados pueden configurarse en "
|
||||
"la pestaña Red de invitados."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
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 "
|
||||
@@ -402,15 +433,16 @@ msgstr ""
|
||||
"Los cambios que ha realizado podrían no haberse guardado. ¿Confirma que "
|
||||
"quiere salir?"
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Actualizando"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Cargar configuración"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -178,7 +178,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -212,16 +212,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -302,49 +302,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -353,12 +374,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -369,15 +391,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -522,3 +544,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -178,7 +178,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -212,16 +212,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -302,49 +302,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -353,12 +374,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -369,15 +391,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -522,3 +544,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Foris JS 6.7.0\n"
|
||||
"Project-Id-Version: Foris JS 6.8.0\n"
|
||||
"Report-Msgid-Bugs-To: tech.support@turris.cz\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -177,7 +177,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -211,16 +211,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -301,49 +301,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -352,12 +373,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -368,15 +390,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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 d’API inconnue s’est produite."
|
||||
|
||||
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr "Fermer"
|
||||
|
||||
@@ -184,7 +184,7 @@ msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be 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:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
#, fuzzy
|
||||
msgid "Show QR code"
|
||||
msgstr "Code QR Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "Code QR Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "Télécharger le PDF"
|
||||
|
||||
@@ -318,19 +318,44 @@ 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:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "WPA3 seulement"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr "WPA3 avec WPA2 comme solution de repli (par défaut)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "WPA2 seulement"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
@@ -338,7 +363,7 @@ msgstr ""
|
||||
"Un SSID qui contient des caractères non standard peut causer des "
|
||||
"problèmes sur certains appareils."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
#, fuzzy
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
@@ -347,19 +372,21 @@ msgstr ""
|
||||
"réseau.\n"
|
||||
" "
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
"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:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
#, 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."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
"\n"
|
||||
" La bande 2,4 GHz est plus largement prise en charge par les "
|
||||
@@ -370,13 +397,12 @@ msgstr ""
|
||||
"signal\n"
|
||||
" mais le signal ne passe pas aussi bien à l'intérieur."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
"\n"
|
||||
" Modifiez ce paramètre pour régler le mode de fonctionnement "
|
||||
@@ -388,7 +414,7 @@ msgstr ""
|
||||
" l'option par défaut avec un canal large de 20 MHz.\n"
|
||||
" "
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
@@ -406,12 +432,14 @@ msgstr ""
|
||||
"l'onglet Réseau invité.\n"
|
||||
" "
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
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 "
|
||||
@@ -429,15 +457,16 @@ msgstr ""
|
||||
"Il se peut que vos modifications ne soient pas enregistrées. Êtes-vous "
|
||||
"sûr de vouloir quitter ?"
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Mise à jour en cours"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Charger les paramètres"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Enregistrer"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -180,7 +180,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -214,16 +214,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -304,49 +304,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -355,12 +376,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -371,15 +393,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Spremi"
|
||||
|
||||
@@ -524,3 +546,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -180,7 +180,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -214,16 +214,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -304,49 +304,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -355,12 +376,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -373,15 +395,16 @@ 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:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Frissítés"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Beállítások betöltése"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Mentés"
|
||||
|
||||
@@ -518,3 +541,39 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -179,7 +179,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -213,16 +213,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -303,49 +303,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -354,12 +375,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -370,15 +392,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -523,3 +545,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -179,7 +179,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -214,16 +214,16 @@ msgstr "自動"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -304,49 +304,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -355,12 +376,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -371,15 +393,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "アップデート中…"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -524,3 +546,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -178,7 +178,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -212,16 +212,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -302,49 +302,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -353,12 +374,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -369,15 +391,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -522,3 +544,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -179,7 +179,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -213,16 +213,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -303,49 +303,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -354,12 +375,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -370,15 +392,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -523,3 +545,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -187,7 +187,7 @@ msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be 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:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
#, fuzzy
|
||||
msgid "Show QR code"
|
||||
msgstr "QR-kode for Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "QR-kode for Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "Last ned PDF"
|
||||
|
||||
@@ -326,38 +326,66 @@ 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:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "Kun WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr "WPA3 med WPA2 som tilbakefall (forvalg)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "Kun WPA2"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
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:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
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:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr "Skjuler nettverket fra nettverkslister."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
#, 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."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
"2.4 GHz-båndet støttes av flere klienter, men har vanligvis flere "
|
||||
"forstyrrelser. 5 Ghz-båndet er en nyere standard,\n"
|
||||
@@ -365,19 +393,19 @@ msgstr ""
|
||||
"forstyrrelse,\n"
|
||||
"men signalet er mer utsatt for hindringer innendørs."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
"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:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -391,12 +419,14 @@ msgstr ""
|
||||
"ruteren.\n"
|
||||
"Parametere for gjestenettverket kan settes i gjestenettverksfanen."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
"WPA3-standarden er den nye mest sikre krypteringsmetoden som anbefales "
|
||||
"for alle enheter som støtter den.\n"
|
||||
@@ -411,16 +441,17 @@ 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:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
#, fuzzy
|
||||
msgid "Updating"
|
||||
msgstr "Oppdaterer"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Last inn innstillinger"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Lagre"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -180,7 +180,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -215,16 +215,16 @@ msgstr "auto"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -305,49 +305,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -356,12 +377,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -372,15 +394,16 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Bijwerken"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Instellingen laden"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Opslaan"
|
||||
|
||||
@@ -523,3 +546,39 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -182,7 +182,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -216,16 +216,16 @@ msgstr "Własny"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -306,49 +306,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -357,12 +378,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -375,15 +397,16 @@ msgstr ""
|
||||
"Wprowadzone zmiany mogą nie zostać zapisane. Jesteś pewny, że chcesz "
|
||||
"wyjść?"
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Aktualizacja"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Wczytaj ustawienia"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Zapisz"
|
||||
|
||||
@@ -523,3 +546,39 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -180,7 +180,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -214,16 +214,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -304,49 +304,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -355,12 +376,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -371,15 +393,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -499,3 +521,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -179,7 +179,7 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -213,16 +213,16 @@ msgstr ""
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -303,49 +303,70 @@ msgstr ""
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
msgid "WPA3 only"
|
||||
#: src/common/WiFiSettings/constants.js:22
|
||||
msgid "802.11be - 20 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
#: src/common/WiFiSettings/constants.js:23
|
||||
msgid "802.11be - 40 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
msgid "WPA2 only"
|
||||
#: src/common/WiFiSettings/constants.js:24
|
||||
msgid "802.11be - 80 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:25
|
||||
msgid "802.11be - 160 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:26
|
||||
msgid "802.11be - 320 MHz wide channel"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
msgid "WPA3 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -354,12 +375,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -370,15 +392,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
|
||||
@@ -523,3 +545,42 @@ 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 ""
|
||||
|
||||
|
||||
@@ -7,14 +7,14 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"PO-Revision-Date: 2022-12-07 12:47+0000\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
|
||||
"PO-Revision-Date: 2025-04-11 04:12+0000\n"
|
||||
"Last-Translator: Алексей Леньшин <alenshin@gmail.com>\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"
|
||||
"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"
|
||||
@@ -37,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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Закрыть"
|
||||
|
||||
#: src/bootstrap/CopyInput.js:56
|
||||
msgid "Copied!"
|
||||
@@ -51,97 +51,95 @@ 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."
|
||||
@@ -182,10 +180,11 @@ msgstr "Скрыть SSID"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:159
|
||||
msgid "Band"
|
||||
msgstr ""
|
||||
msgstr "Диапазон"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr "Режим 802.11n/ac/ax"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -221,17 +220,16 @@ msgstr "Ручная настройка"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr "Включить гостевой Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#, fuzzy
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr "QR-код Wi-Fi"
|
||||
msgstr "Показать QR-код"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "QR-код Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "Скачать PDF"
|
||||
|
||||
@@ -285,9 +283,8 @@ 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 МГц"
|
||||
msgstr "802.11ac - канал шириной 80+80 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:16
|
||||
msgid "802.11ac - 160 MHz wide channel"
|
||||
@@ -306,27 +303,51 @@ 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 МГц"
|
||||
msgstr "802.11ax - канал шириной 80+80 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:21
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr "802.11ax - ширина канала 160 МГц"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "Только WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr "WPA3 с WPA2 в качестве резервного (по умолчанию)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "Только WPA2"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
@@ -334,41 +355,44 @@ msgstr ""
|
||||
"SSID, содержащий нестандартные символы, может вызвать проблемы на "
|
||||
"некоторых устройствах."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr "Общий ключ WPA2/3, необходимый для подключения к сети."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
"Если установлено, сеть не будет отображаться при сканировании доступных "
|
||||
"сетей."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
#, 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."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
"Диапазон 2,4 ГГц поддерживается всеми клиентами, но имеет больше помех. "
|
||||
"Диапазон 5 ГГц – это более современный стандарт, который может "
|
||||
"поддерживаться не всеми устройствами. В нем обычно меньше помех, но в "
|
||||
"помещении сигнал проходит не так хорошо."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
"Измените это, чтобы настроить режим работы 802.11n/ac/ax. 802.11n с "
|
||||
"каналами шириной 40 МГц обеспечивает более высокую пропускную "
|
||||
"способность, но может вызывать больше помех в сети. Если вы не знаете, "
|
||||
"что выбрать, используйте опцию по умолчанию с каналом шириной 20 МГц."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -381,12 +405,14 @@ msgstr ""
|
||||
"доступ к другим устройствам и интерфейсу конфигурации маршрутизатора. "
|
||||
"Параметры гостевой сети можно настроить на вкладке Гостевая сеть."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
"Стандарт WPA3 - это новый наиболее безопасный метод шифрования, который "
|
||||
"предлагается использовать с любым устройством, которое его поддерживает. "
|
||||
@@ -404,15 +430,16 @@ msgstr ""
|
||||
"В случае выхода ваши изменения будут утеряны. Вы действительно хотите "
|
||||
"покинуть эту страницу?"
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Обновление"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Загрузить настройки"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Сохранить"
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"PO-Revision-Date: 2024-12-14 10:00+0000\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
|
||||
"PO-Revision-Date: 2025-06-10 22:01+0000\n"
|
||||
"Last-Translator: Atec <dr.atec@gmail.com>\n"
|
||||
"Language: sk\n"
|
||||
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-"
|
||||
@@ -36,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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr "Zatvoriť"
|
||||
|
||||
@@ -50,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 ""
|
||||
msgstr "Zvýšiť hodnotu. Tip: Podržte, aby ste zvýšili rýchlejšie."
|
||||
|
||||
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
|
||||
msgid "Decrease value. Hint: Hold to decrease faster."
|
||||
msgstr ""
|
||||
msgstr "Znížiť hodnotu. Tip: Podržte, aby ste znížili rýchlejšie."
|
||||
|
||||
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
|
||||
msgid "Action successful."
|
||||
@@ -74,19 +74,19 @@ msgstr "Potvrdiť"
|
||||
|
||||
#: src/common/RichTable/RichTable.js:87
|
||||
msgid "Search…"
|
||||
msgstr ""
|
||||
msgstr "Hľadať…"
|
||||
|
||||
#: src/common/RichTable/RichTableBody.js:50
|
||||
msgid "No results."
|
||||
msgstr ""
|
||||
msgstr "Žiadne výsledky."
|
||||
|
||||
#: src/common/RichTable/RichTableColumnsDropdown.js:27
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
msgstr "Stĺpce"
|
||||
|
||||
#: src/common/RichTable/RichTableColumnsDropdown.js:80
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
msgstr "Reset"
|
||||
|
||||
#: src/common/RichTable/RichTableHeader.js:29
|
||||
msgid "Sort ascending"
|
||||
@@ -179,10 +179,11 @@ msgstr "Skryť SSID"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:159
|
||||
msgid "Band"
|
||||
msgstr ""
|
||||
msgstr "Pásmo"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr "802.11 n/ac/ax mód"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -218,16 +219,16 @@ msgstr "Vlastné"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr "Povoliť Wi-Fi pre hostí"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr "Zobraziť QR kód"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "Wi-Fi QR kód"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "Stiahnuť PDF"
|
||||
|
||||
@@ -281,9 +282,8 @@ 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 MHz"
|
||||
msgstr "802.11ac – šírka kanála 80+80 MHz"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:16
|
||||
msgid "802.11ac - 160 MHz wide channel"
|
||||
@@ -302,27 +302,51 @@ 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 MHz"
|
||||
msgstr "802.11ax – šírka kanála 80+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:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "len WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr "WPA3 s WPA2 ako náhradným riešením (predvolené)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "Len WPA2"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
@@ -330,41 +354,44 @@ msgstr ""
|
||||
"SSID s neštandardnými znakmi môže na niektorých zariadeniach spôsobovať "
|
||||
"problémy."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr "WPA2/3 vopred zdieľaný kľúč, ktorý sa vyžaduje na pripojenie k sieti."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
"Pri zapnutí tejto voľby sa sieť zariadeniam pri vyhľadávaní dostupných "
|
||||
"sietí nezobrazí."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
#, 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."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
"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:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
"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:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -377,12 +404,14 @@ 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:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
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 "
|
||||
@@ -397,15 +426,16 @@ 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:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "Prebieha aktualizácia"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "Načítavanie nastavení"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Uložiť"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PROJECT VERSION\n"
|
||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||
"POT-Creation-Date: 2025-04-04 15:14+0200\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
|
||||
@@ -184,7 +184,8 @@ msgid "Band"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr "802.11n/ac/ax-läge"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -220,17 +221,17 @@ msgstr "auto"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr "Aktivera Wi-Fi för Gäst"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
#, fuzzy
|
||||
msgid "Show QR code"
|
||||
msgstr "QR-kod för Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "QR-kod för Wi-Fi"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "Ladda ner PDF"
|
||||
|
||||
@@ -318,19 +319,44 @@ 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:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "Endast WPA3"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "Endast WPA2"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
@@ -338,31 +364,32 @@ msgstr ""
|
||||
"SSID som innehåller icke-standardiserade tecken kan orsaka problem i en "
|
||||
"del enheter."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
msgid ""
|
||||
"The 2.4 GHz band is more widely supported by clients, but tends to have "
|
||||
"more interference. The 5 GHz band is a newer standard and may not be "
|
||||
"supported by all your devices. It usually has less interference, but the "
|
||||
"signal does not carry so well indoors."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -371,12 +398,13 @@ msgid ""
|
||||
"tab."
|
||||
msgstr ""
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/ForisForm.js:121
|
||||
@@ -387,15 +415,15 @@ msgstr ""
|
||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
msgid "Loading"
|
||||
msgstr ""
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "Spara"
|
||||
|
||||
@@ -538,3 +566,39 @@ 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 ""
|
||||
|
||||
|
||||
@@ -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-04-04 15:14+0200\n"
|
||||
"PO-Revision-Date: 2025-03-19 13:25+0000\n"
|
||||
"POT-Creation-Date: 2025-11-26 20:12+0300\n"
|
||||
"PO-Revision-Date: 2025-04-25 15:07+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:89
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:88
|
||||
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 "Wi-fi $ {deviceID + 1}"
|
||||
msgstr "கம்பிஇலா ${deviceID + 1}"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:132
|
||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||
@@ -179,10 +179,11 @@ msgstr "SSID ஐ மறைக்கவும்"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:159
|
||||
msgid "Band"
|
||||
msgstr ""
|
||||
msgstr "இசைக்குழு"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:186
|
||||
msgid "802.11n/ac/ax mode"
|
||||
#, fuzzy
|
||||
msgid "802.11n/ac/ax/be mode"
|
||||
msgstr "802.11n/ac/ax பயன்முறை"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiForm.js:199
|
||||
@@ -218,16 +219,16 @@ msgstr "தனிப்பயன்"
|
||||
msgid "Enable Guest Wi-Fi"
|
||||
msgstr "விருந்தினர் வைஃபை இயக்கவும்"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:43
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:44
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:40
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:41
|
||||
msgid "Show QR code"
|
||||
msgstr "QR குறியீட்டைக் காட்டு"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:70
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:67
|
||||
msgid "Wi-Fi QR Code"
|
||||
msgstr "வைஃபை கியூஆர் குறியீடு"
|
||||
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:102
|
||||
#: src/common/WiFiSettings/WiFiQRCode.js:98
|
||||
msgid "Download PDF"
|
||||
msgstr "PDF ஐ பதிவிறக்கவும்"
|
||||
|
||||
@@ -281,9 +282,8 @@ 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 மெகா எர்ட்ச் அகல சேனல்"
|
||||
msgstr "802.11ac - 80+80 மெகா எர்ட்ச் அகல சேனல்"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:16
|
||||
msgid "802.11ac - 160 MHz wide channel"
|
||||
@@ -302,27 +302,51 @@ 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 மெகா எர்ட்ச் அகல சேனல்"
|
||||
msgstr "802.11ax - 80+80 மெகா எர்ட்ச் அகல சேனல்"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:21
|
||||
msgid "802.11ax - 160 MHz wide channel"
|
||||
msgstr "802.11ax - 160 மெகா எர்ட்ச் அகல சேனல்"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:29
|
||||
#: 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
|
||||
msgid "WPA3 only"
|
||||
msgstr "WPA3 மட்டும்"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:30
|
||||
#: src/common/WiFiSettings/constants.js:35
|
||||
msgid "WPA3 with WPA2 as fallback (default)"
|
||||
msgstr "WPA2 WPA2 உடன் குறைவடையும் (இயல்புநிலை)"
|
||||
msgstr "WPA2 உடன் WPA2 குறைவடையும் (இயல்புநிலை)"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:31
|
||||
#: src/common/WiFiSettings/constants.js:36
|
||||
msgid "WPA2 only"
|
||||
msgstr "WPA2 மட்டும்"
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:34
|
||||
#: src/common/WiFiSettings/constants.js:39
|
||||
msgid ""
|
||||
"SSID which contains non-standard characters could cause problems on some "
|
||||
"devices."
|
||||
@@ -330,22 +354,25 @@ msgstr ""
|
||||
"தரமற்ற எழுத்துக்களைக் கொண்ட SSID சில சாதனங்களில் சிக்கல்களை "
|
||||
"ஏற்படுத்தக்கூடும்."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:37
|
||||
#: src/common/WiFiSettings/constants.js:42
|
||||
msgid "WPA2/3 pre-shared key, that is required to connect to the network."
|
||||
msgstr "WPA2/3 முன் பகிரப்பட்ட விசை, இது பிணையத்துடன் இணைக்க வேண்டும்."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:40
|
||||
#: src/common/WiFiSettings/constants.js:45
|
||||
msgid "If set, network is not visible when scanning for available networks."
|
||||
msgstr ""
|
||||
"அமைக்கப்பட்டால், கிடைக்கக்கூடிய நெட்வொர்க்குகளுக்கு ச்கேன் செய்யும் போது "
|
||||
"பிணையம் தெரியவில்லை."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:43
|
||||
#: src/common/WiFiSettings/constants.js:48
|
||||
#, 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."
|
||||
"signal does not carry so well indoors. The 6 GHz band is an even newer "
|
||||
"standard and is currently supported only by a limited set of devices. As "
|
||||
"it is not widely used now, it has only very little interference."
|
||||
msgstr ""
|
||||
"2.4 சிகாஎர்ட்ச் இசைக்குழு வாடிக்கையாளர்களால் மிகவும் பரவலாக "
|
||||
"ஆதரிக்கப்படுகிறது, ஆனால் அதிக குறுக்கீடு உள்ளது. 5 சிகாஎர்ட்ச் இசைக்குழு "
|
||||
@@ -353,12 +380,12 @@ msgstr ""
|
||||
"போகலாம். இது பொதுவாக குறைவான குறுக்கீட்டைக் கொண்டுள்ளது, ஆனால் சமிக்ஞை "
|
||||
"வீட்டிற்குள் அவ்வளவு சிறப்பாகச் செல்லாது."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:46
|
||||
#: src/common/WiFiSettings/constants.js:51
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
|
||||
"MHz wide channels can yield higher throughput but can cause more "
|
||||
"interference in the network. If you don't know what to choose, use the "
|
||||
"default option with 20 MHz wide channel."
|
||||
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels "
|
||||
"can yield higher throughput but can cause more interference in the "
|
||||
"network. If you don't know what to choose, use the default option."
|
||||
msgstr ""
|
||||
"802.11n/AC/AX செயல்பாட்டு முறை சரிசெய்ய இதை மாற்றவும். 40 மெகா எர்ட்ச் "
|
||||
"அகலமான சேனல்களைக் கொண்ட 802.11n அதிக செயல்திறனை அளிக்கும், ஆனால் "
|
||||
@@ -366,7 +393,7 @@ msgstr ""
|
||||
"உங்களுக்குத் தெரியாவிட்டால், இயல்புநிலை விருப்பத்தை 20 மெகா எர்ட்ச் அகல "
|
||||
"சேனலுடன் பயன்படுத்தவும்."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:49
|
||||
#: src/common/WiFiSettings/constants.js:54
|
||||
msgid ""
|
||||
"Enables Wi-Fi for guests, which is separated from LAN network. Devices "
|
||||
"connected to this network are allowed to access the internet, but aren't "
|
||||
@@ -380,12 +407,14 @@ msgstr ""
|
||||
"இடைமுகத்தையும் அணுக அனுமதிக்கப்படவில்லை. விருந்தினர் நெட்வொர்க்கின் "
|
||||
"அளவுருக்கள் விருந்தினர் பிணையம் தாவலில் அமைக்கப்படலாம்."
|
||||
|
||||
#: src/common/WiFiSettings/constants.js:52
|
||||
#: src/common/WiFiSettings/constants.js:57
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The WPA3 standard is the new most secure encryption method that is "
|
||||
"suggested to be used with any device that supports it. The older devices "
|
||||
"without WPA3 support require older WPA2. If you experience issues with "
|
||||
"connecting older devices, try to enable WPA2."
|
||||
"connecting older devices, try to enable WPA2. The 6 GHz band supports "
|
||||
"only WPA3."
|
||||
msgstr ""
|
||||
"WPA3 தரநிலை என்பது புதிய மிகவும் பாதுகாப்பான குறியாக்க முறையாகும், அதை "
|
||||
"ஆதரிக்கும் எந்தவொரு சாதனத்துடனும் பயன்படுத்த பரிந்துரைக்கப்படுகிறது. WPA3"
|
||||
@@ -402,15 +431,16 @@ msgstr ""
|
||||
"நீங்கள் செய்த மாற்றங்கள் சேமிக்கப்படாமல் போகலாம். நீங்கள் நிச்சயமாக "
|
||||
"வெளியேற விரும்புகிறீர்களா?"
|
||||
|
||||
#: src/form/components/SubmitButton.js:34
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Updating"
|
||||
msgstr "புதுப்பித்தல்"
|
||||
|
||||
#: src/form/components/SubmitButton.js:37
|
||||
msgid "Load settings"
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#, fuzzy
|
||||
msgid "Loading"
|
||||
msgstr "அமைப்புகளை ஏற்றவும்"
|
||||
|
||||
#: src/form/components/SubmitButton.js:40
|
||||
#: src/form/components/SubmitButton.js:43
|
||||
msgid "Save"
|
||||
msgstr "சேமி"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user