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

Compare commits

..

1 Commits

Author SHA1 Message Date
Aleksandr Gumroian
a7f0dafadd Merge branch 'bump-version-672' into 'dev'
Bump v6.7.2

See merge request turris/reforis/foris-js!280
2025-04-22 17:57:56 +02:00
31 changed files with 2226 additions and 5349 deletions

View File

@@ -8,18 +8,6 @@ and this project adheres to
## [Unreleased] ## [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 ## [6.7.2] - 2025-04-22
### Added ### Added
@@ -498,8 +486,7 @@ and this project adheres to
## [0.0.7] - 2019-09-02 ## [0.0.7] - 2019-09-02
[unreleased]: [unreleased]:
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.8.0...dev https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.2...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.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.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 [6.7.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.2...v6.7.0

4684
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

@@ -455,7 +455,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
+ class="form-text" + class="form-text"
+ > + >
+ <small> + <small>
+ The WPA3 standard is the new most secure encryption method that is suggested to be used with any device that supports it. The older devices without WPA3 support require older WPA2. If you experience issues with connecting older devices, try to enable WPA2. The 6 GHz band supports only WPA3. + The WPA3 standard is the new most secure encryption method that is suggested to be used with any device that supports it. The older devices without WPA3 support require older WPA2. If you experience issues with connecting older devices, try to enable WPA2.
+ </small> + </small>
+ </div> + </div>
+ </div> + </div>
@@ -633,7 +633,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class="form-text" + class="form-text"
+ > + >
+ <small> + <small>
+ The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a newer standard and may not be supported by all your devices. It usually has less interference, but the signal does not carry so well indoors. The 6 GHz band is an even newer standard and is currently supported only by a limited set of devices. As it is not widely used now, it has only very little interference. + The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a newer standard and may not be supported by all your devices. It usually has less interference, but the signal does not carry so well indoors.
+ </small> + </small>
+ </div> + </div>
+ </div> + </div>
@@ -644,7 +644,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class="form-label" + class="form-label"
+ for="7" + for="7"
+ > + >
+ 802.11n/ac/ax/be mode + 802.11n/ac/ax mode
+ </label> + </label>
+ <select + <select
+ class="form-select" + class="form-select"
@@ -685,7 +685,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class="form-text" + class="form-text"
+ > + >
+ <small> + <small>
+ Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option. + Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel.
+ </small> + </small>
+ </div> + </div>
+ </div> + </div>
@@ -942,7 +942,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
+ class="form-text" + class="form-text"
+ > + >
+ <small> + <small>
+ The WPA3 standard is the new most secure encryption method that is suggested to be used with any device that supports it. The older devices without WPA3 support require older WPA2. If you experience issues with connecting older devices, try to enable WPA2. The 6 GHz band supports only WPA3. + The WPA3 standard is the new most secure encryption method that is suggested to be used with any device that supports it. The older devices without WPA3 support require older WPA2. If you experience issues with connecting older devices, try to enable WPA2.
+ </small> + </small>
+ </div> + </div>
+ </div> + </div>

View File

@@ -19,11 +19,6 @@ export const HTMODES = {
HE80: _("802.11ax - 80 MHz wide channel"), HE80: _("802.11ax - 80 MHz wide channel"),
HE80_80: _("802.11ax - 80+80 MHz wide channel"), HE80_80: _("802.11ax - 80+80 MHz wide channel"),
HE160: _("802.11ax - 160 MHz wide channel"), HE160: _("802.11ax - 160 MHz wide channel"),
EHT20: _("802.11be - 20 MHz wide channel"),
EHT40: _("802.11be - 40 MHz wide channel"),
EHT80: _("802.11be - 80 MHz wide channel"),
EHT160: _("802.11be - 160 MHz wide channel"),
EHT320: _("802.11be - 320 MHz wide channel"),
}; };
export const BANDS = { export const BANDS = {
"2g": "2.4", "2g": "2.4",
@@ -46,15 +41,15 @@ export const HELP_TEXTS = {
"If set, network is not visible when scanning for available networks." "If set, network is not visible when scanning for available networks."
), ),
band: _( band: _(
"The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a newer standard and may not be supported by all your devices. It usually has less interference, but the signal does not carry so well indoors. The 6 GHz band is an even newer standard and is currently supported only by a limited set of devices. As it is not widely used now, it has only very little interference." "The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a newer standard and may not be supported by all your devices. It usually has less interference, but the signal does not carry so well indoors."
), ),
htmode: _( htmode: _(
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option." "Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel."
), ),
guest_wifi_enabled: _( 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." "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: _( wpa3: _(
"The WPA3 standard is the new most secure encryption method that is suggested to be used with any device that supports it. The older devices without WPA3 support require older WPA2. If you experience issues with connecting older devices, try to enable WPA2. The 6 GHz band supports only WPA3." "The WPA3 standard is the new most secure encryption method that is suggested to be used with any device that supports it. The older devices without WPA3 support require older WPA2. If you experience issues with connecting older devices, try to enable WPA2."
), ),
}; };

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Foris JS 6.8.0\n" "Project-Id-Version: Foris JS 6.7.0\n"
"Report-Msgid-Bugs-To: tech.support@turris.cz\n" "Report-Msgid-Bugs-To: tech.support@turris.cz\n"
"POT-Creation-Date: 2025-11-26 20:12+0300\n" "POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -34,7 +34,7 @@ msgid "An unknown API error occurred."
msgstr "" msgstr ""
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103 #: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88 #: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close" msgid "Close"
msgstr "" msgstr ""
@@ -177,7 +177,7 @@ msgid "Band"
msgstr "" msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186 #: src/common/WiFiSettings/WiFiForm.js:186
msgid "802.11n/ac/ax/be mode" msgid "802.11n/ac/ax mode"
msgstr "" msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:199 #: src/common/WiFiSettings/WiFiForm.js:199
@@ -211,16 +211,16 @@ msgstr ""
msgid "Enable Guest Wi-Fi" msgid "Enable Guest Wi-Fi"
msgstr "" msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:40 #: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:41 #: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code" msgid "Show QR code"
msgstr "" msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:67 #: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code" msgid "Wi-Fi QR Code"
msgstr "" msgstr ""
#: src/common/WiFiSettings/WiFiQRCode.js:98 #: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -301,70 +301,49 @@ msgstr ""
msgid "802.11ax - 160 MHz wide channel" msgid "802.11ax - 160 MHz wide channel"
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:22 #: src/common/WiFiSettings/constants.js:29
msgid "802.11be - 20 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:23
msgid "802.11be - 40 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:24
msgid "802.11be - 80 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:25
msgid "802.11be - 160 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:26
msgid "802.11be - 320 MHz wide channel"
msgstr ""
#: src/common/WiFiSettings/constants.js:34
msgid "WPA3 only" msgid "WPA3 only"
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:35 #: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)" msgid "WPA3 with WPA2 as fallback (default)"
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:36 #: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only" msgid "WPA2 only"
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:39 #: src/common/WiFiSettings/constants.js:34
msgid "" msgid ""
"SSID which contains non-standard characters could cause problems on some " "SSID which contains non-standard characters could cause problems on some "
"devices." "devices."
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:42 #: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network." msgid "WPA2/3 pre-shared key, that is required to connect to the network."
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:45 #: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks." msgid "If set, network is not visible when scanning for available networks."
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:48 #: src/common/WiFiSettings/constants.js:43
msgid "" msgid ""
"The 2.4 GHz band is more widely supported by clients, but tends to have " "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 " "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 " "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 " "signal does not carry so well indoors."
"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 "" msgstr ""
#: src/common/WiFiSettings/constants.js:51 #: src/common/WiFiSettings/constants.js:46
msgid "" msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels " "Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
"can yield higher throughput but can cause more interference in the " "MHz wide channels can yield higher throughput but can cause more "
"network. If you don't know what to choose, use the default option." "interference in the network. If you don't know what to choose, use the "
"default option with 20 MHz wide channel."
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:54 #: src/common/WiFiSettings/constants.js:49
msgid "" msgid ""
"Enables Wi-Fi for guests, which is separated from LAN network. Devices " "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 " "connected to this network are allowed to access the internet, but aren't "
@@ -373,13 +352,12 @@ msgid ""
"tab." "tab."
msgstr "" msgstr ""
#: src/common/WiFiSettings/constants.js:57 #: src/common/WiFiSettings/constants.js:52
msgid "" msgid ""
"The WPA3 standard is the new most secure encryption method that is " "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 " "suggested to be used with any device that supports it. The older devices "
"without WPA3 support require older WPA2. If you experience issues with " "without WPA3 support require older WPA2. If you experience issues with "
"connecting older devices, try to enable WPA2. The 6 GHz band supports " "connecting older devices, try to enable WPA2."
"only WPA3."
msgstr "" msgstr ""
#: src/form/components/ForisForm.js:121 #: src/form/components/ForisForm.js:121
@@ -390,15 +368,15 @@ msgstr ""
msgid "Changes you made may not be saved. Are you sure you want to leave?" msgid "Changes you made may not be saved. Are you sure you want to leave?"
msgstr "" msgstr ""
#: src/form/components/SubmitButton.js:37 #: src/form/components/SubmitButton.js:34
msgid "Updating" msgid "Updating"
msgstr "" msgstr ""
#: src/form/components/SubmitButton.js:40 #: src/form/components/SubmitButton.js:37
msgid "Loading" msgid "Load settings"
msgstr "" msgstr ""
#: src/form/components/SubmitButton.js:43 #: src/form/components/SubmitButton.js:40
msgid "Save" msgid "Save"
msgstr "" msgstr ""

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -7,17 +7,16 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PROJECT VERSION\n" "Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2025-09-18 17:24+0300\n" "POT-Creation-Date: 2025-04-04 15:14+0200\n"
"PO-Revision-Date: 2025-10-14 22:05+0000\n" "PO-Revision-Date: 2024-12-14 10:00+0000\n"
"Last-Translator: Atec <dr.atec@gmail.com>\n" "Last-Translator: Atec <dr.atec@gmail.com>\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-js/"
"sk/>\n"
"Language: sk\n" "Language: sk\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-"
"js/sk/>\n"
"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n"
"X-Generator: Weblate 5.14-dev\n"
"Generated-By: Babel 2.17.0\n" "Generated-By: Babel 2.17.0\n"
#: src/api/utils.js:61 #: src/api/utils.js:61
@@ -37,7 +36,7 @@ msgid "An unknown API error occurred."
msgstr "Nastala neznáma chyba v API." msgstr "Nastala neznáma chyba v API."
#: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103 #: src/bootstrap/Alert.js:73 src/bootstrap/Modal.js:103
#: src/common/WiFiSettings/WiFiQRCode.js:88 #: src/common/WiFiSettings/WiFiQRCode.js:89
msgid "Close" msgid "Close"
msgstr "Zatvoriť" msgstr "Zatvoriť"
@@ -51,11 +50,11 @@ msgstr "Kopírovať"
#: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85 #: src/bootstrap/NumberInput.js:84 src/bootstrap/NumberInput.js:85
msgid "Increase value. Hint: Hold to increase faster." msgid "Increase value. Hint: Hold to increase faster."
msgstr "Zvýšiť hodnotu. Tip: Podržte, aby ste zvýšili rýchlejšie." msgstr ""
#: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102 #: src/bootstrap/NumberInput.js:101 src/bootstrap/NumberInput.js:102
msgid "Decrease value. Hint: Hold to decrease faster." msgid "Decrease value. Hint: Hold to decrease faster."
msgstr "Znížiť hodnotu. Tip: Podržte, aby ste znížili rýchlejšie." msgstr ""
#: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67 #: src/common/ActionButtonWithModal/ActionButtonWithModal.js:67
msgid "Action successful." msgid "Action successful."
@@ -75,19 +74,19 @@ msgstr "Potvrdiť"
#: src/common/RichTable/RichTable.js:87 #: src/common/RichTable/RichTable.js:87
msgid "Search…" msgid "Search…"
msgstr "Hľadať…" msgstr ""
#: src/common/RichTable/RichTableBody.js:50 #: src/common/RichTable/RichTableBody.js:50
msgid "No results." msgid "No results."
msgstr "Žiadne výsledky." msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:27 #: src/common/RichTable/RichTableColumnsDropdown.js:27
msgid "Columns" msgid "Columns"
msgstr "Stĺpce" msgstr ""
#: src/common/RichTable/RichTableColumnsDropdown.js:80 #: src/common/RichTable/RichTableColumnsDropdown.js:80
msgid "Reset" msgid "Reset"
msgstr "Reset" msgstr ""
#: src/common/RichTable/RichTableHeader.js:29 #: src/common/RichTable/RichTableHeader.js:29
msgid "Sort ascending" msgid "Sort ascending"
@@ -180,11 +179,10 @@ msgstr "Skryť SSID"
#: src/common/WiFiSettings/WiFiForm.js:159 #: src/common/WiFiSettings/WiFiForm.js:159
msgid "Band" msgid "Band"
msgstr "Pásmo" msgstr ""
#: src/common/WiFiSettings/WiFiForm.js:186 #: src/common/WiFiSettings/WiFiForm.js:186
#, fuzzy msgid "802.11n/ac/ax mode"
msgid "802.11n/ac/ax/be mode"
msgstr "802.11 n/ac/ax mód" msgstr "802.11 n/ac/ax mód"
#: src/common/WiFiSettings/WiFiForm.js:199 #: src/common/WiFiSettings/WiFiForm.js:199
@@ -220,16 +218,16 @@ msgstr "Vlastné"
msgid "Enable Guest Wi-Fi" msgid "Enable Guest Wi-Fi"
msgstr "Povoliť Wi-Fi pre hostí" msgstr "Povoliť Wi-Fi pre hostí"
#: src/common/WiFiSettings/WiFiQRCode.js:40 #: src/common/WiFiSettings/WiFiQRCode.js:43
#: src/common/WiFiSettings/WiFiQRCode.js:41 #: src/common/WiFiSettings/WiFiQRCode.js:44
msgid "Show QR code" msgid "Show QR code"
msgstr "Zobraziť QR kód" msgstr "Zobraziť QR kód"
#: src/common/WiFiSettings/WiFiQRCode.js:67 #: src/common/WiFiSettings/WiFiQRCode.js:70
msgid "Wi-Fi QR Code" msgid "Wi-Fi QR Code"
msgstr "Wi-Fi QR kód" msgstr "Wi-Fi QR kód"
#: src/common/WiFiSettings/WiFiQRCode.js:98 #: src/common/WiFiSettings/WiFiQRCode.js:102
msgid "Download PDF" msgid "Download PDF"
msgstr "Stiahnuť PDF" msgstr "Stiahnuť PDF"
@@ -283,8 +281,9 @@ msgid "802.11ac - 80 MHz wide channel"
msgstr "802.11ac šírka kanála 80 MHz" msgstr "802.11ac šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:15 #: src/common/WiFiSettings/constants.js:15
#, fuzzy
msgid "802.11ac - 80+80 MHz wide channel" msgid "802.11ac - 80+80 MHz wide channel"
msgstr "802.11ac šírka kanála 80+80 MHz" msgstr "802.11ac šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:16 #: src/common/WiFiSettings/constants.js:16
msgid "802.11ac - 160 MHz wide channel" msgid "802.11ac - 160 MHz wide channel"
@@ -303,51 +302,27 @@ msgid "802.11ax - 80 MHz wide channel"
msgstr "802.11ax šírka kanála 80 MHz" msgstr "802.11ax šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:20 #: src/common/WiFiSettings/constants.js:20
#, fuzzy
msgid "802.11ax - 80+80 MHz wide channel" msgid "802.11ax - 80+80 MHz wide channel"
msgstr "802.11ax šírka kanála 80+80 MHz" msgstr "802.11ax šírka kanála 80 MHz"
#: src/common/WiFiSettings/constants.js:21 #: src/common/WiFiSettings/constants.js:21
msgid "802.11ax - 160 MHz wide channel" msgid "802.11ax - 160 MHz wide channel"
msgstr "802.11ax šírka kanála 160 MHz" msgstr "802.11ax šírka kanála 160 MHz"
#: src/common/WiFiSettings/constants.js:22 #: src/common/WiFiSettings/constants.js:29
#, 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" msgid "WPA3 only"
msgstr "len WPA3" msgstr "len WPA3"
#: src/common/WiFiSettings/constants.js:35 #: src/common/WiFiSettings/constants.js:30
msgid "WPA3 with WPA2 as fallback (default)" msgid "WPA3 with WPA2 as fallback (default)"
msgstr "WPA3 s WPA2 ako náhradným riešením (predvolené)" msgstr "WPA3 s WPA2 ako náhradným riešením (predvolené)"
#: src/common/WiFiSettings/constants.js:36 #: src/common/WiFiSettings/constants.js:31
msgid "WPA2 only" msgid "WPA2 only"
msgstr "Len WPA2" msgstr "Len WPA2"
#: src/common/WiFiSettings/constants.js:39 #: src/common/WiFiSettings/constants.js:34
msgid "" msgid ""
"SSID which contains non-standard characters could cause problems on some " "SSID which contains non-standard characters could cause problems on some "
"devices." "devices."
@@ -355,44 +330,41 @@ msgstr ""
"SSID s neštandardnými znakmi môže na niektorých zariadeniach spôsobovať " "SSID s neštandardnými znakmi môže na niektorých zariadeniach spôsobovať "
"problémy." "problémy."
#: src/common/WiFiSettings/constants.js:42 #: src/common/WiFiSettings/constants.js:37
msgid "WPA2/3 pre-shared key, that is required to connect to the network." 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." msgstr "WPA2/3 vopred zdieľaný kľúč, ktorý sa vyžaduje na pripojenie k sieti."
#: src/common/WiFiSettings/constants.js:45 #: src/common/WiFiSettings/constants.js:40
msgid "If set, network is not visible when scanning for available networks." msgid "If set, network is not visible when scanning for available networks."
msgstr "" msgstr ""
"Pri zapnutí tejto voľby sa sieť zariadeniam pri vyhľadávaní dostupných " "Pri zapnutí tejto voľby sa sieť zariadeniam pri vyhľadávaní dostupných "
"sietí nezobrazí." "sietí nezobrazí."
#: src/common/WiFiSettings/constants.js:48 #: src/common/WiFiSettings/constants.js:43
#, fuzzy
msgid "" msgid ""
"The 2.4 GHz band is more widely supported by clients, but tends to have " "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 " "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 " "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 " "signal does not carry so well indoors."
"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 "" msgstr ""
"Pásmo 2,4 GHz je klientmi podporované najčastejšie, ale je viac zaťažené " "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 " "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 " "zariadenia. Zvyčajne je rušením postihnuté menej, ale signál sa vnútri "
"budov šíri horšie." "budov šíri horšie."
#: src/common/WiFiSettings/constants.js:51 #: src/common/WiFiSettings/constants.js:46
#, fuzzy
msgid "" msgid ""
"Change this to adjust 802.11n/ac/ax/be mode of operation. Wider channels " "Change this to adjust 802.11n/ac/ax mode of operation. 802.11n with 40 "
"can yield higher throughput but can cause more interference in the " "MHz wide channels can yield higher throughput but can cause more "
"network. If you don't know what to choose, use the default option." "interference in the network. If you don't know what to choose, use the "
"default option with 20 MHz wide channel."
msgstr "" msgstr ""
"Zmenou tejto položky sa nastavuje režim prevádzky 802.11n/ac/ax. Štandard" "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 " " 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ú " "môže spôsobiť väčšie rušenie. Ak si nie ste istí, použite predvolenú "
"možnosť so šírkou kanála 20 MHz." "možnosť so šírkou kanála 20 MHz."
#: src/common/WiFiSettings/constants.js:54 #: src/common/WiFiSettings/constants.js:49
msgid "" msgid ""
"Enables Wi-Fi for guests, which is separated from LAN network. Devices " "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 " "connected to this network are allowed to access the internet, but aren't "
@@ -405,14 +377,12 @@ msgstr ""
" nemajú prístup k iným zariadeniam a ku konfiguračnému rozhraniu routera." " 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í." " Parametre siete pre hostí je možné nastaviť na karte Sieť pre hostí."
#: src/common/WiFiSettings/constants.js:57 #: src/common/WiFiSettings/constants.js:52
#, fuzzy
msgid "" msgid ""
"The WPA3 standard is the new most secure encryption method that is " "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 " "suggested to be used with any device that supports it. The older devices "
"without WPA3 support require older WPA2. If you experience issues with " "without WPA3 support require older WPA2. If you experience issues with "
"connecting older devices, try to enable WPA2. The 6 GHz band supports " "connecting older devices, try to enable WPA2."
"only WPA3."
msgstr "" msgstr ""
"Štandard WPA3 je nová, najbezpečnejšia metóda šifrovania a odporúča sa " "Š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 " "používať ju s každým zariadením, ktoré ju podporuje. Staršie zariadenia "
@@ -427,15 +397,15 @@ msgstr "Nastavenia boli úspešne uložené"
msgid "Changes you made may not be saved. Are you sure you want to leave?" 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?" msgstr "Vykonané zmeny neboli uložené. Naozaj chcete opustiť stránku?"
#: src/form/components/SubmitButton.js:37 #: src/form/components/SubmitButton.js:34
msgid "Updating" msgid "Updating"
msgstr "Prebieha aktualizácia" msgstr "Prebieha aktualizácia"
#: src/form/components/SubmitButton.js:40 #: src/form/components/SubmitButton.js:37
msgid "Loading" msgid "Load settings"
msgstr "Načítavanie" msgstr "Načítavanie nastavení"
#: src/form/components/SubmitButton.js:43 #: src/form/components/SubmitButton.js:40
msgid "Save" msgid "Save"
msgstr "Uložiť" msgstr "Uložiť"
@@ -515,3 +485,4 @@ msgstr "Neobsahuje zoznam e-mailov oddelených čiarkami."
#~ msgid "Are you sure you want to restart the router?" #~ msgid "Are you sure you want to restart the router?"
#~ msgstr "Naozaj sa má router reštartovať?" #~ msgstr "Naozaj sa má router reštartovať?"

View File

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

View File

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