mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-15 13:36:35 +02:00
Compare commits
68 Commits
improve-in
...
v5.3.0
Author | SHA1 | Date | |
---|---|---|---|
129327cfcf | |||
eacb2f66a3 | |||
2433641f56 | |||
185d2e6436 | |||
7f262d4941 | |||
72356bb6c1 | |||
13c94caeb5 | |||
c24e58fae8 | |||
6329b5a104 | |||
fbac503586 | |||
550af8967c | |||
3640d6a90a | |||
7b2bc43f3f | |||
1e693b0963 | |||
afde04c662 | |||
22fb7dcf58 | |||
b557b67308 | |||
cc6e5e2933 | |||
60f850a095 | |||
a1e9f23620 | |||
579ed5ea8c | |||
c2eda33998 | |||
f49529018c | |||
a66a2f4708 | |||
2e473003bd | |||
43cb5bff50 | |||
c67ea089fd | |||
4b25f6eafc | |||
c1e807bc74 | |||
69da5afffe | |||
1669ac8576 | |||
6e6c349866 | |||
5207029462 | |||
53aec6372d | |||
a7d7e59028 | |||
0beb1f0418 | |||
2644f6fd70 | |||
585fec4e3e | |||
682abc126a | |||
a9f3f77bd5 | |||
4703721c5c | |||
aff1ba7b6d | |||
9eb7197035 | |||
462a86b31d | |||
cbce4c1ec1 | |||
aee19694b5 | |||
f3b1ef741a | |||
c35a4a8236 | |||
67b8386cd0 | |||
f67edc39e1 | |||
6f0f344eb4 | |||
3a39e44c34 | |||
cff5f1e5e1 | |||
b7bab92d5d | |||
75dd0fec92 | |||
3619532124 | |||
ce62fd1043 | |||
c5bac99d8e | |||
f7146e3b14 | |||
18ba90567c | |||
2e9da55df7 | |||
da10a34d64 | |||
764a6c86cd | |||
6059ce9e7b | |||
4368bea2c2 | |||
9dd6bbca90 | |||
d5bb99570c | |||
e1260a5ea1 |
44996
package-lock.json
generated
44996
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "foris",
|
"name": "foris",
|
||||||
"version": "5.1.11",
|
"version": "5.2.0",
|
||||||
"description": "Set of components and utils for Foris and its plugins.",
|
"description": "Set of components and utils for Foris and its plugins.",
|
||||||
"author": "CZ.NIC, z.s.p.o.",
|
"author": "CZ.NIC, z.s.p.o.",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"babel-loader": "^8.1.0",
|
"babel-loader": "^8.1.0",
|
||||||
"babel-polyfill": "^6.26.0",
|
"babel-polyfill": "^6.26.0",
|
||||||
"bootstrap": "^4.5.0",
|
"bootstrap": "^4.5.0",
|
||||||
"css-loader": "^3.5.3",
|
"css-loader": "^5.2.4",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"eslint-config-prettier": "^6.11.0",
|
"eslint-config-prettier": "^6.11.0",
|
||||||
"eslint-config-reforis": "^1.0.0",
|
"eslint-config-reforis": "^1.0.0",
|
||||||
@ -53,7 +53,7 @@
|
|||||||
"react": "16.9.0",
|
"react": "16.9.0",
|
||||||
"react-dom": "16.9.0",
|
"react-dom": "16.9.0",
|
||||||
"react-router-dom": "^5.1.2",
|
"react-router-dom": "^5.1.2",
|
||||||
"react-styleguidist": "^11.1.5",
|
"react-styleguidist": "^7.3.11",
|
||||||
"snapshot-diff": "^0.7.0",
|
"snapshot-diff": "^0.7.0",
|
||||||
"style-loader": "^1.2.1",
|
"style-loader": "^1.2.1",
|
||||||
"webpack": "^5.15.0"
|
"webpack": "^5.15.0"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
import { useCallback, useEffect, useReducer, useState } from "react";
|
import { useCallback, useEffect, useReducer, useState } from "react";
|
||||||
|
|
||||||
import { ForisURLs } from "../utils/forisUrls";
|
|
||||||
import {
|
import {
|
||||||
API_ACTIONS,
|
API_ACTIONS,
|
||||||
API_METHODS,
|
API_METHODS,
|
||||||
@ -84,8 +83,8 @@ function APIReducer(state, action) {
|
|||||||
data: action.payload,
|
data: action.payload,
|
||||||
};
|
};
|
||||||
case API_ACTIONS.FAILURE:
|
case API_ACTIONS.FAILURE:
|
||||||
if (action.status === 403) {
|
if (action.status === 401) {
|
||||||
window.location.assign(ForisURLs.login);
|
window.location.reload();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Not an API error - should be rethrown.
|
// Not an API error - should be rethrown.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -11,6 +11,7 @@ export const HEADERS = {
|
|||||||
Accept: "application/json",
|
Accept: "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"X-CSRFToken": getCookie("_csrf_token"),
|
"X-CSRFToken": getCookie("_csrf_token"),
|
||||||
|
"X-Requested-With": "json",
|
||||||
};
|
};
|
||||||
|
|
||||||
export const TIMEOUT = 30500;
|
export const TIMEOUT = 30500;
|
||||||
@ -56,7 +57,7 @@ function getCookie(name) {
|
|||||||
|
|
||||||
export function getErrorPayload(error) {
|
export function getErrorPayload(error) {
|
||||||
if (error.response) {
|
if (error.response) {
|
||||||
if (error.response.status === 403) {
|
if (error.response.status === 401) {
|
||||||
return _("The session is expired. Please log in again.");
|
return _("The session is expired. Please log in again.");
|
||||||
}
|
}
|
||||||
return getJSONErrorMessage(error);
|
return getJSONErrorMessage(error);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -18,18 +18,23 @@ Select.propTypes = {
|
|||||||
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
value: PropTypes.oneOfType([PropTypes.string, PropTypes.number]).isRequired,
|
||||||
/** Help text message. */
|
/** Help text message. */
|
||||||
helpText: PropTypes.string,
|
helpText: PropTypes.string,
|
||||||
|
/** Turns on/off alphabetical ordering of the Select options. */
|
||||||
|
customOrder: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
export function Select({ label, choices, helpText, ...props }) {
|
export function Select({ label, choices, helpText, customOrder, ...props }) {
|
||||||
const uid = useUID();
|
const uid = useUID();
|
||||||
|
|
||||||
const options = Object.keys(choices)
|
const keys = Object.keys(choices);
|
||||||
.sort((a, b) => a - b || a.toString().localeCompare(b.toString()))
|
if (!customOrder) {
|
||||||
.map((key) => (
|
keys.sort((a, b) => a - b || a.toString().localeCompare(b.toString()));
|
||||||
|
}
|
||||||
|
const options = keys.map((key) => (
|
||||||
<option key={key} value={key}>
|
<option key={key} value={key}>
|
||||||
{choices[key]}
|
{choices[key]}
|
||||||
</option>
|
</option>
|
||||||
));
|
));
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="form-group">
|
<div className="form-group">
|
||||||
<label htmlFor={uid}>{label}</label>
|
<label htmlFor={uid}>{label}</label>
|
||||||
|
@ -20,7 +20,7 @@ ResetWiFiSettings.propTypes = {
|
|||||||
endpoint: PropTypes.string.isRequired,
|
endpoint: PropTypes.string.isRequired,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function ResetWiFiSettings({ ws, endpoint }) {
|
export function ResetWiFiSettings({ ws, endpoint }) {
|
||||||
const [isLoading, setIsLoading] = useState(false);
|
const [isLoading, setIsLoading] = useState(false);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@ -54,14 +54,13 @@ export default function ResetWiFiSettings({ ws, endpoint }) {
|
|||||||
<div className={formFieldsSize}>
|
<div className={formFieldsSize}>
|
||||||
<h2>{_("Reset Wi-Fi Settings")}</h2>
|
<h2>{_("Reset Wi-Fi Settings")}</h2>
|
||||||
<p>
|
<p>
|
||||||
{_(`
|
{_(`If a number of wireless cards doesn't match, you may try \
|
||||||
If a number of wireless cards doesn't match, you may try to reset the Wi-Fi settings. Note that this will remove the
|
to reset the Wi-Fi settings. Note that this will remove the current Wi-Fi \
|
||||||
current Wi-Fi configuration and restore the default values.
|
configuration and restore the default values.`)}
|
||||||
`)}
|
|
||||||
</p>
|
</p>
|
||||||
<div className="text-right">
|
<div className="text-right">
|
||||||
<Button
|
<Button
|
||||||
className="btn-warning"
|
className="btn-primary"
|
||||||
forisFormSize
|
forisFormSize
|
||||||
loading={isLoading}
|
loading={isLoading}
|
||||||
disabled={isLoading}
|
disabled={isLoading}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -15,7 +15,7 @@ import { Select } from "../../bootstrap/Select";
|
|||||||
import { TextInput } from "../../bootstrap/TextInput";
|
import { TextInput } from "../../bootstrap/TextInput";
|
||||||
import WiFiQRCode from "./WiFiQRCode";
|
import WiFiQRCode from "./WiFiQRCode";
|
||||||
import WifiGuestForm from "./WiFiGuestForm";
|
import WifiGuestForm from "./WiFiGuestForm";
|
||||||
import { HELP_TEXTS, HTMODES, HWMODES } from "./constants";
|
import { HELP_TEXTS, HTMODES, HWMODES, ENCRYPTIONMODES } from "./constants";
|
||||||
|
|
||||||
WiFiForm.propTypes = {
|
WiFiForm.propTypes = {
|
||||||
formData: PropTypes.shape({ devices: PropTypes.arrayOf(PropTypes.object) })
|
formData: PropTypes.shape({ devices: PropTypes.arrayOf(PropTypes.object) })
|
||||||
@ -63,6 +63,7 @@ DeviceForm.propTypes = {
|
|||||||
htmode: PropTypes.string.isRequired,
|
htmode: PropTypes.string.isRequired,
|
||||||
channel: PropTypes.string.isRequired,
|
channel: PropTypes.string.isRequired,
|
||||||
guest_wifi: PropTypes.object.isRequired,
|
guest_wifi: PropTypes.object.isRequired,
|
||||||
|
encryption: PropTypes.string.isRequired,
|
||||||
}),
|
}),
|
||||||
formErrors: PropTypes.object.isRequired,
|
formErrors: PropTypes.object.isRequired,
|
||||||
setFormValue: PropTypes.func.isRequired,
|
setFormValue: PropTypes.func.isRequired,
|
||||||
@ -163,6 +164,10 @@ function DeviceForm({
|
|||||||
[deviceIndex]: {
|
[deviceIndex]: {
|
||||||
hwmode: { $set: value },
|
hwmode: { $set: value },
|
||||||
channel: { $set: "0" },
|
channel: { $set: "0" },
|
||||||
|
htmode: {
|
||||||
|
$set:
|
||||||
|
value === "11a" ? "VHT80" : "HT20",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}))}
|
}))}
|
||||||
@ -194,6 +199,20 @@ function DeviceForm({
|
|||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
<Select
|
||||||
|
label={_("Encryption")}
|
||||||
|
choices={getEncryptionChoices(formData)}
|
||||||
|
helpText={HELP_TEXTS.wpa3}
|
||||||
|
value={formData.encryption}
|
||||||
|
onChange={setFormValue((value) => ({
|
||||||
|
devices: {
|
||||||
|
[deviceIndex]: { encryption: { $set: value } },
|
||||||
|
},
|
||||||
|
}))}
|
||||||
|
customOrder
|
||||||
|
{...props}
|
||||||
|
/>
|
||||||
|
|
||||||
{hasGuestNetwork && (
|
{hasGuestNetwork && (
|
||||||
<WifiGuestForm
|
<WifiGuestForm
|
||||||
formData={{
|
formData={{
|
||||||
@ -252,3 +271,10 @@ function getHwmodeChoices(device) {
|
|||||||
value: availableBand.hwmode,
|
value: availableBand.hwmode,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function getEncryptionChoices(device) {
|
||||||
|
if (device.encryption === "custom") {
|
||||||
|
ENCRYPTIONMODES.custom = _("Custom");
|
||||||
|
}
|
||||||
|
return ENCRYPTIONMODES;
|
||||||
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -10,7 +10,7 @@ import PropTypes from "prop-types";
|
|||||||
|
|
||||||
import { ForisForm } from "../../form/components/ForisForm";
|
import { ForisForm } from "../../form/components/ForisForm";
|
||||||
import WiFiForm from "./WiFiForm";
|
import WiFiForm from "./WiFiForm";
|
||||||
import ResetWiFiSettings from "./ResetWiFiSettings";
|
import { ResetWiFiSettings } from "./ResetWiFiSettings";
|
||||||
|
|
||||||
WiFiSettings.propTypes = {
|
WiFiSettings.propTypes = {
|
||||||
ws: PropTypes.object.isRequired,
|
ws: PropTypes.object.isRequired,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -14,7 +14,7 @@ import { mockJSONError } from "testUtils/network";
|
|||||||
import { mockSetAlert } from "testUtils/alertContextMock";
|
import { mockSetAlert } from "testUtils/alertContextMock";
|
||||||
import { ALERT_TYPES } from "../../../bootstrap/Alert";
|
import { ALERT_TYPES } from "../../../bootstrap/Alert";
|
||||||
|
|
||||||
import ResetWiFiSettings from "../ResetWiFiSettings";
|
import { ResetWiFiSettings } from "../ResetWiFiSettings";
|
||||||
|
|
||||||
describe("<ResetWiFiSettings/>", () => {
|
describe("<ResetWiFiSettings/>", () => {
|
||||||
const webSockets = new WebSockets();
|
const webSockets = new WebSockets();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -116,10 +116,11 @@ describe("<WiFiSettings/>", () => {
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
guest_wifi: { enabled: false },
|
guest_wifi: { enabled: false },
|
||||||
hidden: false,
|
hidden: false,
|
||||||
htmode: "HT40",
|
htmode: "HT80",
|
||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 0,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
{ enabled: false, id: 1 },
|
{ enabled: false, id: 1 },
|
||||||
],
|
],
|
||||||
@ -145,10 +146,11 @@ describe("<WiFiSettings/>", () => {
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
guest_wifi: { enabled: false },
|
guest_wifi: { enabled: false },
|
||||||
hidden: false,
|
hidden: false,
|
||||||
htmode: "HT40",
|
htmode: "HT20",
|
||||||
hwmode: "11g",
|
hwmode: "11g",
|
||||||
id: 0,
|
id: 0,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
{ enabled: false, id: 1 },
|
{ enabled: false, id: 1 },
|
||||||
],
|
],
|
||||||
@ -181,10 +183,11 @@ describe("<WiFiSettings/>", () => {
|
|||||||
password: "test_password",
|
password: "test_password",
|
||||||
},
|
},
|
||||||
hidden: false,
|
hidden: false,
|
||||||
htmode: "HT40",
|
htmode: "HT80",
|
||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 0,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
{ enabled: false, id: 1 },
|
{ enabled: false, id: 1 },
|
||||||
],
|
],
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -226,10 +226,11 @@ export function wifiSettingsFixture() {
|
|||||||
password: "",
|
password: "",
|
||||||
},
|
},
|
||||||
hidden: false,
|
hidden: false,
|
||||||
htmode: "HT40",
|
htmode: "HT80",
|
||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 0,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
SSID: "Turris",
|
SSID: "Turris",
|
||||||
@ -308,6 +309,7 @@ export function wifiSettingsFixture() {
|
|||||||
hwmode: "11g",
|
hwmode: "11g",
|
||||||
id: 1,
|
id: 1,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
@ -324,6 +326,7 @@ const oneDevice = {
|
|||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 0,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
@ -340,6 +343,7 @@ const twoDevices = {
|
|||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 0,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
SSID: "Turris2",
|
SSID: "Turris2",
|
||||||
@ -349,8 +353,9 @@ const twoDevices = {
|
|||||||
hidden: false,
|
hidden: false,
|
||||||
htmode: "HT40",
|
htmode: "HT40",
|
||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 1,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
@ -367,6 +372,7 @@ const threeDevices = {
|
|||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 0,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
SSID: "Turris2",
|
SSID: "Turris2",
|
||||||
@ -376,8 +382,9 @@ const threeDevices = {
|
|||||||
hidden: false,
|
hidden: false,
|
||||||
htmode: "HT40",
|
htmode: "HT40",
|
||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 1,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
SSID: "Turris3",
|
SSID: "Turris3",
|
||||||
@ -387,8 +394,9 @@ const threeDevices = {
|
|||||||
hidden: false,
|
hidden: false,
|
||||||
htmode: "HT40",
|
htmode: "HT40",
|
||||||
hwmode: "11a",
|
hwmode: "11a",
|
||||||
id: 0,
|
id: 2,
|
||||||
password: "",
|
password: "",
|
||||||
|
encryption: "WPA3",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
@ -316,16 +316,13 @@ exports[`<WiFiSettings/> Snapshot both modules disabled. 1`] = `
|
|||||||
Reset Wi-Fi Settings
|
Reset Wi-Fi Settings
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
|
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.
|
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
<div
|
<div
|
||||||
class="text-right"
|
class="text-right"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="btn btn-warning col-sm-12 col-md-3 col-lg-2"
|
class="btn btn-primary col-sm-12 col-md-3 col-lg-2"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
Reset Wi-Fi Settings
|
Reset Wi-Fi Settings
|
||||||
@ -340,7 +337,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||||||
- First value
|
- First value
|
||||||
+ Second value
|
+ Second value
|
||||||
|
|
||||||
@@ -479,10 +479,94 @@
|
@@ -513,10 +513,94 @@
|
||||||
Parameters of the guest network can be set in the Guest network tab.
|
Parameters of the guest network can be set in the Guest network tab.
|
||||||
|
|
||||||
</small>
|
</small>
|
||||||
@ -350,7 +347,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||||||
+ class=\\"form-group\\"
|
+ class=\\"form-group\\"
|
||||||
+ >
|
+ >
|
||||||
+ <label
|
+ <label
|
||||||
+ for=\\"20\\"
|
+ for=\\"22\\"
|
||||||
+ >
|
+ >
|
||||||
+ SSID
|
+ SSID
|
||||||
+ </label>
|
+ </label>
|
||||||
@ -359,7 +356,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||||||
+ >
|
+ >
|
||||||
+ <input
|
+ <input
|
||||||
+ class=\\"form-control\\"
|
+ class=\\"form-control\\"
|
||||||
+ id=\\"20\\"
|
+ id=\\"22\\"
|
||||||
+ type=\\"text\\"
|
+ type=\\"text\\"
|
||||||
+ value=\\"TestGuestSSID\\"
|
+ value=\\"TestGuestSSID\\"
|
||||||
+ />
|
+ />
|
||||||
@ -389,7 +386,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||||||
+ class=\\"form-group\\"
|
+ class=\\"form-group\\"
|
||||||
+ >
|
+ >
|
||||||
+ <label
|
+ <label
|
||||||
+ for=\\"21\\"
|
+ for=\\"23\\"
|
||||||
+ >
|
+ >
|
||||||
+ Password
|
+ Password
|
||||||
+ </label>
|
+ </label>
|
||||||
@ -399,7 +396,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||||||
+ <input
|
+ <input
|
||||||
+ autocomplete=\\"new-password\\"
|
+ autocomplete=\\"new-password\\"
|
||||||
+ class=\\"form-control is-invalid\\"
|
+ class=\\"form-control is-invalid\\"
|
||||||
+ id=\\"21\\"
|
+ id=\\"23\\"
|
||||||
+ required=\\"\\"
|
+ required=\\"\\"
|
||||||
+ type=\\"password\\"
|
+ type=\\"password\\"
|
||||||
+ value=\\"\\"
|
+ value=\\"\\"
|
||||||
@ -435,7 +432,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||||||
class=\\"form-group switch\\"
|
class=\\"form-group switch\\"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
@@ -506,10 +590,11 @@
|
@@ -540,10 +624,11 @@
|
||||||
<div
|
<div
|
||||||
class=\\"text-right\\"
|
class=\\"text-right\\"
|
||||||
>
|
>
|
||||||
@ -454,7 +451,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||||||
- First value
|
- First value
|
||||||
+ Second value
|
+ Second value
|
||||||
|
|
||||||
@@ -22,10 +22,467 @@
|
@@ -22,10 +22,501 @@
|
||||||
Wi-Fi 1
|
Wi-Fi 1
|
||||||
</h2>
|
</h2>
|
||||||
</label>
|
</label>
|
||||||
@ -892,17 +889,51 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||||||
+ <div
|
+ <div
|
||||||
+ class=\\"form-group\\"
|
+ class=\\"form-group\\"
|
||||||
+ >
|
+ >
|
||||||
|
+ <label
|
||||||
|
+ for=\\"10\\"
|
||||||
|
+ >
|
||||||
|
+ Encryption
|
||||||
|
+ </label>
|
||||||
|
+ <select
|
||||||
|
+ class=\\"custom-select\\"
|
||||||
|
+ id=\\"10\\"
|
||||||
|
+ >
|
||||||
|
+ <option
|
||||||
|
+ value=\\"WPA3\\"
|
||||||
|
+ >
|
||||||
|
+ WPA3 only
|
||||||
|
+ </option>
|
||||||
|
+ <option
|
||||||
|
+ value=\\"WPA2/3\\"
|
||||||
|
+ >
|
||||||
|
+ WPA3 with WPA2 as fallback (default)
|
||||||
|
+ </option>
|
||||||
|
+ <option
|
||||||
|
+ value=\\"WPA2\\"
|
||||||
|
+ >
|
||||||
|
+ WPA2 only
|
||||||
|
+ </option>
|
||||||
|
+ </select>
|
||||||
|
+ <small
|
||||||
|
+ class=\\"form-text text-muted\\"
|
||||||
|
+ >
|
||||||
|
+ The WPA3 standard is the new most secure encryption method that is suggested to be used with any device that supports it. The older devices without WPA3 support require older WPA2. If you experience issues with connecting older devices, try to enable WPA2.
|
||||||
|
+ </small>
|
||||||
|
+ </div>
|
||||||
|
+ <div
|
||||||
|
+ class=\\"form-group\\"
|
||||||
|
+ >
|
||||||
+ <div
|
+ <div
|
||||||
+ class=\\"custom-control custom-switch\\"
|
+ class=\\"custom-control custom-switch\\"
|
||||||
+ >
|
+ >
|
||||||
+ <input
|
+ <input
|
||||||
+ class=\\"custom-control-input\\"
|
+ class=\\"custom-control-input\\"
|
||||||
+ id=\\"10\\"
|
+ id=\\"11\\"
|
||||||
+ type=\\"checkbox\\"
|
+ type=\\"checkbox\\"
|
||||||
+ />
|
+ />
|
||||||
+ <label
|
+ <label
|
||||||
+ class=\\"custom-control-label\\"
|
+ class=\\"custom-control-label\\"
|
||||||
+ for=\\"10\\"
|
+ for=\\"11\\"
|
||||||
+ >
|
+ >
|
||||||
+ Enable Guest Wi-Fi
|
+ Enable Guest Wi-Fi
|
||||||
+ </label>
|
+ </label>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -18,6 +18,11 @@ export const HWMODES = {
|
|||||||
"11g": "2.4",
|
"11g": "2.4",
|
||||||
"11a": "5",
|
"11a": "5",
|
||||||
};
|
};
|
||||||
|
export const ENCRYPTIONMODES = {
|
||||||
|
WPA3: _("WPA3 only"),
|
||||||
|
"WPA2/3": _("WPA3 with WPA2 as fallback (default)"),
|
||||||
|
WPA2: _("WPA2 only"),
|
||||||
|
};
|
||||||
export const HELP_TEXTS = {
|
export const HELP_TEXTS = {
|
||||||
ssid: _(
|
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.`
|
||||||
@ -42,4 +47,7 @@ export const HELP_TEXTS = {
|
|||||||
access the internet, but aren't allowed to access other devices and the configuration interface of the router.
|
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.
|
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."
|
||||||
|
),
|
||||||
};
|
};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -39,6 +39,7 @@ export { Modal, ModalBody, ModalFooter, ModalHeader } from "./bootstrap/Modal";
|
|||||||
// Common
|
// Common
|
||||||
export { RebootButton } from "./common/RebootButton";
|
export { RebootButton } from "./common/RebootButton";
|
||||||
export { WiFiSettings } from "./common/WiFiSettings/WiFiSettings";
|
export { WiFiSettings } from "./common/WiFiSettings/WiFiSettings";
|
||||||
|
export { ResetWiFiSettings } from "./common/WiFiSettings/ResetWiFiSettings";
|
||||||
// Form
|
// Form
|
||||||
export { ForisForm } from "./form/components/ForisForm";
|
export { ForisForm } from "./form/components/ForisForm";
|
||||||
export {
|
export {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -9,8 +9,8 @@ export const REFORIS_URL_PREFIX = "/reforis";
|
|||||||
export const REFORIS_API_URL_PREFIX = `${REFORIS_URL_PREFIX}/api`;
|
export const REFORIS_API_URL_PREFIX = `${REFORIS_URL_PREFIX}/api`;
|
||||||
|
|
||||||
export const ForisURLs = {
|
export const ForisURLs = {
|
||||||
login: `${REFORIS_URL_PREFIX}/login`,
|
login: `/login?${REFORIS_URL_PREFIX}/`,
|
||||||
logout: `${REFORIS_URL_PREFIX}/logout`,
|
logout: `/logout`,
|
||||||
|
|
||||||
static: `${REFORIS_URL_PREFIX}/static/reforis`,
|
static: `${REFORIS_URL_PREFIX}/static/reforis`,
|
||||||
wifi: `${REFORIS_URL_PREFIX}/network-settings/wifi`,
|
wifi: `${REFORIS_URL_PREFIX}/network-settings/wifi`,
|
||||||
@ -18,9 +18,12 @@ export const ForisURLs = {
|
|||||||
packageManagement: {
|
packageManagement: {
|
||||||
updateSettings: `${REFORIS_URL_PREFIX}/package-management/update-settings`,
|
updateSettings: `${REFORIS_URL_PREFIX}/package-management/update-settings`,
|
||||||
updates: `${REFORIS_URL_PREFIX}/package-management/updates`,
|
updates: `${REFORIS_URL_PREFIX}/package-management/updates`,
|
||||||
|
packages: `${REFORIS_URL_PREFIX}/package-management/packages`,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Plugins
|
||||||
storage: `${REFORIS_URL_PREFIX}/storage`,
|
storage: `${REFORIS_URL_PREFIX}/storage`,
|
||||||
|
sentinelAgreement: `${REFORIS_URL_PREFIX}/sentinel/agreement`,
|
||||||
|
|
||||||
// Notifications links are used with <Link/> inside Router, thus url subdir is not required.
|
// Notifications links are used with <Link/> inside Router, thus url subdir is not required.
|
||||||
overview: "/overview",
|
overview: "/overview",
|
||||||
@ -29,7 +32,7 @@ export const ForisURLs = {
|
|||||||
|
|
||||||
approveUpdates: "/package-management/updates",
|
approveUpdates: "/package-management/updates",
|
||||||
languages: "/package-management/languages",
|
languages: "/package-management/languages",
|
||||||
rebootPage: "/administration/reboot",
|
maintenance: "/administration/maintenance",
|
||||||
luci: "/cgi-bin/luci",
|
luci: "/cgi-bin/luci",
|
||||||
|
|
||||||
// API
|
// API
|
||||||
|
@ -19,7 +19,7 @@ export class WebSockets {
|
|||||||
constructor() {
|
constructor() {
|
||||||
this.ws = new WebSocket(URL);
|
this.ws = new WebSocket(URL);
|
||||||
this.ws.onerror = (e) => {
|
this.ws.onerror = (e) => {
|
||||||
console.error("WS: Error observed:", e);
|
console.error("WS: Error:", e);
|
||||||
};
|
};
|
||||||
this.ws.onmessage = (e) => {
|
this.ws.onmessage = (e) => {
|
||||||
console.debug(`WS: Received Message: ${e.data}`);
|
console.debug(`WS: Received Message: ${e.data}`);
|
||||||
|
@ -7,32 +7,31 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2021-02-17 14:50+0000\n"
|
"PO-Revision-Date: 2021-08-18 15:36+0000\n"
|
||||||
"Last-Translator: Lukas Jelinek <lukas.jelinek@nic.cz>\n"
|
"Last-Translator: Lukas Jelinek <lukas.jelinek@nic.cz>\n"
|
||||||
"Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-js/cs/"
|
|
||||||
">\n"
|
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
|
"Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-"
|
||||||
|
"js/cs/>\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
||||||
"X-Generator: Weblate 4.5\n"
|
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Platnost relace skončila. Přihlaste se znovu."
|
msgstr "Platnost relace skončila. Přihlaste se znovu."
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Došlo k chybě kvůli překročení časového limitu."
|
msgstr "Došlo k chybě kvůli překročení časového limitu."
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Neobdržena žádná odezva."
|
msgstr "Neobdržena žádná odezva."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Došlo k neznámé chybě v aplikačním programovém rozhraní."
|
msgstr "Došlo k neznámé chybě v aplikačním programovém rozhraní."
|
||||||
|
|
||||||
@ -69,40 +68,48 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr "Nastavení Wi-Fi jsou uvedena do výchozího stavu."
|
msgstr "Nastavení Wi-Fi jsou uvedena do výchozího stavu."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Resetovat nastavení Wi-Fi"
|
msgstr "Resetovat nastavení Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
"\n"
|
|
||||||
"Pokud počet karet pro Wi-Fi neodpovídá skutečnosti, můžete zkusit resetovat "
|
|
||||||
"nastavení Wi-Fi. Nezapomeňte ale, že\n"
|
|
||||||
"se tím odstraní aktuální konfigurace a vrátí se výchozí hodnoty.\n"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr "Wi-Fi ${deviceID + 1}"
|
msgstr "Wi-Fi ${deviceID + 1}"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Heslo"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr "Skrýt SSID"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr "Režim 802.11n/ac"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr "Kanál"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr "automaticky"
|
msgstr "automaticky"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr "automaticky"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr "Zapnout Wi-Fi pro hosty"
|
msgstr "Zapnout Wi-Fi pro hosty"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr "Heslo"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr "Wi-Fi QR kód"
|
msgstr "Wi-Fi QR kód"
|
||||||
@ -160,6 +167,18 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr "802.11ac – kanál šíře 160 MHz"
|
msgstr "802.11ac – kanál šíře 160 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
@ -167,7 +186,7 @@ msgstr ""
|
|||||||
"SSID obsahující nestandardní znaky může na některých zařízení způsobovat "
|
"SSID obsahující nestandardní znaky může na některých zařízení způsobovat "
|
||||||
"problémy."
|
"problémy."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
@ -178,13 +197,13 @@ msgstr ""
|
|||||||
"síti.\n"
|
"síti.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Při zapnutí této volby se síť nebude zobrazovat zařízením když budou "
|
"Při zapnutí této volby se síť nebude zobrazovat zařízením když budou "
|
||||||
"vyhledávat dostupné sítě."
|
"vyhledávat dostupné sítě."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -200,7 +219,7 @@ msgstr ""
|
|||||||
"zařízeními. Obvykle bývá méně zarušené,\n"
|
"zařízeními. Obvykle bývá méně zarušené,\n"
|
||||||
" ale signál se hůře šíři uvnitř budov."
|
" ale signál se hůře šíři uvnitř budov."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -218,7 +237,7 @@ msgstr ""
|
|||||||
" 20 MHz.\n"
|
" 20 MHz.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -238,6 +257,14 @@ msgstr ""
|
|||||||
"hosty“.\n"
|
"hosty“.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr "Nastavení úspěšně uložena"
|
msgstr "Nastavení úspěšně uložena"
|
||||||
@ -300,3 +327,21 @@ msgstr "Neobsahuje seznam e-mailů oddělených čárkou."
|
|||||||
|
|
||||||
#~ msgid "Enable"
|
#~ msgid "Enable"
|
||||||
#~ msgstr "Zapnout"
|
#~ msgstr "Zapnout"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "Pokud počet karet pro Wi-Fi "
|
||||||
|
#~ "neodpovídá skutečnosti, můžete zkusit "
|
||||||
|
#~ "resetovat nastavení Wi-Fi. Nezapomeňte "
|
||||||
|
#~ "ale, že\n"
|
||||||
|
#~ "se tím odstraní aktuální konfigurace a vrátí se výchozí hodnoty.\n"
|
||||||
|
#~ " "
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: da\n"
|
"Language: da\n"
|
||||||
@ -18,19 +18,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -67,35 +67,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -153,23 +165,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -179,7 +203,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -190,7 +214,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -202,6 +226,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -266,3 +298,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,38 +7,37 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-09-02 07:21+0000\n"
|
"PO-Revision-Date: 2021-09-24 19:38+0000\n"
|
||||||
"Last-Translator: Ulrich Günther <mail@ulrich-guenther.at>\n"
|
"Last-Translator: CryptKid <CryptKiddie@chaospott.de>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Language-Team: German "
|
"Language-Team: German <https://hosted.weblate.org/projects/turris/foris-"
|
||||||
"<https://hosted.weblate.org/projects/turris/reforis/de/>\n"
|
"js/de/>\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
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."
|
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."
|
msgid "No response received."
|
||||||
msgstr "Keine Antwort erhalten."
|
msgstr "Keine Antwort erhalten."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Ein unbekannter API-Fehler ist aufgetreten."
|
msgstr "Ein unbekannter API-Fehler ist aufgetreten."
|
||||||
|
|
||||||
#: src/common/RebootButton.js:27
|
#: src/common/RebootButton.js:27
|
||||||
#, fuzzy
|
|
||||||
msgid "Reboot request failed."
|
msgid "Reboot request failed."
|
||||||
msgstr "Neustart ist erforderlich"
|
msgstr "Neustart-Einleitung fehlgeschlagen."
|
||||||
|
|
||||||
#: src/common/RebootButton.js:51
|
#: src/common/RebootButton.js:51
|
||||||
msgid "Reboot"
|
msgid "Reboot"
|
||||||
@ -46,66 +45,80 @@ msgstr "Systemneustart"
|
|||||||
|
|
||||||
#: src/common/RebootButton.js:66
|
#: src/common/RebootButton.js:66
|
||||||
msgid "Warning!"
|
msgid "Warning!"
|
||||||
msgstr ""
|
msgstr "Warnung!"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:68
|
#: src/common/RebootButton.js:68
|
||||||
msgid "Are you sure you want to restart the router?"
|
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
|
#: src/common/RebootButton.js:71
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr "Abbrechen"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:73
|
#: src/common/RebootButton.js:73
|
||||||
msgid "Confirm reboot"
|
msgid "Confirm reboot"
|
||||||
msgstr ""
|
msgstr "Neustart bestätigen"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:38
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:38
|
||||||
msgid "An error occurred during resetting Wi-Fi settings."
|
msgid "An error occurred during resetting Wi-Fi settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Ein Fehler ist während der Zurücksetzung der WLAN-Einstellungen "
|
||||||
|
"aufgetreten."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:41
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:41
|
||||||
msgid "Wi-Fi settings are set to defaults."
|
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:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr "WLAN-Einstellungen zurücksetzen"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr "WLAN ${deviceID + 1}"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
|
||||||
msgid "auto"
|
|
||||||
msgstr "automatisch"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Enable Guest Wi-Fi"
|
|
||||||
msgstr "Gast-WLAN aktivieren"
|
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Passwort"
|
msgstr "Passwort"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr "SSID verbergen"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr "802.11n/ac Modus"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr "Kanal"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
|
msgid "auto"
|
||||||
|
msgstr "automatisch"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
#, 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
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr "WLAN QR-Code"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
||||||
msgid "Download PDF"
|
msgid "Download PDF"
|
||||||
msgstr ""
|
msgstr "PDF herunterladen"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:78
|
#: src/common/WiFiSettings/WiFiSettings.js:78
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:90
|
#: src/common/WiFiSettings/WiFiSettings.js:90
|
||||||
@ -119,7 +132,6 @@ msgstr "SSID darf nicht leer sein"
|
|||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:81
|
#: src/common/WiFiSettings/WiFiSettings.js:81
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:94
|
#: src/common/WiFiSettings/WiFiSettings.js:94
|
||||||
#, fuzzy
|
|
||||||
msgid "SSID can't be longer than 32 bytes"
|
msgid "SSID can't be longer than 32 bytes"
|
||||||
msgstr "SSID darf nicht länger als 32 Symbole sein"
|
msgstr "SSID darf nicht länger als 32 Symbole sein"
|
||||||
|
|
||||||
@ -158,12 +170,24 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr "802.11ac - 80 MHz breiter Kanal"
|
msgstr "802.11ac - 80 MHz breiter Kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
@ -174,13 +198,13 @@ msgstr ""
|
|||||||
"benötigt wird.\n"
|
"benötigt wird.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Falls aktiviert, wird das Netzwerk nicht in der Liste der verfügbaren "
|
"Falls aktiviert, wird das Netzwerk nicht in der Liste der verfügbaren "
|
||||||
"drahtlosen Netzwerke angezeigt."
|
"drahtlosen Netzwerke angezeigt."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -196,7 +220,7 @@ msgstr ""
|
|||||||
"unterstützt. Es hat in der Regel weniger Interferenzen, aber das Signal\n"
|
"unterstützt. Es hat in der Regel weniger Interferenzen, aber das Signal\n"
|
||||||
" trägt nicht so gut drinnen."
|
" trägt nicht so gut drinnen."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -215,7 +239,7 @@ msgstr ""
|
|||||||
" Option mit 20 MHz breitem Kanal.\n"
|
" Option mit 20 MHz breitem Kanal.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -235,6 +259,14 @@ msgstr ""
|
|||||||
"Gastnetzwerk eingestellt werden.\n"
|
"Gastnetzwerk eingestellt werden.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr "Einstellungen erfolgreich gespeichert"
|
msgstr "Einstellungen erfolgreich gespeichert"
|
||||||
@ -296,3 +328,13 @@ msgstr "Enthält keine Liste von E-Mails, die durch Kommas getrennt sind."
|
|||||||
#~ msgid "Enable"
|
#~ msgid "Enable"
|
||||||
#~ msgstr "Aktivieren"
|
#~ msgstr "Aktivieren"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,32 +7,31 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2021-02-09 16:50+0000\n"
|
"PO-Revision-Date: 2021-02-09 16:50+0000\n"
|
||||||
"Last-Translator: Michalis <michalisntovas@yahoo.gr>\n"
|
"Last-Translator: Michalis <michalisntovas@yahoo.gr>\n"
|
||||||
"Language-Team: Greek <https://hosted.weblate.org/projects/turris/foris-js/el/"
|
|
||||||
">\n"
|
|
||||||
"Language: el\n"
|
"Language: el\n"
|
||||||
|
"Language-Team: Greek <https://hosted.weblate.org/projects/turris/foris-"
|
||||||
|
"js/el/>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
||||||
"X-Generator: Weblate 4.5-dev\n"
|
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -69,35 +68,48 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr "Άκυρο"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -155,23 +167,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -181,7 +205,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -192,7 +216,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -204,6 +228,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -267,3 +299,14 @@ msgstr ""
|
|||||||
|
|
||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-10-17 09:28+0000\n"
|
"PO-Revision-Date: 2019-10-17 09:28+0000\n"
|
||||||
"Last-Translator: Scott Anecito <scott.anecito@protonmail.com>\n"
|
"Last-Translator: Scott Anecito <scott.anecito@protonmail.com>\n"
|
||||||
"Language: en\n"
|
"Language: en\n"
|
||||||
@ -19,29 +19,29 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/RebootButton.js:27
|
#: src/common/RebootButton.js:27
|
||||||
msgid "Reboot request failed."
|
msgid "Reboot request failed."
|
||||||
msgstr "Reboot is required"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/RebootButton.js:51
|
#: src/common/RebootButton.js:51
|
||||||
msgid "Reboot"
|
msgid "Reboot"
|
||||||
msgstr "Reboot"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/RebootButton.js:66
|
#: src/common/RebootButton.js:66
|
||||||
msgid "Warning!"
|
msgid "Warning!"
|
||||||
@ -68,35 +68,46 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
msgid "auto"
|
|
||||||
msgstr "auto"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Enable Guest Wi-Fi"
|
|
||||||
msgstr "Enable Guest Wifi"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Password"
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
|
msgid "auto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
|
msgid "Enable Guest Wi-Fi"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
@ -109,74 +120,81 @@ msgstr ""
|
|||||||
#: src/common/WiFiSettings/WiFiSettings.js:78
|
#: src/common/WiFiSettings/WiFiSettings.js:78
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:90
|
#: src/common/WiFiSettings/WiFiSettings.js:90
|
||||||
msgid "SSID can't be longer than 32 symbols"
|
msgid "SSID can't be longer than 32 symbols"
|
||||||
msgstr "SSID can't be longer than 32 symbols"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:79
|
#: src/common/WiFiSettings/WiFiSettings.js:79
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:92
|
#: src/common/WiFiSettings/WiFiSettings.js:92
|
||||||
msgid "SSID can't be empty"
|
msgid "SSID can't be empty"
|
||||||
msgstr "SSID can't be empty"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:81
|
#: src/common/WiFiSettings/WiFiSettings.js:81
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:94
|
#: src/common/WiFiSettings/WiFiSettings.js:94
|
||||||
#, fuzzy
|
|
||||||
msgid "SSID can't be longer than 32 bytes"
|
msgid "SSID can't be longer than 32 bytes"
|
||||||
msgstr "SSID can't be longer than 32 symbols"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:84
|
#: src/common/WiFiSettings/WiFiSettings.js:84
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:97
|
#: src/common/WiFiSettings/WiFiSettings.js:97
|
||||||
msgid "Password must contain at least 8 symbols"
|
msgid "Password must contain at least 8 symbols"
|
||||||
msgstr "Password must contain at least 8 symbols"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:9
|
#: src/common/WiFiSettings/constants.js:9
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr "Disabled"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:10
|
#: src/common/WiFiSettings/constants.js:10
|
||||||
msgid "802.11n - 20 MHz wide channel"
|
msgid "802.11n - 20 MHz wide channel"
|
||||||
msgstr "802.11n - 20 MHz wide channel"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:11
|
#: src/common/WiFiSettings/constants.js:11
|
||||||
msgid "802.11n - 40 MHz wide channel"
|
msgid "802.11n - 40 MHz wide channel"
|
||||||
msgstr "802.11n - 40 MHz wide channel"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:12
|
#: src/common/WiFiSettings/constants.js:12
|
||||||
msgid "802.11ac - 20 MHz wide channel"
|
msgid "802.11ac - 20 MHz wide channel"
|
||||||
msgstr "802.11ac - 20 MHz wide channel"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:13
|
#: src/common/WiFiSettings/constants.js:13
|
||||||
msgid "802.11ac - 40 MHz wide channel"
|
msgid "802.11ac - 40 MHz wide channel"
|
||||||
msgstr "802.11ac - 40 MHz wide channel"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:14
|
#: src/common/WiFiSettings/constants.js:14
|
||||||
msgid "802.11ac - 80 MHz wide channel"
|
msgid "802.11ac - 80 MHz wide channel"
|
||||||
msgstr "802.11ac - 80 MHz wide channel"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:15
|
#: src/common/WiFiSettings/constants.js:15
|
||||||
#, fuzzy
|
|
||||||
msgid "802.11ac - 160 MHz wide channel"
|
msgid "802.11ac - 160 MHz wide channel"
|
||||||
msgstr "802.11ac - 80 MHz wide channel"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"\n"
|
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr "If set, network is not visible when scanning for available networks."
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -185,42 +203,20 @@ msgid ""
|
|||||||
"usually has less interference, but the signal\n"
|
"usually has less interference, but the signal\n"
|
||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"\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."
|
|
||||||
|
|
||||||
#: 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 ""
|
|
||||||
"\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"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
"Devices connected to this network are allowed to\n"
|
"40 MHz wide channels can yield higher\n"
|
||||||
" access the internet, but aren't allowed to access other devices "
|
" throughput but can cause more interference in the network. If you"
|
||||||
"and the configuration interface of the router.\n"
|
" don't know what to choose, use the default\n"
|
||||||
" Parameters of the guest network can be set in the Guest network "
|
" option with 20 MHz wide channel.\n"
|
||||||
"tab.\n"
|
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
"Devices connected to this network are allowed to\n"
|
"Devices connected to this network are allowed to\n"
|
||||||
@ -229,6 +225,15 @@ msgstr ""
|
|||||||
" Parameters of the guest network can be set in the Guest network "
|
" Parameters of the guest network can be set in the Guest network "
|
||||||
"tab.\n"
|
"tab.\n"
|
||||||
" "
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
@ -240,15 +245,15 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/form/components/SubmitButton.js:31
|
#: src/form/components/SubmitButton.js:31
|
||||||
msgid "Updating"
|
msgid "Updating"
|
||||||
msgstr "Updating"
|
msgstr ""
|
||||||
|
|
||||||
#: src/form/components/SubmitButton.js:34
|
#: src/form/components/SubmitButton.js:34
|
||||||
msgid "Load settings"
|
msgid "Load settings"
|
||||||
msgstr "Load settings"
|
msgstr ""
|
||||||
|
|
||||||
#: src/form/components/SubmitButton.js:37
|
#: src/form/components/SubmitButton.js:37
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr "Save"
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/ErrorMessage.js:16
|
#: src/utils/ErrorMessage.js:16
|
||||||
msgid "An error occurred while fetching data."
|
msgid "An error occurred while fetching data."
|
||||||
@ -256,31 +261,31 @@ msgstr ""
|
|||||||
|
|
||||||
#: src/utils/validations.js:13
|
#: src/utils/validations.js:13
|
||||||
msgid "This is not a valid IPv4 address."
|
msgid "This is not a valid IPv4 address."
|
||||||
msgstr "This is not a valid IPv4 address."
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/validations.js:14
|
#: src/utils/validations.js:14
|
||||||
msgid "This is not a valid IPv6 address."
|
msgid "This is not a valid IPv6 address."
|
||||||
msgstr "This is not a valid IPv6 address."
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/validations.js:15
|
#: src/utils/validations.js:15
|
||||||
msgid "This is not a valid IPv6 prefix."
|
msgid "This is not a valid IPv6 prefix."
|
||||||
msgstr "This is not a valid IPv6 prefix."
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/validations.js:16
|
#: src/utils/validations.js:16
|
||||||
msgid "This is not a valid domain name."
|
msgid "This is not a valid domain name."
|
||||||
msgstr "This is not a valid domain name."
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/validations.js:17
|
#: src/utils/validations.js:17
|
||||||
msgid "This is not a valid DUID."
|
msgid "This is not a valid DUID."
|
||||||
msgstr "This is not a valid DUID."
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/validations.js:18
|
#: src/utils/validations.js:18
|
||||||
msgid "This is not a valid MAC address."
|
msgid "This is not a valid MAC address."
|
||||||
msgstr "This is not a valid MAC address."
|
msgstr ""
|
||||||
|
|
||||||
#: src/utils/validations.js:19
|
#: src/utils/validations.js:19
|
||||||
msgid "Doesn't contain a list of emails separated by commas."
|
msgid "Doesn't contain a list of emails separated by commas."
|
||||||
msgstr "Doesn't contain a list of emails separated by commas."
|
msgstr ""
|
||||||
|
|
||||||
#~ msgid "An unknown error occurred. Check the console for more info."
|
#~ msgid "An unknown error occurred. Check the console for more info."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
@ -289,5 +294,15 @@ msgstr "Doesn't contain a list of emails separated by commas."
|
|||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
#~ msgid "Enable"
|
#~ msgid "Enable"
|
||||||
#~ msgstr "Enable"
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2020-05-25 13:41+0000\n"
|
"PO-Revision-Date: 2020-05-25 13:41+0000\n"
|
||||||
"Last-Translator: Eduardo Cuthbert <elguber@gmail.com>\n"
|
"Last-Translator: Eduardo Cuthbert <elguber@gmail.com>\n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
@ -19,19 +19,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "La sesiòn ha expirado. Por favor, authentìquese otra vez."
|
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."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Error de tiempo de espera ocurrido."
|
msgstr "Error de tiempo de espera ocurrido."
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Respuesta no recivida."
|
msgstr "Respuesta no recivida."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Un error desconocido ha ocurrido. Compruebe la consola para mas "
|
"Un error desconocido ha ocurrido. Compruebe la consola para mas "
|
||||||
@ -70,36 +70,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
"Un error desconocido ha ocurrido. Compruebe la consola para mas informaciòn."
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -157,23 +168,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -183,7 +206,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -194,7 +217,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -206,6 +229,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr "Configuraciòn salvada satisfactoriamente"
|
msgstr "Configuraciòn salvada satisfactoriamente"
|
||||||
@ -260,3 +291,16 @@ msgstr "Esta no es una direcciòn MAC vàlida."
|
|||||||
msgid "Doesn't contain a list of emails separated by commas."
|
msgid "Doesn't contain a list of emails separated by commas."
|
||||||
msgstr "No contiene una lista de E-mails separados por comas."
|
msgstr "No contiene una lista de E-mails separados por comas."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "Un error desconocido ha ocurrido. "
|
||||||
|
#~ "Compruebe la consola para mas "
|
||||||
|
#~ "informaciòn."
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: fi\n"
|
"Language: fi\n"
|
||||||
@ -18,19 +18,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -67,35 +67,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -153,23 +165,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -179,7 +203,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -190,7 +214,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -202,6 +226,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -266,3 +298,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: fo\n"
|
"Language: fo\n"
|
||||||
@ -18,19 +18,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -67,35 +67,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -153,23 +165,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -179,7 +203,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -190,7 +214,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -202,6 +226,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -266,3 +298,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -17,19 +17,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -66,35 +66,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -152,23 +164,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -178,7 +202,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -189,7 +213,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -201,6 +225,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -7,9 +7,9 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2021-02-09 16:50+0000\n"
|
"PO-Revision-Date: 2022-01-14 05:53+0000\n"
|
||||||
"Last-Translator: Yuraï Slovaque <assistance@simplix.fr>\n"
|
"Last-Translator: Gabriel GRONDIN <gglinnk@protonmail.com>\n"
|
||||||
"Language-Team: French <https://hosted.weblate.org/projects/turris/foris-js/"
|
"Language-Team: French <https://hosted.weblate.org/projects/turris/foris-js/"
|
||||||
"fr/>\n"
|
"fr/>\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
@ -17,22 +17,22 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
"X-Generator: Weblate 4.5-dev\n"
|
"X-Generator: Weblate 4.10.1\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Cette session a expiré. Veuillez vous reconnecter."
|
msgstr "Cette session a expiré. Veuillez vous reconnecter."
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Le délai a expiré."
|
msgstr "Le délai a expiré."
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Aucun réponse reçue."
|
msgstr "Aucun réponse reçue."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Une erreur d’API inconnue s’est produite."
|
msgstr "Une erreur d’API inconnue s’est produite."
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ msgstr "Redémarrer"
|
|||||||
|
|
||||||
#: src/common/RebootButton.js:66
|
#: src/common/RebootButton.js:66
|
||||||
msgid "Warning!"
|
msgid "Warning!"
|
||||||
msgstr "Attention !"
|
msgstr "Attention !"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:68
|
#: src/common/RebootButton.js:68
|
||||||
msgid "Are you sure you want to restart the router?"
|
msgid "Are you sure you want to restart the router?"
|
||||||
@ -63,53 +63,67 @@ msgstr "Confirmer le redémarrage"
|
|||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:38
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:38
|
||||||
msgid "An error occurred during resetting Wi-Fi settings."
|
msgid "An error occurred during resetting Wi-Fi settings."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Une erreur s'est produite lors de la réinitialisation des paramètres Wi-"
|
||||||
|
"Fi."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:41
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:41
|
||||||
msgid "Wi-Fi settings are set to defaults."
|
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:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr "Réinitialiser les paramètres Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr "Wi-Fi ${deviceID + 1}"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Mot de passe"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr "Masquer le SSID"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr "Mode 802.11n/ac"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr "Canal"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr "Chiffrement"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr "automatique"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr "Personnalisé"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr "Activer le mode Wi-Fi invité"
|
msgstr "Activer le mode Wi-Fi invité"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr "Mot de passe"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr "Code QR Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
||||||
msgid "Download PDF"
|
msgid "Download PDF"
|
||||||
msgstr ""
|
msgstr "Télécharger le PDF"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:78
|
#: src/common/WiFiSettings/WiFiSettings.js:78
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:90
|
#: src/common/WiFiSettings/WiFiSettings.js:90
|
||||||
msgid "SSID can't be longer than 32 symbols"
|
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:79
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:92
|
#: src/common/WiFiSettings/WiFiSettings.js:92
|
||||||
@ -119,7 +133,7 @@ msgstr "Le SSID ne peut pas être vide"
|
|||||||
#: src/common/WiFiSettings/WiFiSettings.js:81
|
#: src/common/WiFiSettings/WiFiSettings.js:81
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:94
|
#: src/common/WiFiSettings/WiFiSettings.js:94
|
||||||
msgid "SSID can't be longer than 32 bytes"
|
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:84
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:97
|
#: src/common/WiFiSettings/WiFiSettings.js:97
|
||||||
@ -132,46 +146,66 @@ msgstr "Désactivé"
|
|||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:10
|
#: src/common/WiFiSettings/constants.js:10
|
||||||
msgid "802.11n - 20 MHz wide channel"
|
msgid "802.11n - 20 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11n - canal large de 20 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:11
|
#: src/common/WiFiSettings/constants.js:11
|
||||||
msgid "802.11n - 40 MHz wide channel"
|
msgid "802.11n - 40 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11n - canal large de 40 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:12
|
#: src/common/WiFiSettings/constants.js:12
|
||||||
msgid "802.11ac - 20 MHz wide channel"
|
msgid "802.11ac - 20 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac - canal large de 20 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:13
|
#: src/common/WiFiSettings/constants.js:13
|
||||||
msgid "802.11ac - 40 MHz wide channel"
|
msgid "802.11ac - 40 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac - canal large de 40 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:14
|
#: src/common/WiFiSettings/constants.js:14
|
||||||
msgid "802.11ac - 80 MHz wide channel"
|
msgid "802.11ac - 80 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac - canal large de 80 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:15
|
#: src/common/WiFiSettings/constants.js:15
|
||||||
msgid "802.11ac - 160 MHz wide channel"
|
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:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr "WPA3 seulement"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr "WPA3 avec WPA2 comme solution de repli (par défaut)"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr "WPA2 seulement"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Un SSID qui contient des caractères non standard peut causer des "
|
||||||
|
"problèmes sur certains appareils."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
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:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"S'il est défini, le réseau n'est pas visible lors de la recherche de "
|
||||||
|
"réseaux disponibles."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -180,8 +214,16 @@ msgid ""
|
|||||||
"usually has less interference, but the signal\n"
|
"usually has less interference, but the signal\n"
|
||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
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:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -191,8 +233,17 @@ msgid ""
|
|||||||
" option with 20 MHz wide channel.\n"
|
" option with 20 MHz wide channel.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
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:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -203,6 +254,27 @@ msgid ""
|
|||||||
"tab.\n"
|
"tab.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
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:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
@ -244,7 +316,7 @@ msgstr "Ce n’est pas un préfixe IPv6 valide."
|
|||||||
|
|
||||||
#: src/utils/validations.js:16
|
#: src/utils/validations.js:16
|
||||||
msgid "This is not a valid domain name."
|
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
|
#: src/utils/validations.js:17
|
||||||
msgid "This is not a valid DUID."
|
msgid "This is not a valid DUID."
|
||||||
@ -271,3 +343,13 @@ msgstr ""
|
|||||||
|
|
||||||
#~ msgid "Enable"
|
#~ msgid "Enable"
|
||||||
#~ msgstr "Activer"
|
#~ msgstr "Activer"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: hr\n"
|
"Language: hr\n"
|
||||||
@ -19,19 +19,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -68,35 +68,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -154,23 +166,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -180,7 +204,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -191,7 +215,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -203,6 +227,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -267,3 +299,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2021-01-07 01:26+0000\n"
|
"PO-Revision-Date: 2021-01-07 01:26+0000\n"
|
||||||
"Last-Translator: Zoli <boritek@gmail.com>\n"
|
"Last-Translator: Zoli <boritek@gmail.com>\n"
|
||||||
"Language: hu\n"
|
"Language: hu\n"
|
||||||
@ -19,19 +19,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "A munkamenet lejárt. Kérjük, jelentkezzen be újra."
|
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."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Időtúllépési hiba történt."
|
msgstr "Időtúllépési hiba történt."
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Nem érkezett válasz."
|
msgstr "Nem érkezett válasz."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Ismeretlen API-hiba történt."
|
msgstr "Ismeretlen API-hiba történt."
|
||||||
|
|
||||||
@ -68,35 +68,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -154,23 +166,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -180,7 +204,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -191,7 +215,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -203,6 +227,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr "Beállítások sikeresen elmentve"
|
msgstr "Beállítások sikeresen elmentve"
|
||||||
@ -260,3 +292,13 @@ msgstr "Nem tartalmaz vesszővel elválasztott e-mail listát."
|
|||||||
#~ msgid "An unknown error occurred. Check the console for more info."
|
#~ msgid "An unknown error occurred. Check the console for more info."
|
||||||
#~ msgstr "Ismeretlen hiba történt. További információ a konzolon talál."
|
#~ msgstr "Ismeretlen hiba történt. További információ a konzolon talál."
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: it\n"
|
"Language: it\n"
|
||||||
@ -18,19 +18,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -67,35 +67,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -153,23 +165,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -179,7 +203,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -190,7 +214,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -202,6 +226,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -266,3 +298,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-10-16 10:08+0000\n"
|
"PO-Revision-Date: 2019-10-16 10:08+0000\n"
|
||||||
"Last-Translator: Scott Anecito <scott.anecito@protonmail.com>\n"
|
"Last-Translator: Scott Anecito <scott.anecito@protonmail.com>\n"
|
||||||
"Language: ja\n"
|
"Language: ja\n"
|
||||||
@ -19,19 +19,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -68,35 +68,48 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr "自動"
|
msgstr "自動"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr "自動"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -154,23 +167,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -180,7 +205,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -191,7 +216,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -203,6 +228,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -267,3 +300,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: ko\n"
|
"Language: ko\n"
|
||||||
@ -18,19 +18,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -67,35 +67,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -153,23 +165,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -179,7 +203,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -190,7 +214,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -202,6 +226,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -266,3 +298,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
"PO-Revision-Date: 2019-02-19 13:34+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: lt\n"
|
"Language: lt\n"
|
||||||
@ -19,19 +19,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -68,35 +68,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -154,23 +166,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -180,7 +204,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -191,7 +215,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -203,6 +227,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -267,3 +299,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,32 +7,31 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2021-02-05 23:41+0000\n"
|
"PO-Revision-Date: 2021-11-20 12:50+0000\n"
|
||||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/turris/"
|
|
||||||
"foris-js/nb_NO/>\n"
|
|
||||||
"Language: nb_NO\n"
|
"Language: nb_NO\n"
|
||||||
|
"Language-Team: Norwegian Bokmål "
|
||||||
|
"<https://hosted.weblate.org/projects/turris/foris-js/nb_NO/>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
||||||
"X-Generator: Weblate 4.5-dev\n"
|
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Økten har utløpt. Logg inn igjen."
|
msgstr "Økten har utløpt. Logg inn igjen."
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Tidsavbrudd inntraff."
|
msgstr "Tidsavbrudd inntraff."
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Fikk ikke svar."
|
msgstr "Fikk ikke svar."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Ukjent API-feil."
|
msgstr "Ukjent API-feil."
|
||||||
@ -72,42 +71,50 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr "Wi-Fi-innstillinger satt til forvalg."
|
msgstr "Wi-Fi-innstillinger satt til forvalg."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Tilbakestill Wi-Fi-innstillinger"
|
msgstr "Tilbakestill Wi-Fi-innstillinger"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
"\n"
|
|
||||||
"Hvis antallet trådløskort ikke samsvarer, kan du prøve å tilbakestille Wi-Fi-"
|
|
||||||
"innstillingene. Mer at dette fjerner\n"
|
|
||||||
"gjeldende Wi-Fi-oppsett og tilbakestiller forvalgte verdier.\n"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr "Wi-Fi ${deviceID + 1}"
|
msgstr "Wi-Fi ${deviceID + 1}"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Passord"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr "Skjul SSID"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr "802.11n/ac mode"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr "Kanal"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr "automatisk"
|
msgstr "automatisk"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr "automatisk"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr "Skru på gjestetrådløsnett"
|
msgstr "Skru på gjestetrådløsnett"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr "Passord"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr "QR-kode for Wi-Fi"
|
msgstr "QR-kode for Wi-Fi"
|
||||||
@ -167,13 +174,24 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr "802.11ac - 80 MHz vid kanal"
|
msgstr "802.11ac - 80 MHz vid kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr "SSID som inneholder uvanlige tegn kan forårsake problemer på noen enheter."
|
||||||
"SSID som inneholder uvanlige tegn kan forårsake problemer på noen enheter."
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
@ -184,11 +202,11 @@ msgstr ""
|
|||||||
"nettverket).\n"
|
"nettverket).\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr "Skjuler nettverket fra nettverkslister."
|
msgstr "Skjuler nettverket fra nettverkslister."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -204,7 +222,7 @@ msgstr ""
|
|||||||
"vanligvis mindre forstyrrelse, men signalet\n"
|
"vanligvis mindre forstyrrelse, men signalet\n"
|
||||||
" er mer utsatt for hindringer innendørs."
|
" er mer utsatt for hindringer innendørs."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -222,7 +240,7 @@ msgstr ""
|
|||||||
" forvalget på 20 MHz brede kanaler.\n"
|
" forvalget på 20 MHz brede kanaler.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -242,6 +260,14 @@ msgstr ""
|
|||||||
"\n"
|
"\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr "Innstillinger lagret"
|
msgstr "Innstillinger lagret"
|
||||||
@ -304,3 +330,21 @@ msgstr "Inneholder ikke en kommainndelt liste med e-postadresser."
|
|||||||
|
|
||||||
#~ msgid "Enable"
|
#~ msgid "Enable"
|
||||||
#~ msgstr "Skru på"
|
#~ msgstr "Skru på"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "Hvis antallet trådløskort ikke samsvarer, "
|
||||||
|
#~ "kan du prøve å tilbakestille Wi-"
|
||||||
|
#~ "Fi-innstillingene. Mer at dette fjerner"
|
||||||
|
#~ "\n"
|
||||||
|
#~ "gjeldende Wi-Fi-oppsett og tilbakestiller forvalgte verdier.\n"
|
||||||
|
#~ " "
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2020-11-29 19:29+0000\n"
|
"PO-Revision-Date: 2020-11-29 19:29+0000\n"
|
||||||
"Last-Translator: Johan van de Wetering <mail@jvdwetering.nl>\n"
|
"Last-Translator: Johan van de Wetering <mail@jvdwetering.nl>\n"
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
@ -19,19 +19,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -69,35 +69,48 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Wachtwoord"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr "auto"
|
msgstr "auto"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr "auto"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr "Wachtwoord"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -155,23 +168,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -181,7 +206,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -192,7 +217,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -204,6 +229,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -267,3 +300,14 @@ msgstr "Bevat geen lijst met e-mails gescheiden door komma's."
|
|||||||
|
|
||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2020-12-23 12:29+0000\n"
|
"PO-Revision-Date: 2020-12-23 12:29+0000\n"
|
||||||
"Last-Translator: Adam Stańczyk <a.stanczyk@onet.pl>\n"
|
"Last-Translator: Adam Stańczyk <a.stanczyk@onet.pl>\n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
@ -20,19 +20,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Sesja wygasła. Proszę, zaloguj się ponownie."
|
msgstr "Sesja wygasła. Proszę, zaloguj się ponownie."
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Wystąpił błąd przekroczenia limitu czasu."
|
msgstr "Wystąpił błąd przekroczenia limitu czasu."
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Brak odpowiedzi."
|
msgstr "Brak odpowiedzi."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Wystąpił nieznany błąd API."
|
msgstr "Wystąpił nieznany błąd API."
|
||||||
|
|
||||||
@ -69,35 +69,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Hasło"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr "Hasło"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -155,23 +167,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -181,7 +205,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -192,7 +216,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -204,6 +228,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr "Ustawienia zostały zapisane"
|
msgstr "Ustawienia zostały zapisane"
|
||||||
@ -266,3 +298,14 @@ msgstr "Nie zawiera listy e-maili oddzielonych przecinkami."
|
|||||||
|
|
||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
289
translations/pt_BR/LC_MESSAGES/forisjs.po
Normal file
289
translations/pt_BR/LC_MESSAGES/forisjs.po
Normal file
@ -0,0 +1,289 @@
|
|||||||
|
# Translations template for PROJECT.
|
||||||
|
# Copyright (C) 2021 ORGANIZATION
|
||||||
|
# This file is distributed under the same license as the PROJECT project.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
|
"PO-Revision-Date: 2021-12-21 12:52+0000\n"
|
||||||
|
"Last-Translator: c10l <weblate.org@a.c10l.cc>\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/"
|
||||||
|
"turris/foris-js/pt_BR/>\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||||
|
"X-Generator: Weblate 4.10\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/WiFiForm.js:93
|
||||||
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
|
msgid "auto"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
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:90
|
||||||
|
msgid "SSID can't be longer than 32 symbols"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiSettings.js:79
|
||||||
|
#: src/common/WiFiSettings/WiFiSettings.js:92
|
||||||
|
msgid "SSID can't be empty"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiSettings.js:81
|
||||||
|
#: src/common/WiFiSettings/WiFiSettings.js:94
|
||||||
|
msgid "SSID can't be longer than 32 bytes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiSettings.js:84
|
||||||
|
#: src/common/WiFiSettings/WiFiSettings.js:97
|
||||||
|
msgid "Password must contain at least 8 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:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
|
msgid ""
|
||||||
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
|
"devices."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
|
msgid ""
|
||||||
|
"\n"
|
||||||
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
|
" "
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
|
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:40
|
||||||
|
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:45
|
||||||
|
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 ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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 DUID."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/validations.js:18
|
||||||
|
msgid "This is not a valid MAC address."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/utils/validations.js:19
|
||||||
|
msgid "Doesn't contain a list of emails separated by commas."
|
||||||
|
msgstr ""
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-02-19 13:35+0100\n"
|
"PO-Revision-Date: 2019-02-19 13:35+0100\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: ro\n"
|
"Language: ro\n"
|
||||||
@ -19,19 +19,19 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -68,35 +68,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -154,23 +166,35 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -180,7 +204,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -191,7 +215,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -203,6 +227,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -267,3 +299,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
@ -7,8 +7,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2021-02-19 05:50+0000\n"
|
"PO-Revision-Date: 2021-12-18 00:07+0000\n"
|
||||||
"Last-Translator: Алексей Леньшин <alenshin@gmail.com>\n"
|
"Last-Translator: Алексей Леньшин <alenshin@gmail.com>\n"
|
||||||
"Language-Team: Russian <https://hosted.weblate.org/projects/turris/foris-js/"
|
"Language-Team: Russian <https://hosted.weblate.org/projects/turris/foris-js/"
|
||||||
"ru/>\n"
|
"ru/>\n"
|
||||||
@ -18,22 +18,22 @@ msgstr ""
|
|||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||||
"X-Generator: Weblate 4.5\n"
|
"X-Generator: Weblate 4.10\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Ваша сессия закончилась. Пожалуйста, залогинитесь заново."
|
msgstr "Ваша сессия закончилась. Пожалуйста, залогинитесь заново."
|
||||||
|
|
||||||
#: src/api/utils.js:65
|
#: src/api/utils.js:66
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Произошла ошибка ожидания ответа сервера."
|
msgstr "Произошла ошибка ожидания ответа сервера."
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Ответ не получен."
|
msgstr "Ответ не получен."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Неизвестная ошибка программного интерфейса приложения."
|
msgstr "Неизвестная ошибка программного интерфейса приложения."
|
||||||
|
|
||||||
@ -70,41 +70,47 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr "Настройки Wi-Fi установлены по умолчанию."
|
msgstr "Настройки Wi-Fi установлены по умолчанию."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Сбросить настройки Wi-Fi"
|
msgstr "Сбросить настройки Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
"\n"
|
|
||||||
"Если количество беспроводных карт не совпадает, вы можете попробовать "
|
|
||||||
"сбросить настройки Wi-Fi.\n"
|
|
||||||
"Это приведет к удалению текущей конфигурации Wi-Fi и восстановлению значений "
|
|
||||||
"по умолчанию.\n"
|
|
||||||
" "
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr "Wi-Fi ${deviceID + 1}"
|
msgstr "Wi-Fi ${deviceID + 1}"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Пароль"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr "Скрыть SSID"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr "Режим 802.11n/ac"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr "Канал"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr "Шифрование"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr "авто"
|
msgstr "авто"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr "Ручная настройка"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr "Включить гостевой Wi-Fi"
|
msgstr "Включить гостевой Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr "Пароль"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr "QR-код Wi-Fi"
|
msgstr "QR-код Wi-Fi"
|
||||||
@ -162,14 +168,26 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr "802.11ac - ширина канала в 160 МГц"
|
msgstr "802.11ac - ширина канала в 160 МГц"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr "Только WPA3"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr "WPA3 с WPA2 в качестве резервного (по умолчанию)"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr "Только WPA2"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"SSID, содержащий нестандартные символы, может вызвать проблемы на некоторых "
|
"SSID, содержащий нестандартные символы, может вызвать проблемы на "
|
||||||
"устройствах."
|
"некоторых устройствах."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
@ -180,13 +198,13 @@ msgstr ""
|
|||||||
"сети.\n"
|
"сети.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Если установлено, сеть не будет отображаться при сканировании доступных "
|
"Если установлено, сеть не будет отображаться при сканировании доступных "
|
||||||
"сетей."
|
"сетей."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -201,7 +219,7 @@ msgstr ""
|
|||||||
"поддерживаться не всеми вашими устройствами. Он обычно имеет меньше "
|
"поддерживаться не всеми вашими устройствами. Он обычно имеет меньше "
|
||||||
"помех, но сигнал не очень хорошо распространяется в помещении."
|
"помех, но сигнал не очень хорошо распространяется в помещении."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -213,12 +231,12 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
" Измените это, чтобы настроить режим работы 802.11n/ac. 802.11n с "
|
" Измените это, чтобы настроить режим работы 802.11n/ac. 802.11n с "
|
||||||
"каналами шириной 40 МГц может обеспечить более высокую пропускную "
|
"каналами шириной 40 МГц обеспечивает более высокую пропускную способность, "
|
||||||
"способность, но может вызывать больше помех в сети. Если вы не знаете, "
|
"но может вызывать больше помех в сети. Если вы не знаете, что выбрать, "
|
||||||
"что выбрать, используйте опцию по умолчанию с каналом шириной 20 МГц.\n"
|
"используйте опцию по умолчанию с каналом шириной 20 МГц.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -237,6 +255,18 @@ msgstr ""
|
|||||||
"Гостевая сеть.\n"
|
"Гостевая сеть.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
msgid ""
|
||||||
|
"The WPA3 standard is the new most secure encryption method that is "
|
||||||
|
"suggested to be used with any device that supports it. The older devices "
|
||||||
|
"without WPA3 support require older WPA2. If you experience issues with "
|
||||||
|
"connecting older devices, try to enable WPA2."
|
||||||
|
msgstr ""
|
||||||
|
"Стандарт WPA3 - это новый наиболее безопасный метод шифрования, который "
|
||||||
|
"предлагается использовать с любым устройством, которое его поддерживает. "
|
||||||
|
"Старые устройства без поддержки WPA3 требуют старого WPA2. Если у вас "
|
||||||
|
"возникли проблемы с подключением старых устройств, попробуйте включить WPA2."
|
||||||
|
|
||||||
#: src/form/components/ForisForm.js:121
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr "Настройки были успешно сохранены"
|
msgstr "Настройки были успешно сохранены"
|
||||||
@ -301,3 +331,21 @@ msgstr "Не содержит списка электронных адресов
|
|||||||
|
|
||||||
#~ msgid "Enable"
|
#~ msgid "Enable"
|
||||||
#~ msgstr "Включить"
|
#~ msgstr "Включить"
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "Если количество беспроводных карт не "
|
||||||
|
#~ "совпадает, вы можете попробовать сбросить "
|
||||||
|
#~ "настройки Wi-Fi.\n"
|
||||||
|
#~ "Это приведет к удалению текущей "
|
||||||
|
#~ "конфигурации Wi-Fi и восстановлению "
|
||||||
|
#~ "значений по умолчанию.\n"
|
||||||
|
#~ " "
|
||||||
|
@ -7,169 +7,203 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-08-28 17:56+0200\n"
|
"PO-Revision-Date: 2021-12-18 00:07+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: Atec <dr.atec@gmail.com>\n"
|
||||||
|
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-js/"
|
||||||
|
"sk/>\n"
|
||||||
"Language: sk\n"
|
"Language: sk\n"
|
||||||
"Language-Team: sk <LL@li.org>\n"
|
|
||||||
"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2)\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||||
|
"X-Generator: Weblate 4.10\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
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."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
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."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr "Nedošlo k žiadnej odozve."
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr "Nastala neznáma chyba v aplikačnom programovom rozhraní."
|
||||||
|
|
||||||
#: src/common/RebootButton.js:27
|
#: src/common/RebootButton.js:27
|
||||||
msgid "Reboot request failed."
|
msgid "Reboot request failed."
|
||||||
msgstr ""
|
msgstr "Žiadosť o reštart neúspešná."
|
||||||
|
|
||||||
#: src/common/RebootButton.js:51
|
#: src/common/RebootButton.js:51
|
||||||
msgid "Reboot"
|
msgid "Reboot"
|
||||||
msgstr ""
|
msgstr "Reštartovať"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:66
|
#: src/common/RebootButton.js:66
|
||||||
msgid "Warning!"
|
msgid "Warning!"
|
||||||
msgstr ""
|
msgstr "Výstraha!"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:68
|
#: src/common/RebootButton.js:68
|
||||||
msgid "Are you sure you want to restart the router?"
|
msgid "Are you sure you want to restart the router?"
|
||||||
msgstr ""
|
msgstr "Naozaj sa má router reštartovať?"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:71
|
#: src/common/RebootButton.js:71
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr "Zrušiť"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:73
|
#: src/common/RebootButton.js:73
|
||||||
msgid "Confirm reboot"
|
msgid "Confirm reboot"
|
||||||
msgstr ""
|
msgstr "Potvrdiť reštart"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:38
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:38
|
||||||
msgid "An error occurred during resetting Wi-Fi settings."
|
msgid "An error occurred during resetting Wi-Fi settings."
|
||||||
msgstr ""
|
msgstr "Pri resete nastavení Wi-Fi nastala chyba."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:41
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:41
|
||||||
msgid "Wi-Fi settings are set to defaults."
|
msgid "Wi-Fi settings are set to defaults."
|
||||||
msgstr ""
|
msgstr "Nastavenia Wi-Fi sa zmenili do východiskového stavu."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr "Resetovať nastavenia Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr "Wi-Fi ${deviceID + 1}"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
|
msgid "Password"
|
||||||
|
msgstr "Heslo"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr "Skryť SSID"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr "802.11 n/ac mód"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr "Kanál"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr "Šifrovanie"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr ""
|
msgstr "automaticky"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr "Vlastné"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr ""
|
msgstr "Zapnúť Wi-Fi pre hostí"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
|
||||||
msgid "Password"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr "Wi-Fi QR kód"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
||||||
msgid "Download PDF"
|
msgid "Download PDF"
|
||||||
msgstr ""
|
msgstr "Stiahnuť PDF"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:78
|
#: src/common/WiFiSettings/WiFiSettings.js:78
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:90
|
#: src/common/WiFiSettings/WiFiSettings.js:90
|
||||||
msgid "SSID can't be longer than 32 symbols"
|
msgid "SSID can't be longer than 32 symbols"
|
||||||
msgstr ""
|
msgstr "SSID nemôže mať viac ako 32 znakov"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:79
|
#: src/common/WiFiSettings/WiFiSettings.js:79
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:92
|
#: src/common/WiFiSettings/WiFiSettings.js:92
|
||||||
msgid "SSID can't be empty"
|
msgid "SSID can't be empty"
|
||||||
msgstr ""
|
msgstr "SSID nesmie byť prázdne"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:81
|
#: src/common/WiFiSettings/WiFiSettings.js:81
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:94
|
#: src/common/WiFiSettings/WiFiSettings.js:94
|
||||||
msgid "SSID can't be longer than 32 bytes"
|
msgid "SSID can't be longer than 32 bytes"
|
||||||
msgstr ""
|
msgstr "SSID nesmie byť dlhšie ako 32 byteov"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:84
|
#: src/common/WiFiSettings/WiFiSettings.js:84
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:97
|
#: src/common/WiFiSettings/WiFiSettings.js:97
|
||||||
msgid "Password must contain at least 8 symbols"
|
msgid "Password must contain at least 8 symbols"
|
||||||
msgstr ""
|
msgstr "Heslo musí obsahovať aspoň 8 znakov"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:9
|
#: src/common/WiFiSettings/constants.js:9
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr "Zakázané"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:10
|
#: src/common/WiFiSettings/constants.js:10
|
||||||
msgid "802.11n - 20 MHz wide channel"
|
msgid "802.11n - 20 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11n – šírka kanála 20 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:11
|
#: src/common/WiFiSettings/constants.js:11
|
||||||
msgid "802.11n - 40 MHz wide channel"
|
msgid "802.11n - 40 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11n – šírka kanála 40 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:12
|
#: src/common/WiFiSettings/constants.js:12
|
||||||
msgid "802.11ac - 20 MHz wide channel"
|
msgid "802.11ac - 20 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac – šírka kanála 20 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:13
|
#: src/common/WiFiSettings/constants.js:13
|
||||||
msgid "802.11ac - 40 MHz wide channel"
|
msgid "802.11ac - 40 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac – šírka kanála 40 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:14
|
#: src/common/WiFiSettings/constants.js:14
|
||||||
msgid "802.11ac - 80 MHz wide channel"
|
msgid "802.11ac - 80 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac – šírka kanála 80 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:15
|
#: src/common/WiFiSettings/constants.js:15
|
||||||
msgid "802.11ac - 160 MHz wide channel"
|
msgid "802.11ac - 160 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac – šírka kanála 160 MHz"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr "Len WPA3"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr "WPA3 s WPA2 ako náhradným riešením (predvolené)"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr "Len WPA2"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"SSID s neštandardnými znakmi môže na niektorých zariadeniach spôsobovať "
|
||||||
|
"problémy."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
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:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Pri zapnutí tejto voľby sa sieť zariadeniam pri vyhľadávaní dostupných "
|
||||||
|
"sietí nezobrazí."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -178,8 +212,14 @@ msgid ""
|
|||||||
"usually has less interference, but the signal\n"
|
"usually has less interference, but the signal\n"
|
||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
" Pásmo 2,4 GHz podporujú klientské zariadenia najčastejšie, ale "
|
||||||
|
"dochádza v ňom k väčšiemu rušeniu.\n"
|
||||||
|
" Pásmo 5 GHz je novým štandardom a nemusia ho podporovať všetky "
|
||||||
|
"vaše zariadenia.\n"
|
||||||
|
" Rušenie je obvykle nižšie, ale signál sa vnútri budov šíri horšie."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -189,8 +229,15 @@ msgid ""
|
|||||||
" option with 20 MHz wide channel.\n"
|
" option with 20 MHz wide channel.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
" Týmto sa zmení režim prevádzky 802.11n/ac. 802.11n so šírkou "
|
||||||
|
"kanála 40 MHz môže poskytnúť vyššiu\n"
|
||||||
|
" priepustnosť, ale tiež spôsobovať vyššie rušenie v sieti. Ak si "
|
||||||
|
"nie ste istí, použite východiskovú voľbu\n"
|
||||||
|
" so šírkou kanála 20 MHz.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -201,58 +248,78 @@ msgid ""
|
|||||||
"tab.\n"
|
"tab.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
" Zapnutie Wi-Fi pre hostí, ktorá je oddelená od miestnej siete "
|
||||||
|
"(LAN). Zariadenia pripojené do tejto siete majú povolený\n"
|
||||||
|
" prístup na internet, ale zakázané pripojenie k iným zariadeniam a"
|
||||||
|
" ku konfiguračnému rozhraniu routera.\n"
|
||||||
|
" Parametre siete pre hostí je možné nastaviť na záložke „Sieť pre "
|
||||||
|
"hostí“.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr "Nastavenia boli úspešne uložené"
|
||||||
|
|
||||||
#: src/form/components/ForisForm.js:183
|
#: src/form/components/ForisForm.js:183
|
||||||
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
msgid "Changes you made may not be saved. Are you sure you want to leave?"
|
||||||
msgstr ""
|
msgstr "Vykonané zmeny neboli uložené. Naozaj chcete opustiť stránku?"
|
||||||
|
|
||||||
#: src/form/components/SubmitButton.js:31
|
#: src/form/components/SubmitButton.js:31
|
||||||
msgid "Updating"
|
msgid "Updating"
|
||||||
msgstr ""
|
msgstr "Prebieha aktualizácia"
|
||||||
|
|
||||||
#: src/form/components/SubmitButton.js:34
|
#: src/form/components/SubmitButton.js:34
|
||||||
msgid "Load settings"
|
msgid "Load settings"
|
||||||
msgstr ""
|
msgstr "Načítavanie nastavení"
|
||||||
|
|
||||||
#: src/form/components/SubmitButton.js:37
|
#: src/form/components/SubmitButton.js:37
|
||||||
msgid "Save"
|
msgid "Save"
|
||||||
msgstr ""
|
msgstr "Uložiť"
|
||||||
|
|
||||||
#: src/utils/ErrorMessage.js:16
|
#: src/utils/ErrorMessage.js:16
|
||||||
msgid "An error occurred while fetching data."
|
msgid "An error occurred while fetching data."
|
||||||
msgstr ""
|
msgstr "Pri získavaní dát nastala chyba."
|
||||||
|
|
||||||
#: src/utils/validations.js:13
|
#: src/utils/validations.js:13
|
||||||
msgid "This is not a valid IPv4 address."
|
msgid "This is not a valid IPv4 address."
|
||||||
msgstr ""
|
msgstr "Toto nie je platná IPv4 adresa."
|
||||||
|
|
||||||
#: src/utils/validations.js:14
|
#: src/utils/validations.js:14
|
||||||
msgid "This is not a valid IPv6 address."
|
msgid "This is not a valid IPv6 address."
|
||||||
msgstr ""
|
msgstr "Toto nie je platná IPv6 adresa."
|
||||||
|
|
||||||
#: src/utils/validations.js:15
|
#: src/utils/validations.js:15
|
||||||
msgid "This is not a valid IPv6 prefix."
|
msgid "This is not a valid IPv6 prefix."
|
||||||
msgstr ""
|
msgstr "Toto nie je platný IPv6 prefix."
|
||||||
|
|
||||||
#: src/utils/validations.js:16
|
#: src/utils/validations.js:16
|
||||||
msgid "This is not a valid domain name."
|
msgid "This is not a valid domain name."
|
||||||
msgstr ""
|
msgstr "Toto nie je platné doménové meno."
|
||||||
|
|
||||||
#: src/utils/validations.js:17
|
#: src/utils/validations.js:17
|
||||||
msgid "This is not a valid DUID."
|
msgid "This is not a valid DUID."
|
||||||
msgstr ""
|
msgstr "Toto nie je platné DUID."
|
||||||
|
|
||||||
#: src/utils/validations.js:18
|
#: src/utils/validations.js:18
|
||||||
msgid "This is not a valid MAC address."
|
msgid "This is not a valid MAC address."
|
||||||
msgstr ""
|
msgstr "Toto nie je platná MAC adresa."
|
||||||
|
|
||||||
#: src/utils/validations.js:19
|
#: src/utils/validations.js:19
|
||||||
msgid "Doesn't contain a list of emails separated by commas."
|
msgid "Doesn't contain a list of emails separated by commas."
|
||||||
msgstr ""
|
msgstr "Neobsahuje zoznam e-mailov oddelených čiarkami."
|
||||||
|
|
||||||
#~ msgid "An unknown error occurred. Check the console for more info."
|
#~ msgid "An unknown error occurred. Check the console for more info."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
@ -266,3 +333,19 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "Ak počet Wi-Fi karet nezodpovedá "
|
||||||
|
#~ "skutočnosti, pokúste sa resetovať nastavenia"
|
||||||
|
#~ " Wi-Fi. Nezabudnite však,\n"
|
||||||
|
#~ "že sa tým odstráni aktuálna konfigurácia"
|
||||||
|
#~ " a obnovia sa východiskové hodnoty.\n"
|
||||||
|
#~ " "
|
||||||
|
@ -7,56 +7,58 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PROJECT VERSION\n"
|
"Project-Id-Version: PROJECT VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
|
||||||
"POT-Creation-Date: 2021-01-28 11:42+0100\n"
|
"POT-Creation-Date: 2021-12-15 19:17+0300\n"
|
||||||
"PO-Revision-Date: 2019-08-28 17:56+0200\n"
|
"PO-Revision-Date: 2021-09-26 03:39+0000\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: Kristoffer Grundström "
|
||||||
|
"<swedishsailfishosuser@tutanota.com>\n"
|
||||||
"Language: sv\n"
|
"Language: sv\n"
|
||||||
"Language-Team: sv <LL@li.org>\n"
|
"Language-Team: Swedish <https://hosted.weblate.org/projects/turris/foris-"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
"js/sv/>\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=n != 1\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Generated-By: Babel 2.9.0\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."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
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."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:68
|
#: src/api/utils.js:69
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:78
|
#: src/api/utils.js:79
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/RebootButton.js:27
|
#: src/common/RebootButton.js:27
|
||||||
msgid "Reboot request failed."
|
msgid "Reboot request failed."
|
||||||
msgstr "Omstart krävs"
|
msgstr "Förfrågning för omstart misslyckades."
|
||||||
|
|
||||||
#: src/common/RebootButton.js:51
|
#: src/common/RebootButton.js:51
|
||||||
msgid "Reboot"
|
msgid "Reboot"
|
||||||
msgstr ""
|
msgstr "Starta om"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:66
|
#: src/common/RebootButton.js:66
|
||||||
msgid "Warning!"
|
msgid "Warning!"
|
||||||
msgstr ""
|
msgstr "Varning!"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:68
|
#: src/common/RebootButton.js:68
|
||||||
msgid "Are you sure you want to restart the router?"
|
msgid "Are you sure you want to restart the router?"
|
||||||
msgstr ""
|
msgstr "Är du säker på att du vill starta om routern?"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:71
|
#: src/common/RebootButton.js:71
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr ""
|
msgstr "Avbryt"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:73
|
#: src/common/RebootButton.js:73
|
||||||
msgid "Confirm reboot"
|
msgid "Confirm reboot"
|
||||||
msgstr ""
|
msgstr "Bekräfta omstart"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:38
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:38
|
||||||
msgid "An error occurred during resetting Wi-Fi settings."
|
msgid "An error occurred during resetting Wi-Fi settings."
|
||||||
@ -67,109 +69,135 @@ msgid "Wi-Fi settings are set to defaults."
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:70
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr "Återställ Wi-Fi-inställningarna"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:57
|
#: src/common/WiFiSettings/WiFiForm.js:93
|
||||||
msgid ""
|
|
||||||
"\n"
|
|
||||||
"If a number of wireless cards doesn't match, you may try to reset the Wi-"
|
|
||||||
"Fi settings. Note that this will remove the\n"
|
|
||||||
"current Wi-Fi configuration and restore the default values.\n"
|
|
||||||
" "
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:92
|
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr "Wi-Fi ${deviceID + 1}"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:217
|
|
||||||
msgid "auto"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
|
||||||
msgid "Enable Guest Wi-Fi"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:130
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Lösenord"
|
msgstr "Lösenord"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:144
|
||||||
|
msgid "Hide SSID"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:178
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:191
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr "Avbryt"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:203
|
||||||
|
msgid "Encryption"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:236
|
||||||
|
msgid "auto"
|
||||||
|
msgstr "auto"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:277
|
||||||
|
#, fuzzy
|
||||||
|
msgid "Custom"
|
||||||
|
msgstr "auto"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
|
msgid "Enable Guest Wi-Fi"
|
||||||
|
msgstr "Aktivera Wi-Fi för Gäst"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr ""
|
msgstr "QR-kod för Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
||||||
msgid "Download PDF"
|
msgid "Download PDF"
|
||||||
msgstr ""
|
msgstr "Ladda ner PDF"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:78
|
#: src/common/WiFiSettings/WiFiSettings.js:78
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:90
|
#: src/common/WiFiSettings/WiFiSettings.js:90
|
||||||
msgid "SSID can't be longer than 32 symbols"
|
msgid "SSID can't be longer than 32 symbols"
|
||||||
msgstr ""
|
msgstr "SSID kan inte vara längre än 32 symboler"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:79
|
#: src/common/WiFiSettings/WiFiSettings.js:79
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:92
|
#: src/common/WiFiSettings/WiFiSettings.js:92
|
||||||
msgid "SSID can't be empty"
|
msgid "SSID can't be empty"
|
||||||
msgstr ""
|
msgstr "SSID kan inte vara tomt"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:81
|
#: src/common/WiFiSettings/WiFiSettings.js:81
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:94
|
#: src/common/WiFiSettings/WiFiSettings.js:94
|
||||||
msgid "SSID can't be longer than 32 bytes"
|
msgid "SSID can't be longer than 32 bytes"
|
||||||
msgstr ""
|
msgstr "SSID kan inte vara längre än 32 bytes"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:84
|
#: src/common/WiFiSettings/WiFiSettings.js:84
|
||||||
#: src/common/WiFiSettings/WiFiSettings.js:97
|
#: src/common/WiFiSettings/WiFiSettings.js:97
|
||||||
msgid "Password must contain at least 8 symbols"
|
msgid "Password must contain at least 8 symbols"
|
||||||
msgstr ""
|
msgstr "Lösenord måste innehålla åtminstone 8 symboler"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:9
|
#: src/common/WiFiSettings/constants.js:9
|
||||||
msgid "Disabled"
|
msgid "Disabled"
|
||||||
msgstr ""
|
msgstr "Avstängt"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:10
|
#: src/common/WiFiSettings/constants.js:10
|
||||||
msgid "802.11n - 20 MHz wide channel"
|
msgid "802.11n - 20 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11n - 20 MHz bred kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:11
|
#: src/common/WiFiSettings/constants.js:11
|
||||||
msgid "802.11n - 40 MHz wide channel"
|
msgid "802.11n - 40 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11n - 40 MHz bred kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:12
|
#: src/common/WiFiSettings/constants.js:12
|
||||||
msgid "802.11ac - 20 MHz wide channel"
|
msgid "802.11ac - 20 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac - 20 MHz bred kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:13
|
#: src/common/WiFiSettings/constants.js:13
|
||||||
msgid "802.11ac - 40 MHz wide channel"
|
msgid "802.11ac - 40 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac - 40 MHz bred kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:14
|
#: src/common/WiFiSettings/constants.js:14
|
||||||
msgid "802.11ac - 80 MHz wide channel"
|
msgid "802.11ac - 80 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac - 80 MHz bred kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:15
|
#: src/common/WiFiSettings/constants.js:15
|
||||||
msgid "802.11ac - 160 MHz wide channel"
|
msgid "802.11ac - 160 MHz wide channel"
|
||||||
msgstr ""
|
msgstr "802.11ac - 160 MHz bred kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js:22
|
||||||
|
msgid "WPA3 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:23
|
||||||
|
msgid "WPA3 with WPA2 as fallback (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:24
|
||||||
|
msgid "WPA2 only"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:27
|
||||||
msgid ""
|
msgid ""
|
||||||
"SSID which contains non-standard characters could cause problems on some "
|
"SSID which contains non-standard characters could cause problems on some "
|
||||||
"devices."
|
"devices."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:25
|
#: src/common/WiFiSettings/constants.js:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
" WPA2 pre-shared key, that is required to connect to the network.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:28
|
#: src/common/WiFiSettings/constants.js:33
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:31
|
#: src/common/WiFiSettings/constants.js:36
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" The 2.4 GHz band is more widely supported by clients, but tends "
|
" The 2.4 GHz band is more widely supported by clients, but tends "
|
||||||
@ -179,7 +207,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:35
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
" Change this to adjust 802.11n/ac mode of operation. 802.11n with "
|
||||||
@ -190,7 +218,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:45
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
" Enables Wi-Fi for guests, which is separated from LAN network. "
|
||||||
@ -202,6 +230,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/constants.js:50
|
||||||
|
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
|
#: src/form/components/ForisForm.js:121
|
||||||
msgid "Settings saved successfully"
|
msgid "Settings saved successfully"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -266,3 +302,13 @@ msgstr ""
|
|||||||
#~ msgid "Enable Guest Wifi"
|
#~ msgid "Enable Guest Wifi"
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
|
|
||||||
|
#~ msgid ""
|
||||||
|
#~ "\n"
|
||||||
|
#~ "If a number of wireless cards "
|
||||||
|
#~ "doesn't match, you may try to "
|
||||||
|
#~ "reset the Wi-Fi settings. Note "
|
||||||
|
#~ "that this will remove the\n"
|
||||||
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
|
#~ " "
|
||||||
|
#~ msgstr ""
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user