diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4400361..dbe5dd8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: node:10-alpine +image: node:16-alpine stages: - test diff --git a/Makefile b/Makefile index b446b9a..c8aacdd 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,30 @@ -.PHONY: all install-js watch-js build-js collect-files pack publish-beta publish-latest lint test test-js-update-snapshots create-messages update-messages docs docs-watch clean +# Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/) +# +# This is free software, licensed under the GNU General Public License v3. +# See /LICENSE for more information. + +PROJECT="Foris JS" +# Retrieve Foris JS version from package.json +VERSION= $(shell sed -En "s/.*version['\"]: ['\"](.+)['\"].*/\1/p" package.json) +COPYRIGHT_HOLDER="CZ.NIC, z.s.p.o. (https://www.nic.cz/)" +MSGID_BUGS_ADDRESS="tech.support@turris.cz" DEV_PYTHON=python3 VENV_NAME?=venv VENV_BIN=$(shell pwd)/$(VENV_NAME)/bin +.PHONY: all all: @echo "make install-js" - @echo " Install dependencies" - @echo "make watch-js" - @echo " Compile JS in watch mode." - @echo "make build-js" - @echo " Compile JS." - @echo "make lint-js" - @echo " Run linter" - @echo "make test-js" - @echo " Run tests" + @echo " Install npm dependencies." + @echo "make lint" + @echo " Run linter on the project." + @echo "make test" + @echo " Run tests on the project." + @echo "make test-js-watch" + @echo " Run tests on the project in watch mode." + @echo "make test-js-update-snapshots" + @echo " Update snapshots." @echo "make create-messages" @echo " Create locale messages (.pot)." @echo "make update-messages" @@ -26,43 +36,93 @@ all: @echo "make clean" @echo " Remove python artifacts and virtualenv." + +# Preparation + +.PHONY: venv venv: $(VENV_NAME)/bin/activate $(VENV_NAME)/bin/activate: test -d $(VENV_NAME) || $(DEV_PYTHON) -m virtualenv -p $(DEV_PYTHON) $(VENV_NAME) $(VENV_BIN)/$(DEV_PYTHON) -m pip install -r requirements.txt touch $(VENV_NAME)/bin/activate + +# Installation + +.PHONY: install-js install-js: package.json npm install --save-dev + +# Publishing + +.PHONY: collect-files collect-files: sh scripts/collect_files.sh + +.PHONY: pack pack: collect-files cd dist && npm pack + +.PHONY: publish-beta publish-beta: collect-files sh scripts/publish.sh beta + +.PHONY: publish-latest publish-latest: collect-files sh scripts/publish.sh latest + +# Linting + +.PHONY: lint lint: npm run lint + +.PHONY: lint-js-fix lint-js-fix: npm run lint:fix + +# Testing + +.PHONY: test test: npm test + +.PHONY: test-js-watch +test-js-watch: + cd $(JS_DIR); npm test -- --watch + +.PHONY: test-js-update-snapshots test-js-update-snapshots: npm test -- -u -create-messages: venv - $(VENV_BIN)/pybabel extract -F babel.cfg -o ./translations/forisjs.pot . -update-messages: venv - $(VENV_BIN)/pybabel update -i ./translations/forisjs.pot -d ./translations -D forisjs +# Translations + +.PHONY: create-messages +create-messages: venv + $(VENV_BIN)/pybabel extract -F babel.cfg -o ./translations/forisjs.pot . --project=$(PROJECT) --version=$(VERSION) --copyright-holder=$(COPYRIGHT_HOLDER) --msgid-bugs-address=$(MSGID_BUGS_ADDRESS) + +.PHONY: update-messages +update-messages: venv + $(VENV_BIN)/pybabel update -i ./translations/forisjs.pot -d ./translations -D forisjs --update-header-comment + + +# Documentation + +.PHONY: docs docs: npm run-script docs + +.PHONY: docs-watch docs-watch: npm run-script docs:watch + +# Other + +.PHONY: clean clean: rm -rf node_modules dist diff --git a/src/common/WiFiSettings/ResetWiFiSettings.js b/src/common/WiFiSettings/ResetWiFiSettings.js index 9658cc7..6973a5b 100644 --- a/src/common/WiFiSettings/ResetWiFiSettings.js +++ b/src/common/WiFiSettings/ResetWiFiSettings.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/) + * Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/) * * This is free software, licensed under the GNU General Public License v3. * See /LICENSE for more information. @@ -54,9 +54,9 @@ export function ResetWiFiSettings({ ws, endpoint }) {

{_("Reset Wi-Fi Settings")}

- {_(`If a number of wireless cards doesn't match, you may try \ -to reset the Wi-Fi settings. Note that this will remove the current Wi-Fi \ -configuration and restore the default values.`)} + {_( + "If a number of wireless cards doesn't match, you may try to reset the Wi-Fi settings. Note that this will remove the current Wi-Fi configuration and restore the default values." + )}

@@ -422,9 +422,7 @@ exports[` Snapshot guest network. 1`] = ` + -+ -+ WPA2 pre-shared key, that is required to connect to the network. -+ ++ WPA2 pre-shared key, that is required to connect to the network. + +
@@ -432,7 +430,7 @@ exports[` Snapshot guest network. 1`] = ` class=\\"form-group switch\\" >
@@ -451,7 +449,7 @@ exports[` Snapshot one module enabled. 1`] = ` - First value + Second value -@@ -22,10 +22,501 @@ +@@ -22,10 +22,488 @@ Wi-Fi 1 @@ -532,9 +530,7 @@ exports[` Snapshot one module enabled. 1`] = ` + -+ -+ WPA2 pre-shared key, that is required to connect to the network. -+ ++ WPA2 pre-shared key, that is required to connect to the network. + +
+
Snapshot one module enabled. 1`] = ` + -+ -+ The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a -+ newer standard and may not be supported by all your devices. It usually has less interference, but the signal -+ does not carry so well indoors. ++ The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a newer standard and may not be supported by all your devices. It usually has less interference, but the signal does not carry so well indoors. + +
+
Snapshot one module enabled. 1`] = ` + -+ -+ Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz wide channels can yield higher -+ throughput but can cause more interference in the network. If you don't know what to choose, use the default -+ option with 20 MHz wide channel. -+ ++ Change this to adjust 802.11n/ac 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. + +
+
Snapshot one module enabled. 1`] = ` + -+ -+ 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. + +
+ diff --git a/src/common/WiFiSettings/constants.js b/src/common/WiFiSettings/constants.js index 49776c7..51ff7be 100644 --- a/src/common/WiFiSettings/constants.js +++ b/src/common/WiFiSettings/constants.js @@ -29,28 +29,23 @@ export const ENCRYPTIONMODES = { }; export const HELP_TEXTS = { ssid: _( - `SSID which contains non-standard characters could cause problems on some devices.` + "SSID which contains non-standard characters could cause problems on some devices." + ), + password: _( + "WPA2 pre-shared key, that is required to connect to the network." ), - password: _(` - WPA2 pre-shared key, that is required to connect to the network. - `), hidden: _( "If set, network is not visible when scanning for available networks." ), - hwmode: _(` - The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a - newer standard and may not be supported by all your devices. It usually has less interference, but the signal - does not carry so well indoors.`), - htmode: _(` - Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz wide channels can yield higher - throughput but can cause more interference in the network. If you don't know what to choose, use the default - option with 20 MHz wide channel. - `), - guest_wifi_enabled: _(` - Enables Wi-Fi for guests, which is separated from LAN network. Devices connected to this network are allowed to - access the internet, but aren't allowed to access other devices and the configuration interface of the router. - Parameters of the guest network can be set in the Guest network tab. - `), + hwmode: _( + "The 2.4 GHz band is more widely supported by clients, but tends to have more interference. The 5 GHz band is a newer standard and may not be supported by all your devices. It usually has less interference, but the signal does not carry so well indoors." + ), + htmode: _( + "Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz wide channels can yield higher throughput but can cause more interference in the network. If you don't know what to choose, use the default option with 20 MHz wide channel." + ), + guest_wifi_enabled: _( + "Enables Wi-Fi for guests, which is separated from LAN network. Devices connected to this network are allowed to access the internet, but aren't allowed to access other devices and the configuration interface of the router. Parameters of the guest network can be set in the Guest network tab." + ), wpa3: _( "The WPA3 standard is the new most secure encryption method that is suggested to be used with any device that supports it. The older devices without WPA3 support require older WPA2. If you experience issues with connecting older devices, try to enable WPA2." ), diff --git a/translations/cs/LC_MESSAGES/forisjs.po b/translations/cs/LC_MESSAGES/forisjs.po index 3161a1f..6196073 100644 --- a/translations/cs/LC_MESSAGES/forisjs.po +++ b/translations/cs/LC_MESSAGES/forisjs.po @@ -1,14 +1,14 @@ -# Czech translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Czech translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" -"PO-Revision-Date: 2021-02-17 14:50+0000\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"PO-Revision-Date: 2021-08-18 15:36+0000\n" "Last-Translator: Lukas Jelinek \n" "Language: cs\n" "Language-Team: Czech , 2019. +# Danish translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: da\n" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -71,31 +71,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -109,25 +124,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -156,54 +176,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -247,14 +292,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -280,3 +329,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/de/LC_MESSAGES/forisjs.po b/translations/de/LC_MESSAGES/forisjs.po index 15a73e2..4c12cc2 100644 --- a/translations/de/LC_MESSAGES/forisjs.po +++ b/translations/de/LC_MESSAGES/forisjs.po @@ -1,44 +1,43 @@ -# German translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# German translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" -"PO-Revision-Date: 2019-09-02 07:21+0000\n" -"Last-Translator: Ulrich Günther \n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"PO-Revision-Date: 2021-09-24 19:38+0000\n" +"Last-Translator: CryptKid \n" "Language: de\n" -"Language-Team: German " -"\n" +"Language-Team: German \n" "Plural-Forms: nplurals=2; plural=n != 1\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." -msgstr "" +msgstr "Die Sitzung ist abgelaufen. Bitte erneut anmelden." -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." -msgstr "" +msgstr "Eine Zeitüberschreitung ist aufgetreten." -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "Keine Antwort erhalten." -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "Ein unbekannter API-Fehler ist aufgetreten." #: src/common/RebootButton.js:27 -#, fuzzy msgid "Reboot request failed." -msgstr "Neustart ist erforderlich" +msgstr "Neustart-Einleitung fehlgeschlagen." #: src/common/RebootButton.js:51 msgid "Reboot" @@ -46,92 +45,114 @@ msgstr "Systemneustart" #: src/common/RebootButton.js:66 msgid "Warning!" -msgstr "" +msgstr "Warnung!" #: src/common/RebootButton.js:68 msgid "Are you sure you want to restart the router?" -msgstr "" +msgstr "Sind Sie sicher, dass Sie den Router neu starten wollen?" #: src/common/RebootButton.js:71 msgid "Cancel" -msgstr "" +msgstr "Abbrechen" #: src/common/RebootButton.js:73 msgid "Confirm reboot" -msgstr "" +msgstr "Neustart bestätigen" #: src/common/WiFiSettings/ResetWiFiSettings.js:38 msgid "An error occurred during resetting Wi-Fi settings." msgstr "" +"Ein Fehler ist während der Zurücksetzung der WLAN-Einstellungen " +"aufgetreten." #: src/common/WiFiSettings/ResetWiFiSettings.js:41 msgid "Wi-Fi settings are set to defaults." -msgstr "" +msgstr "WLAN-Einstellungen wurden auf Standard zurückgesetzt." #: src/common/WiFiSettings/ResetWiFiSettings.js:55 #: src/common/WiFiSettings/ResetWiFiSettings.js:69 msgid "Reset Wi-Fi Settings" +msgstr "WLAN-Einstellungen zurücksetzen" + +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" -msgstr "" +msgstr "WLAN ${deviceID + 1}" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "Passwort" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" -msgstr "" +msgstr "SSID verbergen" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" -msgstr "" +msgstr "802.11n/ac Modus" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" +msgstr "Kanal" + +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "automatisch" -#: src/common/WiFiSettings/WiFiGuestForm.js:42 +#: src/common/WiFiSettings/WiFiForm.js:284 #, fuzzy +msgid "Custom" +msgstr "automatisch" + +#: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "Gast-WLAN aktivieren" #: src/common/WiFiSettings/WiFiQRCode.js:71 msgid "Wi-Fi QR Code" -msgstr "" +msgstr "WLAN QR-Code" #: src/common/WiFiSettings/WiFiQRCode.js:91 msgid "Download PDF" -msgstr "" +msgstr "PDF herunterladen" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "SSID darf nicht länger als 32 Symbole sein" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "SSID darf nicht leer sein" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 -#, fuzzy +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "SSID darf nicht länger als 32 Symbole sein" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "Das Passwort muss mindestens 8 Zeichen enthalten" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +#, fuzzy +msgid "Password must not contain more than 63 symbols" +msgstr "Das Passwort muss mindestens 8 Zeichen enthalten" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "Deaktiviert" @@ -161,37 +182,66 @@ msgstr "802.11ac - 80 MHz breiter Kanal" msgid "802.11ac - 160 MHz wide channel" msgstr "802.11ac - 80 MHz breiter Kanal" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +#, fuzzy +msgid "802.11ax - 20 MHz wide channel" +msgstr "802.11ac - 20 MHz breiter Kanal" + +#: src/common/WiFiSettings/constants.js:17 +#, fuzzy +msgid "802.11ax - 40 MHz wide channel" +msgstr "802.11ac - 40 MHz breiter Kanal" + +#: src/common/WiFiSettings/constants.js:18 +#, fuzzy +msgid "802.11ax - 80 MHz wide channel" +msgstr "802.11ac - 80 MHz breiter Kanal" + +#: src/common/WiFiSettings/constants.js:19 +#, fuzzy +msgid "802.11ax - 160 MHz wide channel" +msgstr "802.11ac - 80 MHz breiter Kanal" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +#, fuzzy +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" "\n" " WPA2 Pre-Shared Key, der für die Verbindung mit dem Netzwerk " "benötigt wird.\n" " " -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" "Falls aktiviert, wird das Netzwerk nicht in der Liste der verfügbaren " "drahtlosen Netzwerke angezeigt." -#: src/common/WiFiSettings/constants.js:31 +#: src/common/WiFiSettings/constants.js:40 +#, fuzzy msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." +"The 2.4 GHz band is more widely supported by clients, but tends to have " +"more interference. The 5 GHz band is a newer standard and may not be " +"supported by all your devices. It usually has less interference, but the " +"signal does not carry so well indoors." msgstr "" "\n" " Das 2,4 GHz-Band wird stärker von Clients unterstützt, hat aber " @@ -200,15 +250,13 @@ msgstr "" "unterstützt. Es hat in der Regel weniger Interferenzen, aber das Signal\n" " trägt nicht so gut drinnen." -#: src/common/WiFiSettings/constants.js:35 +#: src/common/WiFiSettings/constants.js:43 +#, fuzzy msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." msgstr "" "\n" " Ändern Sie diese Option, um den Betriebsmodus 802.11n/ac " @@ -219,16 +267,14 @@ msgstr "" " Option mit 20 MHz breitem Kanal.\n" " " -#: src/common/WiFiSettings/constants.js:40 +#: src/common/WiFiSettings/constants.js:46 +#, fuzzy msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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." msgstr "" "\n" " Ermöglicht Wi-Fi für Gäste, das vom LAN-Netzwerk getrennt ist. " @@ -239,6 +285,14 @@ msgstr "" "Gastnetzwerk eingestellt werden.\n" " " +#: src/common/WiFiSettings/constants.js:49 +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 "" + #: src/form/components/ForisForm.js:121 msgid "Settings saved successfully" msgstr "Einstellungen erfolgreich gespeichert" @@ -280,14 +334,19 @@ msgid "This is not a valid domain name." msgstr "Dies ist kein gültiger Domainname." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "Dies ist kein gültiger Domainname." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "Dies ist keine gültige DUID." -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "Dies ist keine gültige MAC-Adresse." -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "Enthält keine Liste von E-Mails, die durch Kommas getrennt sind." diff --git a/translations/el/LC_MESSAGES/forisjs.po b/translations/el/LC_MESSAGES/forisjs.po index e726064..4d55576 100644 --- a/translations/el/LC_MESSAGES/forisjs.po +++ b/translations/el/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Greek translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Greek translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2021-02-09 16:50+0000\n" "Last-Translator: Michalis \n" "Language: el\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -72,32 +72,47 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 #, fuzzy msgid "Channel" msgstr "Άκυρο" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -111,25 +126,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -158,54 +178,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -249,14 +294,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -282,3 +331,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/en/LC_MESSAGES/forisjs.po b/translations/en/LC_MESSAGES/forisjs.po index 8228fdd..05ebba8 100644 --- a/translations/en/LC_MESSAGES/forisjs.po +++ b/translations/en/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# English translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# English translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-10-17 09:28+0000\n" "Last-Translator: Scott Anecito \n" "Language: en\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -72,31 +72,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -110,25 +125,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -157,54 +177,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -248,14 +293,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -278,3 +327,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/es/LC_MESSAGES/forisjs.po b/translations/es/LC_MESSAGES/forisjs.po index 3fd0f04..46e8e59 100644 --- a/translations/es/LC_MESSAGES/forisjs.po +++ b/translations/es/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Spanish translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Spanish translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2020-05-25 13:41+0000\n" "Last-Translator: Eduardo Cuthbert \n" "Language: es\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "La sesiòn ha expirado. Por favor, authentìquese otra vez." -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "Error de tiempo de espera ocurrido." -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "Respuesta no recivida." -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" "Un error desconocido ha ocurrido. Compruebe la consola para mas " @@ -74,31 +74,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -112,25 +127,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -159,54 +179,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -252,14 +297,19 @@ msgid "This is not a valid domain name." msgstr "Esto no es un nombre de dominio vàlido." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "Esto no es un nombre de dominio vàlido." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "Este no es un DUID vàlido." -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "Esta no es una direcciòn MAC vàlida." -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "No contiene una lista de E-mails separados por comas." @@ -276,3 +326,54 @@ msgstr "No contiene una lista de E-mails separados por comas." #~ "Compruebe la consola para mas " #~ "informaciòn." +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/fi/LC_MESSAGES/forisjs.po b/translations/fi/LC_MESSAGES/forisjs.po index 8dfb42f..aa93ba5 100644 --- a/translations/fi/LC_MESSAGES/forisjs.po +++ b/translations/fi/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Finnish translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Finnish translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: fi\n" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -71,31 +71,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -109,25 +124,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -156,54 +176,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -247,14 +292,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -280,3 +329,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/fo/LC_MESSAGES/forisjs.po b/translations/fo/LC_MESSAGES/forisjs.po index 054d34c..5375053 100644 --- a/translations/fo/LC_MESSAGES/forisjs.po +++ b/translations/fo/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Faroese translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Faroese translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: fo\n" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -71,31 +71,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -109,25 +124,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -156,54 +176,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -247,14 +292,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -280,3 +329,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/forisjs.pot b/translations/forisjs.pot index 4fa0c89..c635a78 100644 --- a/translations/forisjs.pot +++ b/translations/forisjs.pot @@ -1,14 +1,14 @@ -# Translations template for PROJECT. -# Copyright (C) 2021 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2021. +# Translations template for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PROJECT VERSION\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"Project-Id-Version: Foris JS 5.2.0\n" +"Report-Msgid-Bugs-To: tech.support@turris.cz\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,19 +17,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -70,31 +70,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -108,25 +123,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -155,54 +175,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -246,14 +291,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" diff --git a/translations/fr/LC_MESSAGES/forisjs.po b/translations/fr/LC_MESSAGES/forisjs.po index 415c58d..0c68f91 100644 --- a/translations/fr/LC_MESSAGES/forisjs.po +++ b/translations/fr/LC_MESSAGES/forisjs.po @@ -1,15 +1,15 @@ -# French translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# French translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" -"PO-Revision-Date: 2021-02-09 16:50+0000\n" -"Last-Translator: Yuraï Slovaque \n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"PO-Revision-Date: 2022-01-14 05:53+0000\n" +"Last-Translator: Gabriel GRONDIN \n" "Language: fr\n" "Language-Team: French \n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "Cette session a expiré. Veuillez vous reconnecter." -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "Le délai a expiré." -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "Aucun réponse reçue." -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "Une erreur d’API inconnue s’est produite." @@ -45,7 +45,7 @@ msgstr "Redémarrer" #: src/common/RebootButton.js:66 msgid "Warning!" -msgstr "Attention !" +msgstr "Attention !" #: src/common/RebootButton.js:68 msgid "Are you sure you want to restart the router?" @@ -62,41 +62,57 @@ msgstr "Confirmer le redémarrage" #: src/common/WiFiSettings/ResetWiFiSettings.js:38 msgid "An error occurred during resetting Wi-Fi settings." msgstr "" +"Une erreur s'est produite lors de la réinitialisation des paramètres Wi-" +"Fi." #: src/common/WiFiSettings/ResetWiFiSettings.js:41 msgid "Wi-Fi settings are set to defaults." -msgstr "" +msgstr "Les paramètres Wi-Fi sont définis par défaut." #: src/common/WiFiSettings/ResetWiFiSettings.js:55 #: src/common/WiFiSettings/ResetWiFiSettings.js:69 msgid "Reset Wi-Fi Settings" +msgstr "Réinitialiser les paramètres Wi-Fi" + +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" -msgstr "" +msgstr "Wi-Fi ${deviceID + 1}" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "Mot de passe" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" -msgstr "" +msgstr "Masquer le SSID" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" -msgstr "" +msgstr "Mode 802.11n/ac" -#: src/common/WiFiSettings/WiFiForm.js:190 -#, fuzzy +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" -msgstr "Annuler" +msgstr "Canal" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "Chiffrement" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" -msgstr "" +msgstr "automatique" + +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "Personnalisé" #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" @@ -104,109 +120,186 @@ msgstr "Activer le mode Wi-Fi invité" #: src/common/WiFiSettings/WiFiQRCode.js:71 msgid "Wi-Fi QR Code" -msgstr "" +msgstr "Code QR Wi-Fi" #: src/common/WiFiSettings/WiFiQRCode.js:91 msgid "Download PDF" -msgstr "" +msgstr "Télécharger le PDF" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" -msgstr "" +msgstr "Le SSID ne peut pas être plus long que 32 symboles" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "Le SSID ne peut pas être vide" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" -msgstr "" +msgstr "Le SSID ne peut pas dépasser 32 octets" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "Le mot de passe doit contenir au moins 8 symboles" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +#, fuzzy +msgid "Password must not contain more than 63 symbols" +msgstr "Le mot de passe doit contenir au moins 8 symboles" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "Désactivé" #: src/common/WiFiSettings/constants.js:10 msgid "802.11n - 20 MHz wide channel" -msgstr "" +msgstr "802.11n - canal large de 20 MHz" #: src/common/WiFiSettings/constants.js:11 msgid "802.11n - 40 MHz wide channel" -msgstr "" +msgstr "802.11n - canal large de 40 MHz" #: src/common/WiFiSettings/constants.js:12 msgid "802.11ac - 20 MHz wide channel" -msgstr "" +msgstr "802.11ac - canal large de 20 MHz" #: src/common/WiFiSettings/constants.js:13 msgid "802.11ac - 40 MHz wide channel" -msgstr "" +msgstr "802.11ac - canal large de 40 MHz" #: src/common/WiFiSettings/constants.js:14 msgid "802.11ac - 80 MHz wide channel" -msgstr "" +msgstr "802.11ac - canal large de 80 MHz" #: src/common/WiFiSettings/constants.js:15 msgid "802.11ac - 160 MHz wide channel" -msgstr "" +msgstr "802.11ac - canal large de 160 MHz" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +#, fuzzy +msgid "802.11ax - 20 MHz wide channel" +msgstr "802.11ac - canal large de 20 MHz" + +#: src/common/WiFiSettings/constants.js:17 +#, fuzzy +msgid "802.11ax - 40 MHz wide channel" +msgstr "802.11ac - canal large de 40 MHz" + +#: src/common/WiFiSettings/constants.js:18 +#, fuzzy +msgid "802.11ax - 80 MHz wide channel" +msgstr "802.11ac - canal large de 80 MHz" + +#: src/common/WiFiSettings/constants.js:19 +#, fuzzy +msgid "802.11ax - 160 MHz wide channel" +msgstr "802.11ac - canal large de 160 MHz" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "WPA3 seulement" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "WPA3 avec WPA2 comme solution de repli (par défaut)" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "WPA2 seulement" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" +"Un SSID qui contient des caractères non standard peut causer des " +"problèmes sur certains appareils." -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +#, fuzzy +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" +"\n" +" Clé pré-partagée WPA2, qui est nécessaire pour se connecter au " +"réseau.\n" +" " -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" - -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" +"S'il est défini, le réseau n'est pas visible lors de la recherche de " +"réseaux disponibles." #: src/common/WiFiSettings/constants.js:40 +#, fuzzy msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"The 2.4 GHz band is more widely supported by clients, but tends to have " +"more interference. The 5 GHz band is a newer standard and may not be " +"supported by all your devices. It usually has less interference, but the " +"signal does not carry so well indoors." msgstr "" +"\n" +" La bande 2,4 GHz est plus largement prise en charge par les " +"clients, mais a tendance à présenter plus d'interférences. La bande 5 GHz" +" est une norme\n" +" plus récente et peut ne pas être prise en charge par tous vos " +"appareils. Elle présente généralement moins d'interférences, mais le " +"signal\n" +" mais le signal ne passe pas aussi bien à l'intérieur." + +#: src/common/WiFiSettings/constants.js:43 +#, fuzzy +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" +"\n" +" Modifiez ce paramètre pour régler le mode de fonctionnement " +"802.11n/ac. Le mode 802.11n avec des canaux larges de 40 MHz permet " +"d'obtenir un meilleur\n" +" débit plus élevé, mais peut provoquer davantage d'interférences " +"sur le réseau. Si vous ne savez pas quoi choisir, utilisez l'option par " +"défaut\n" +" l'option par défaut avec un canal large de 20 MHz.\n" +" " + +#: src/common/WiFiSettings/constants.js:46 +#, fuzzy +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" +"\n" +" Active le Wi-Fi pour les invités, qui est séparé du réseau LAN. " +"Les périphériques connectés à ce réseau sont autorisés à\n" +" accéder à Internet, mais ne sont pas autorisés à accéder aux " +"autres périphériques et à l'interface de configuration du routeur.\n" +" Les paramètres du réseau invité peuvent être définis dans " +"l'onglet Réseau invité.\n" +" " + +#: src/common/WiFiSettings/constants.js:49 +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 "" +"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 " +"appareils plus anciens qui ne prennent pas en charge la norme WPA3 " +"nécessitent la norme WPA2. Si vous rencontrez des problèmes pour " +"connecter des appareils plus anciens, essayez d'activer WPA2." #: src/form/components/ForisForm.js:121 msgid "Settings saved successfully" @@ -248,17 +341,22 @@ msgstr "Ce n’est pas un préfixe IPv6 valide." #: src/utils/validations.js:16 msgid "This is not a valid domain name." -msgstr "Ce n’est pas un nom de domaine valide." +msgstr "Le nom de domaine est invalide." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "Le nom de domaine est invalide." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "Ce n’est pas un DUID valide." -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "Ce n’est pas une adresse MAC valide." -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" "Il ne contient pas une liste d’adresses de messagerie séparées par des " diff --git a/translations/hr/LC_MESSAGES/forisjs.po b/translations/hr/LC_MESSAGES/forisjs.po index 0005beb..7c915b6 100644 --- a/translations/hr/LC_MESSAGES/forisjs.po +++ b/translations/hr/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Croatian translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Croatian translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: hr\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -72,31 +72,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -110,25 +125,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -157,54 +177,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -248,14 +293,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -281,3 +330,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/hu/LC_MESSAGES/forisjs.po b/translations/hu/LC_MESSAGES/forisjs.po index 11b2a32..938c147 100644 --- a/translations/hu/LC_MESSAGES/forisjs.po +++ b/translations/hu/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Hungarian translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Hungarian translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2021-01-07 01:26+0000\n" "Last-Translator: Zoli \n" "Language: hu\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "A munkamenet lejárt. Kérjük, jelentkezzen be újra." -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "Időtúllépési hiba történt." -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "Nem érkezett válasz." -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "Ismeretlen API-hiba történt." @@ -72,31 +72,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -110,25 +125,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -157,54 +177,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -250,14 +295,19 @@ msgid "This is not a valid domain name." msgstr "Érvénytelen tartománynév." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "Érvénytelen tartománynév." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "Érvénytelen DUID." -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "Érvénytelen MAC-cím." -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "Nem tartalmaz vesszővel elválasztott e-mail listát." @@ -274,3 +324,54 @@ msgstr "Nem tartalmaz vesszővel elválasztott e-mail listát." #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/it/LC_MESSAGES/forisjs.po b/translations/it/LC_MESSAGES/forisjs.po index 1eb1587..cbb71f5 100644 --- a/translations/it/LC_MESSAGES/forisjs.po +++ b/translations/it/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Italian translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Italian translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: it\n" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -71,31 +71,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -109,25 +124,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -156,54 +176,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -247,14 +292,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -280,3 +329,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/ja/LC_MESSAGES/forisjs.po b/translations/ja/LC_MESSAGES/forisjs.po index ef4934d..8a57331 100644 --- a/translations/ja/LC_MESSAGES/forisjs.po +++ b/translations/ja/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Japanese translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Japanese translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-10-16 10:08+0000\n" "Last-Translator: Scott Anecito \n" "Language: ja\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -72,31 +72,47 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "自動" +#: src/common/WiFiSettings/WiFiForm.js:284 +#, fuzzy +msgid "Custom" +msgstr "自動" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -110,25 +126,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "無効" @@ -157,54 +178,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -248,14 +294,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -281,3 +331,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/ko/LC_MESSAGES/forisjs.po b/translations/ko/LC_MESSAGES/forisjs.po index 3552e44..18618fd 100644 --- a/translations/ko/LC_MESSAGES/forisjs.po +++ b/translations/ko/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Korean translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Korean translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: ko\n" @@ -18,19 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -71,31 +71,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -109,25 +124,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -156,54 +176,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -247,14 +292,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -280,3 +329,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/lt/LC_MESSAGES/forisjs.po b/translations/lt/LC_MESSAGES/forisjs.po index d9bc244..34dc0f3 100644 --- a/translations/lt/LC_MESSAGES/forisjs.po +++ b/translations/lt/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Lithuanian translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Lithuanian translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-02-19 13:34+0100\n" "Last-Translator: FULL NAME \n" "Language: lt\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -72,31 +72,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -110,25 +125,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -157,54 +177,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -248,14 +293,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -281,3 +330,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/nb_NO/LC_MESSAGES/forisjs.po b/translations/nb_NO/LC_MESSAGES/forisjs.po index 42dcc1d..5001b16 100644 --- a/translations/nb_NO/LC_MESSAGES/forisjs.po +++ b/translations/nb_NO/LC_MESSAGES/forisjs.po @@ -1,14 +1,14 @@ -# Norwegian Bokmål translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Norwegian Bokmål (Norway) translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" -"PO-Revision-Date: 2021-02-05 23:41+0000\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"PO-Revision-Date: 2021-11-20 12:50+0000\n" "Last-Translator: Allan Nordhøy \n" "Language: nb_NO\n" "Language-Team: Norwegian Bokmål " @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "Økten har utløpt. Logg inn igjen." -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "Tidsavbrudd inntraff." -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "Fikk ikke svar." -#: src/api/utils.js:78 +#: src/api/utils.js:79 #, fuzzy msgid "An unknown API error occurred." msgstr "Ukjent API-feil." @@ -75,33 +75,48 @@ msgstr "Wi-Fi-innstillinger satt til forvalg." msgid "Reset Wi-Fi Settings" msgstr "Tilbakestill Wi-Fi-innstillinger" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 #, fuzzy msgid "Wi-Fi ${deviceID + 1}" msgstr "Wi-Fi ${deviceID + 1}" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "Passord" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" -msgstr "" +msgstr "Skjul SSID" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" +msgstr "802.11n/ac mode" + +#: src/common/WiFiSettings/WiFiForm.js:199 +msgid "Channel" +msgstr "Kanal" + +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 -#, fuzzy -msgid "Channel" -msgstr "Avbryt" - -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "automatisk" +#: src/common/WiFiSettings/WiFiForm.js:284 +#, fuzzy +msgid "Custom" +msgstr "automatisk" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 #, fuzzy msgid "Enable Guest Wi-Fi" @@ -116,26 +131,32 @@ msgid "Download PDF" msgstr "Last ned PDF" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "SSID kan ikke være lengre enn 32 symboler" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "SSID kan ikke stå tomt." #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 #, fuzzy msgid "SSID can't be longer than 32 bytes" msgstr "SSID kan ikke være lengre enn 32 symboler" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "Passordet må inneholde minst 8 tegn" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +#, fuzzy +msgid "Password must not contain more than 63 symbols" +msgstr "Passordet må inneholde minst 8 tegn" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "Avskrudd" @@ -165,35 +186,64 @@ msgstr "802.11ac - 80 MHz vid kanal" msgid "802.11ac - 160 MHz wide channel" msgstr "802.11ac - 80 MHz vid kanal" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +#, fuzzy +msgid "802.11ax - 20 MHz wide channel" +msgstr "802.11ac - 20 MHz vid kanal" + +#: src/common/WiFiSettings/constants.js:17 +#, fuzzy +msgid "802.11ax - 40 MHz wide channel" +msgstr "802.11ac - 40 MHz vid kanal" + +#: src/common/WiFiSettings/constants.js:18 +#, fuzzy +msgid "802.11ax - 80 MHz wide channel" +msgstr "802.11ac - 80 MHz vid kanal" + +#: src/common/WiFiSettings/constants.js:19 +#, fuzzy +msgid "802.11ax - 160 MHz wide channel" +msgstr "802.11ac - 80 MHz vid kanal" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "SSID som inneholder uvanlige tegn kan forårsake problemer på noen enheter." -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +#, fuzzy +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" "\n" " WPA2 med forhåndsdelt nøkkel, (som kreves for å koble til " "nettverket).\n" " " -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "Skjuler nettverket fra nettverkslister." -#: src/common/WiFiSettings/constants.js:31 +#: src/common/WiFiSettings/constants.js:40 +#, fuzzy msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." +"The 2.4 GHz band is more widely supported by clients, but tends to have " +"more interference. The 5 GHz band is a newer standard and may not be " +"supported by all your devices. It usually has less interference, but the " +"signal does not carry so well indoors." msgstr "" "\n" " 2.4 GHz-båndet støttes av flere klienter, men har vanligvis flere" @@ -202,15 +252,13 @@ msgstr "" "vanligvis mindre forstyrrelse, men signalet\n" " er mer utsatt for hindringer innendørs." -#: src/common/WiFiSettings/constants.js:35 +#: src/common/WiFiSettings/constants.js:43 +#, fuzzy msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." msgstr "" "\n" " Endringer har justerer 802.11n/ac-modus. 802.11.n med 40 Mhz " @@ -220,16 +268,14 @@ msgstr "" " forvalget på 20 MHz brede kanaler.\n" " " -#: src/common/WiFiSettings/constants.js:40 +#: src/common/WiFiSettings/constants.js:46 +#, fuzzy msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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." msgstr "" "\n" " Skrur på Wi-Fi for gjester, som er adskilt LAN-nettverket. " @@ -240,6 +286,14 @@ msgstr "" "\n" " " +#: src/common/WiFiSettings/constants.js:49 +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 "" + #: src/form/components/ForisForm.js:121 msgid "Settings saved successfully" msgstr "Innstillinger lagret" @@ -283,14 +337,19 @@ msgid "This is not a valid domain name." msgstr "Dette er ikke et gyldig domenenavn." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "Dette er ikke et gyldig domenenavn." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "Dette er ikke en gyldig DUID." -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "Dette er ikke en gyldig MAC-adresse." -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "Inneholder ikke en kommainndelt liste med e-postadresser." diff --git a/translations/nl/LC_MESSAGES/forisjs.po b/translations/nl/LC_MESSAGES/forisjs.po index 2156c35..9dee215 100644 --- a/translations/nl/LC_MESSAGES/forisjs.po +++ b/translations/nl/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Dutch translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Dutch translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2020-11-29 19:29+0000\n" "Last-Translator: Johan van de Wetering \n" "Language: nl\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -73,31 +73,47 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "Wachtwoord" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "auto" +#: src/common/WiFiSettings/WiFiForm.js:284 +#, fuzzy +msgid "Custom" +msgstr "auto" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -111,25 +127,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "Uitgeschakeld" @@ -158,54 +179,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -249,14 +295,19 @@ msgid "This is not a valid domain name." msgstr "Dit is geen geldige domeinnaam." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "Dit is geen geldige domeinnaam." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "Dit is geen geldig DUID." -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "Dit is geen geldig MAC-adres." -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "Bevat geen lijst met e-mails gescheiden door komma's." @@ -282,3 +333,54 @@ msgstr "Bevat geen lijst met e-mails gescheiden door komma's." #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/pl/LC_MESSAGES/forisjs.po b/translations/pl/LC_MESSAGES/forisjs.po index 77bbc92..a5a37fe 100644 --- a/translations/pl/LC_MESSAGES/forisjs.po +++ b/translations/pl/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Polish translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Polish translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2020-12-23 12:29+0000\n" "Last-Translator: Adam Stańczyk \n" "Language: pl\n" @@ -20,19 +20,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "Sesja wygasła. Proszę, zaloguj się ponownie." -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "Wystąpił błąd przekroczenia limitu czasu." -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "Brak odpowiedzi." -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "Wystąpił nieznany błąd API." @@ -73,31 +73,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "Hasło" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -111,25 +126,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -158,54 +178,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -251,14 +296,19 @@ msgid "This is not a valid domain name." msgstr "To nie jest prawidłowa nazwa domeny." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "To nie jest prawidłowa nazwa domeny." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "To nie jest prawidłowy DUID." -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "To nie jest prawidłowy adres MAC." -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "Nie zawiera listy e-maili oddzielonych przecinkami." @@ -281,3 +331,54 @@ msgstr "Nie zawiera listy e-maili oddzielonych przecinkami." #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/pt_BR/LC_MESSAGES/forisjs.po b/translations/pt_BR/LC_MESSAGES/forisjs.po new file mode 100644 index 0000000..06d0f4d --- /dev/null +++ b/translations/pt_BR/LC_MESSAGES/forisjs.po @@ -0,0 +1,361 @@ +# Portuguese (Brazil) translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"PO-Revision-Date: 2021-12-21 12:52+0000\n" +"Last-Translator: c10l \n" +"Language: pt_BR\n" +"Language-Team: Portuguese (Brazil) " +"\n" +"Plural-Forms: nplurals=2; plural=n > 1\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.9.0\n" + +#: src/api/utils.js:61 +msgid "The session is expired. Please log in again." +msgstr "" + +#: src/api/utils.js:66 +msgid "Timeout error occurred." +msgstr "" + +#: src/api/utils.js:69 +msgid "No response received." +msgstr "" + +#: src/api/utils.js:79 +msgid "An unknown API error occurred." +msgstr "" + +#: src/common/RebootButton.js:27 +msgid "Reboot request failed." +msgstr "" + +#: src/common/RebootButton.js:51 +msgid "Reboot" +msgstr "Reinício" + +#: src/common/RebootButton.js:66 +msgid "Warning!" +msgstr "Atenção!" + +#: src/common/RebootButton.js:68 +msgid "Are you sure you want to restart the router?" +msgstr "Você tem certeza de que quer reiniciar o roteador?" + +#: src/common/RebootButton.js:71 +msgid "Cancel" +msgstr "Cancelar" + +#: src/common/RebootButton.js:73 +msgid "Confirm reboot" +msgstr "Confirma reinício" + +#: src/common/WiFiSettings/ResetWiFiSettings.js:38 +msgid "An error occurred during resetting Wi-Fi settings." +msgstr "" + +#: src/common/WiFiSettings/ResetWiFiSettings.js:41 +msgid "Wi-Fi settings are set to defaults." +msgstr "" + +#: src/common/WiFiSettings/ResetWiFiSettings.js:55 +#: src/common/WiFiSettings/ResetWiFiSettings.js:69 +msgid "Reset Wi-Fi Settings" +msgstr "" + +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 +msgid "Wi-Fi ${deviceID + 1}" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:132 +#: src/common/WiFiSettings/WiFiGuestForm.js:80 +msgid "Password" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:146 +msgid "Hide SSID" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:186 +msgid "802.11n/ac mode" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:199 +msgid "Channel" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 +msgid "auto" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + +#: src/common/WiFiSettings/WiFiGuestForm.js:42 +msgid "Enable Guest Wi-Fi" +msgstr "" + +#: src/common/WiFiSettings/WiFiQRCode.js:71 +msgid "Wi-Fi QR Code" +msgstr "" + +#: src/common/WiFiSettings/WiFiQRCode.js:91 +msgid "Download PDF" +msgstr "" + +#: src/common/WiFiSettings/WiFiSettings.js:78 +#: src/common/WiFiSettings/WiFiSettings.js:94 +msgid "SSID can't be longer than 32 symbols" +msgstr "" + +#: src/common/WiFiSettings/WiFiSettings.js:79 +#: src/common/WiFiSettings/WiFiSettings.js:96 +msgid "SSID can't be empty" +msgstr "" + +#: src/common/WiFiSettings/WiFiSettings.js:81 +#: src/common/WiFiSettings/WiFiSettings.js:98 +msgid "SSID can't be longer than 32 bytes" +msgstr "" + +#: src/common/WiFiSettings/WiFiSettings.js:84 +#: src/common/WiFiSettings/WiFiSettings.js:101 +msgid "Password must contain at least 8 symbols" +msgstr "" + +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + +#: src/common/WiFiSettings/constants.js:9 +msgid "Disabled" +msgstr "" + +#: src/common/WiFiSettings/constants.js:10 +msgid "802.11n - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:11 +msgid "802.11n - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:12 +msgid "802.11ac - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:13 +msgid "802.11ac - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:14 +msgid "802.11ac - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:15 +msgid "802.11ac - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 +msgid "" +"SSID which contains non-standard characters could cause problems on some " +"devices." +msgstr "" + +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." +msgstr "" + +#: src/common/WiFiSettings/constants.js:37 +msgid "If set, network is not visible when scanning for available networks." +msgstr "" + +#: src/common/WiFiSettings/constants.js:40 +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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" + +#: src/form/components/ForisForm.js:121 +msgid "Settings saved successfully" +msgstr "" + +#: src/form/components/ForisForm.js:183 +msgid "Changes you made may not be saved. Are you sure you want to leave?" +msgstr "" + +#: src/form/components/SubmitButton.js:31 +msgid "Updating" +msgstr "" + +#: src/form/components/SubmitButton.js:34 +msgid "Load settings" +msgstr "" + +#: src/form/components/SubmitButton.js:37 +msgid "Save" +msgstr "" + +#: src/utils/ErrorMessage.js:16 +msgid "An error occurred while fetching data." +msgstr "" + +#: src/utils/validations.js:13 +msgid "This is not a valid IPv4 address." +msgstr "" + +#: src/utils/validations.js:14 +msgid "This is not a valid IPv6 address." +msgstr "" + +#: src/utils/validations.js:15 +msgid "This is not a valid IPv6 prefix." +msgstr "" + +#: src/utils/validations.js:16 +msgid "This is not a valid domain name." +msgstr "" + +#: src/utils/validations.js:17 +msgid "This is not a valid hostname." +msgstr "" + +#: src/utils/validations.js:18 +msgid "This is not a valid DUID." +msgstr "" + +#: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 +msgid "Doesn't contain a list of emails separated by commas." +msgstr "" + +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/ro/LC_MESSAGES/forisjs.po b/translations/ro/LC_MESSAGES/forisjs.po index 33c29c6..584c357 100644 --- a/translations/ro/LC_MESSAGES/forisjs.po +++ b/translations/ro/LC_MESSAGES/forisjs.po @@ -1,13 +1,13 @@ -# Romanian translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Romanian translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" "PO-Revision-Date: 2019-02-19 13:35+0100\n" "Last-Translator: FULL NAME \n" "Language: ro\n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "" -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -72,31 +72,46 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "" @@ -110,25 +125,30 @@ msgid "Download PDF" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +msgid "Password must not contain more than 63 symbols" +msgstr "" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "" @@ -157,54 +177,79 @@ msgstr "" msgid "802.11ac - 160 MHz wide channel" msgstr "" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +msgid "802.11ax - 20 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:17 +msgid "802.11ax - 40 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:18 +msgid "802.11ax - 80 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:19 +msgid "802.11ax - 160 MHz wide channel" +msgstr "" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -248,14 +293,18 @@ msgid "This is not a valid domain name." msgstr "" #: src/utils/validations.js:17 -msgid "This is not a valid DUID." +msgid "This is not a valid hostname." msgstr "" #: src/utils/validations.js:18 -msgid "This is not a valid MAC address." +msgid "This is not a valid DUID." msgstr "" #: src/utils/validations.js:19 +msgid "This is not a valid MAC address." +msgstr "" + +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -281,3 +330,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" + diff --git a/translations/ru/LC_MESSAGES/forisjs.po b/translations/ru/LC_MESSAGES/forisjs.po index bfdb6dd..3eda683 100644 --- a/translations/ru/LC_MESSAGES/forisjs.po +++ b/translations/ru/LC_MESSAGES/forisjs.po @@ -1,14 +1,14 @@ -# Russian translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Russian translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" -"PO-Revision-Date: 2021-02-19 05:50+0000\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"PO-Revision-Date: 2021-12-18 00:07+0000\n" "Last-Translator: Алексей Леньшин \n" "Language: ru\n" "Language-Team: Russian , 2019. +# Slovak translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" -"PO-Revision-Date: 2021-06-16 11:42+0000\n" -"Last-Translator: Atec \n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"PO-Revision-Date: 2021-12-18 00:07+0000\n" +"Last-Translator: Atec \n" "Language: sk\n" "Language-Team: Slovak \n" @@ -19,19 +19,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "Platnosť relácie vypršala. Prihláste sa znovu, prosím." -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "Nastala chyba z dôvodu prekročenia časového limitu." -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "Nedošlo k žiadnej odozve." -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "Nastala neznáma chyba v aplikačnom programovom rozhraní." @@ -72,32 +72,46 @@ msgstr "Nastavenia Wi-Fi sa zmenili do východiskového stavu." msgid "Reset Wi-Fi Settings" msgstr "Resetovať nastavenia Wi-Fi" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "Wi-Fi ${deviceID + 1}" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "Heslo" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" -msgstr "" +msgstr "Skryť SSID" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" -msgstr "" +msgstr "802.11 n/ac mód" -#: src/common/WiFiSettings/WiFiForm.js:190 -#, fuzzy +#: src/common/WiFiSettings/WiFiForm.js:199 msgid "Channel" -msgstr "Zrušiť" +msgstr "Kanál" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "Šifrovanie" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "automaticky" +#: src/common/WiFiSettings/WiFiForm.js:284 +msgid "Custom" +msgstr "Vlastné" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "Zapnúť Wi-Fi pre hostí" @@ -111,25 +125,31 @@ msgid "Download PDF" msgstr "Stiahnuť PDF" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "SSID nemôže mať viac ako 32 znakov" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "SSID nesmie byť prázdne" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "SSID nesmie byť dlhšie ako 32 byteov" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "Heslo musí obsahovať aspoň 8 znakov" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +#, fuzzy +msgid "Password must not contain more than 63 symbols" +msgstr "Heslo musí obsahovať aspoň 8 znakov" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" msgstr "Zakázané" @@ -158,7 +178,39 @@ msgstr "802.11ac – šírka kanála 80 MHz" msgid "802.11ac - 160 MHz wide channel" msgstr "802.11ac – šírka kanála 160 MHz" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +#, fuzzy +msgid "802.11ax - 20 MHz wide channel" +msgstr "802.11ac – šírka kanála 20 MHz" + +#: src/common/WiFiSettings/constants.js:17 +#, fuzzy +msgid "802.11ax - 40 MHz wide channel" +msgstr "802.11ac – šírka kanála 40 MHz" + +#: src/common/WiFiSettings/constants.js:18 +#, fuzzy +msgid "802.11ax - 80 MHz wide channel" +msgstr "802.11ac – šírka kanála 80 MHz" + +#: src/common/WiFiSettings/constants.js:19 +#, fuzzy +msgid "802.11ax - 160 MHz wide channel" +msgstr "802.11ac – šírka kanála 160 MHz" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "Len WPA3" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "WPA3 s WPA2 ako náhradným riešením (predvolené)" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "Len WPA2" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." @@ -166,31 +218,28 @@ msgstr "" "SSID s neštandardnými znakmi môže na niektorých zariadeniach spôsobovať " "problémy." -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +#, fuzzy +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" "\n" " WPA2 vopred zdieľaný kľúč, ktorý sa vyžaduje na pripojenie k " "sieti.\n" " " -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" "Pri zapnutí tejto voľby sa sieť zariadeniam pri vyhľadávaní dostupných " "sietí nezobrazí." -#: src/common/WiFiSettings/constants.js:31 +#: src/common/WiFiSettings/constants.js:40 +#, fuzzy msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." +"The 2.4 GHz band is more widely supported by clients, but tends to have " +"more interference. The 5 GHz band is a newer standard and may not be " +"supported by all your devices. It usually has less interference, but the " +"signal does not carry so well indoors." msgstr "" "\n" " Pásmo 2,4 GHz podporujú klientské zariadenia najčastejšie, ale " @@ -199,34 +248,30 @@ msgstr "" "vaše zariadenia.\n" " Rušenie je obvykle nižšie, ale signál sa vnútri budov šíri horšie." -#: src/common/WiFiSettings/constants.js:35 +#: src/common/WiFiSettings/constants.js:43 +#, fuzzy msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." msgstr "" "\n" -" Týmto sa zmení režim prevádzky 802.11n/ac. 802.11n s kanálom " -"širokým 40 MHz môže poskytnúť vyššiu\n" +" Týmto sa zmení režim prevádzky 802.11n/ac. 802.11n so šírkou " +"kanála 40 MHz môže poskytnúť vyššiu\n" " priepustnosť, ale tiež spôsobovať vyššie rušenie v sieti. Ak si " "nie ste istí, použite východiskovú voľbu\n" -" s kanálom širokým 20 MHz.\n" +" so šírkou kanála 20 MHz.\n" " " -#: src/common/WiFiSettings/constants.js:40 +#: src/common/WiFiSettings/constants.js:46 +#, fuzzy msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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." msgstr "" "\n" " Zapnutie Wi-Fi pre hostí, ktorá je oddelená od miestnej siete " @@ -237,6 +282,18 @@ msgstr "" "hostí“.\n" " " +#: src/common/WiFiSettings/constants.js:49 +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 "" +"Štandard WPA3 je nová najbezpečnejšia metóda šifrovania, ktorú sa " +"odporúča používať s každým zariadením, ktoré ju podporuje. Staršie " +"zariadenia bez podpory WPA3 vyžadujú staršie WPA2. Ak sa vyskytnú " +"problémy s pripojením starších zariadení, skúste povoliť WPA2." + #: src/form/components/ForisForm.js:121 msgid "Settings saved successfully" msgstr "Nastavenia boli úspešne uložené" @@ -278,14 +335,19 @@ msgid "This is not a valid domain name." msgstr "Toto nie je platné doménové meno." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "Toto nie je platné doménové meno." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "Toto nie je platné DUID." -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "Toto nie je platná MAC adresa." -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "Neobsahuje zoznam e-mailov oddelených čiarkami." diff --git a/translations/sv/LC_MESSAGES/forisjs.po b/translations/sv/LC_MESSAGES/forisjs.po index 26af315..93caff2 100644 --- a/translations/sv/LC_MESSAGES/forisjs.po +++ b/translations/sv/LC_MESSAGES/forisjs.po @@ -1,14 +1,14 @@ -# Swedish translations for PROJECT. -# Copyright (C) 2019 ORGANIZATION -# This file is distributed under the same license as the PROJECT project. -# FIRST AUTHOR , 2019. +# Swedish translations for Foris JS. +# Copyright (C) 2022 CZ.NIC, z.s.p.o. (https://www.nic.cz/) +# This file is distributed under the same license as the Foris JS project. +# FIRST AUTHOR , 2022. # msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2021-07-30 16:58+0300\n" -"PO-Revision-Date: 2021-07-10 02:34+0000\n" +"POT-Creation-Date: 2022-02-22 16:41+0100\n" +"PO-Revision-Date: 2021-09-26 03:39+0000\n" "Last-Translator: Kristoffer Grundström " "\n" "Language: sv\n" @@ -20,19 +20,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.9.0\n" -#: src/api/utils.js:60 +#: src/api/utils.js:61 msgid "The session is expired. Please log in again." msgstr "Sessionen har slutat gälla. Vänligen logga in igen." -#: src/api/utils.js:65 +#: src/api/utils.js:66 msgid "Timeout error occurred." msgstr "" -#: src/api/utils.js:68 +#: src/api/utils.js:69 msgid "No response received." msgstr "" -#: src/api/utils.js:78 +#: src/api/utils.js:79 msgid "An unknown API error occurred." msgstr "" @@ -73,32 +73,48 @@ msgstr "" msgid "Reset Wi-Fi Settings" msgstr "Återställ Wi-Fi-inställningarna" -#: src/common/WiFiSettings/WiFiForm.js:92 +#: src/common/WiFiSettings/ResetWiFiSettings.js:57 +msgid "" +"If a number of wireless cards doesn't match, you may try to reset the Wi-" +"Fi settings. Note that this will remove the current Wi-Fi configuration " +"and restore the default values." +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:95 msgid "Wi-Fi ${deviceID + 1}" msgstr "Wi-Fi ${deviceID + 1}" -#: src/common/WiFiSettings/WiFiForm.js:129 +#: src/common/WiFiSettings/WiFiForm.js:132 #: src/common/WiFiSettings/WiFiGuestForm.js:80 msgid "Password" msgstr "Lösenord" -#: src/common/WiFiSettings/WiFiForm.js:143 +#: src/common/WiFiSettings/WiFiForm.js:146 msgid "Hide SSID" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:177 +#: src/common/WiFiSettings/WiFiForm.js:186 msgid "802.11n/ac mode" msgstr "" -#: src/common/WiFiSettings/WiFiForm.js:190 +#: src/common/WiFiSettings/WiFiForm.js:199 #, fuzzy msgid "Channel" msgstr "Avbryt" -#: src/common/WiFiSettings/WiFiForm.js:221 +#: src/common/WiFiSettings/WiFiForm.js:211 +msgid "Encryption" +msgstr "" + +#: src/common/WiFiSettings/WiFiForm.js:243 msgid "auto" msgstr "auto" +#: src/common/WiFiSettings/WiFiForm.js:284 +#, fuzzy +msgid "Custom" +msgstr "auto" + #: src/common/WiFiSettings/WiFiGuestForm.js:42 msgid "Enable Guest Wi-Fi" msgstr "Aktivera Wi-Fi för Gäst" @@ -112,28 +128,34 @@ msgid "Download PDF" msgstr "Ladda ner PDF" #: src/common/WiFiSettings/WiFiSettings.js:78 -#: src/common/WiFiSettings/WiFiSettings.js:90 +#: src/common/WiFiSettings/WiFiSettings.js:94 msgid "SSID can't be longer than 32 symbols" msgstr "SSID kan inte vara längre än 32 symboler" #: src/common/WiFiSettings/WiFiSettings.js:79 -#: src/common/WiFiSettings/WiFiSettings.js:92 +#: src/common/WiFiSettings/WiFiSettings.js:96 msgid "SSID can't be empty" msgstr "SSID kan inte vara tomt" #: src/common/WiFiSettings/WiFiSettings.js:81 -#: src/common/WiFiSettings/WiFiSettings.js:94 +#: src/common/WiFiSettings/WiFiSettings.js:98 msgid "SSID can't be longer than 32 bytes" msgstr "SSID kan inte vara längre än 32 bytes" #: src/common/WiFiSettings/WiFiSettings.js:84 -#: src/common/WiFiSettings/WiFiSettings.js:97 +#: src/common/WiFiSettings/WiFiSettings.js:101 msgid "Password must contain at least 8 symbols" msgstr "Lösenord måste innehålla åtminstone 8 symboler" +#: src/common/WiFiSettings/WiFiSettings.js:86 +#: src/common/WiFiSettings/WiFiSettings.js:105 +#, fuzzy +msgid "Password must not contain more than 63 symbols" +msgstr "Lösenord måste innehålla åtminstone 8 symboler" + #: src/common/WiFiSettings/constants.js:9 msgid "Disabled" -msgstr "" +msgstr "Avstängt" #: src/common/WiFiSettings/constants.js:10 msgid "802.11n - 20 MHz wide channel" @@ -159,54 +181,83 @@ msgstr "802.11ac - 80 MHz bred kanal" msgid "802.11ac - 160 MHz wide channel" msgstr "802.11ac - 160 MHz bred kanal" -#: src/common/WiFiSettings/constants.js:22 +#: src/common/WiFiSettings/constants.js:16 +#, fuzzy +msgid "802.11ax - 20 MHz wide channel" +msgstr "802.11ac - 20 MHz bred kanal" + +#: src/common/WiFiSettings/constants.js:17 +#, fuzzy +msgid "802.11ax - 40 MHz wide channel" +msgstr "802.11ac - 40 MHz bred kanal" + +#: src/common/WiFiSettings/constants.js:18 +#, fuzzy +msgid "802.11ax - 80 MHz wide channel" +msgstr "802.11ac - 80 MHz bred kanal" + +#: src/common/WiFiSettings/constants.js:19 +#, fuzzy +msgid "802.11ax - 160 MHz wide channel" +msgstr "802.11ac - 160 MHz bred kanal" + +#: src/common/WiFiSettings/constants.js:26 +msgid "WPA3 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:27 +msgid "WPA3 with WPA2 as fallback (default)" +msgstr "" + +#: src/common/WiFiSettings/constants.js:28 +msgid "WPA2 only" +msgstr "" + +#: src/common/WiFiSettings/constants.js:31 msgid "" "SSID which contains non-standard characters could cause problems on some " "devices." msgstr "" -#: src/common/WiFiSettings/constants.js:25 -msgid "" -"\n" -" WPA2 pre-shared key, that is required to connect to the network.\n" -" " +#: src/common/WiFiSettings/constants.js:34 +msgid "WPA2 pre-shared key, that is required to connect to the network." msgstr "" -#: src/common/WiFiSettings/constants.js:28 +#: src/common/WiFiSettings/constants.js:37 msgid "If set, network is not visible when scanning for available networks." msgstr "" -#: src/common/WiFiSettings/constants.js:31 -msgid "" -"\n" -" The 2.4 GHz band is more widely supported by clients, but tends " -"to have more interference. The 5 GHz band is a\n" -" newer standard and may not be supported by all your devices. It " -"usually has less interference, but the signal\n" -" does not carry so well indoors." -msgstr "" - -#: src/common/WiFiSettings/constants.js:35 -msgid "" -"\n" -" Change this to adjust 802.11n/ac mode of operation. 802.11n with " -"40 MHz wide channels can yield higher\n" -" throughput but can cause more interference in the network. If you" -" don't know what to choose, use the default\n" -" option with 20 MHz wide channel.\n" -" " -msgstr "" - #: src/common/WiFiSettings/constants.js:40 msgid "" -"\n" -" Enables Wi-Fi for guests, which is separated from LAN network. " -"Devices connected to this network are allowed to\n" -" access the internet, but aren't allowed to access other devices " -"and the configuration interface of the router.\n" -" Parameters of the guest network can be set in the Guest network " -"tab.\n" -" " +"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 "" + +#: src/common/WiFiSettings/constants.js:43 +msgid "" +"Change this to adjust 802.11n/ac mode of operation. 802.11n with 40 MHz " +"wide channels can yield higher throughput but can cause more interference" +" in the network. If you don't know what to choose, use the default option" +" with 20 MHz wide channel." +msgstr "" + +#: src/common/WiFiSettings/constants.js:46 +msgid "" +"Enables Wi-Fi for guests, which is separated from LAN network. Devices " +"connected to this network are allowed to access the internet, but aren't " +"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." +msgstr "" + +#: src/common/WiFiSettings/constants.js:49 +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 "" #: src/form/components/ForisForm.js:121 @@ -250,14 +301,19 @@ msgid "This is not a valid domain name." msgstr "Detta är inte ett giltigt domännamn." #: src/utils/validations.js:17 +#, fuzzy +msgid "This is not a valid hostname." +msgstr "Detta är inte ett giltigt domännamn." + +#: src/utils/validations.js:18 msgid "This is not a valid DUID." msgstr "" -#: src/utils/validations.js:18 +#: src/utils/validations.js:19 msgid "This is not a valid MAC address." msgstr "" -#: src/utils/validations.js:19 +#: src/utils/validations.js:20 msgid "Doesn't contain a list of emails separated by commas." msgstr "" @@ -283,3 +339,54 @@ msgstr "" #~ " " #~ msgstr "" +#~ msgid "" +#~ "\n" +#~ " WPA2 pre-shared key, that " +#~ "is required to connect to the " +#~ "network.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " The 2.4 GHz band is more" +#~ " widely supported by clients, but " +#~ "tends to have more interference. The " +#~ "5 GHz band is a\n" +#~ " newer standard and may not " +#~ "be supported by all your devices. " +#~ "It usually has less interference, but" +#~ " the signal\n" +#~ " does not carry so well indoors." +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Change this to adjust 802.11n/ac" +#~ " mode of operation. 802.11n with 40" +#~ " MHz wide channels can yield higher" +#~ "\n" +#~ " throughput but can cause more" +#~ " interference in the network. If you" +#~ " don't know what to choose, use " +#~ "the default\n" +#~ " option with 20 MHz wide channel.\n" +#~ " " +#~ msgstr "" + +#~ msgid "" +#~ "\n" +#~ " Enables Wi-Fi for guests, " +#~ "which is separated from LAN network. " +#~ "Devices connected to this network are" +#~ " allowed to\n" +#~ " access the internet, but aren't" +#~ " allowed to access other devices and" +#~ " the configuration interface of the " +#~ "router.\n" +#~ " Parameters of the guest network" +#~ " can be set in the Guest " +#~ "network tab.\n" +#~ " " +#~ msgstr "" +