mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-07-14 17:32:27 +02:00
Compare commits
27 Commits
v5.3.0
...
61e90d1e23
Author | SHA1 | Date | |
---|---|---|---|
61e90d1e23 | |||
9e15f1e93e | |||
390e6cc807 | |||
e044439646 | |||
844ea9ea72 | |||
bf57281fa7 | |||
0a143e7de6 | |||
7ec1c46a63 | |||
7ceccd5222 | |||
f868881b3d | |||
188ed87fc0 | |||
c0f64e8c6c | |||
b95cfb664d | |||
52cdaf5bc5 | |||
175a07a865 | |||
f952e25205 | |||
01eeb06f9e | |||
839e227feb | |||
4b239ed195 | |||
2bcbe0ae59 | |||
b1ff608337 | |||
b662ba5b52 | |||
a4115245fe | |||
e1a893874a | |||
dd383ef1b2 | |||
b6e2cb71bb | |||
048e686185 |
36
docs/components/Logo.js
Normal file
36
docs/components/Logo.js
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
import React from "react";
|
||||||
|
import PropTypes from "prop-types";
|
||||||
|
import Styled from "rsg-components/Styled";
|
||||||
|
import logo from "./logo.svg";
|
||||||
|
|
||||||
|
const styles = ({ fontFamily }) => ({
|
||||||
|
logo: {
|
||||||
|
display: "flex",
|
||||||
|
alignItems: "center",
|
||||||
|
margin: 0,
|
||||||
|
fontFamily: fontFamily.base,
|
||||||
|
fontSize: 18,
|
||||||
|
fontWeight: "normal",
|
||||||
|
},
|
||||||
|
image: {
|
||||||
|
height: "1.3em",
|
||||||
|
marginLeft: "-0.2em",
|
||||||
|
marginRight: "0.2em",
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
|
export function LogoRenderer({ classes, children }) {
|
||||||
|
return (
|
||||||
|
<h1 className={classes.logo}>
|
||||||
|
<img className={classes.image} src={logo} alt="React logo" />
|
||||||
|
{children}
|
||||||
|
</h1>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
LogoRenderer.propTypes = {
|
||||||
|
classes: PropTypes.object.isRequired,
|
||||||
|
children: PropTypes.node,
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Styled(styles)(LogoRenderer);
|
3
docs/components/logo.svg
Normal file
3
docs/components/logo.svg
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000">
|
||||||
|
<path d="M288.258 240.0394L717.5586-.44c.803 62.277-1.8207 124.502-1.4996 186.7266 1.8208 7.6343-7.2288 10.1966-12.102 13.4908L286.4375 432.1518l1.8206-192.1124zm2.284 277.645L711 278.3176l-.8416 192.7742L457.357 614.514l-1.842 289.03-167.7097 95.8926 2.7365-481.753z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 349 B |
@ -1,15 +1,15 @@
|
|||||||
Sooner or later you will face with situation when you want/need to make some
|
Sooner or later, you will face with situation when you want/need to make some
|
||||||
changes in the library. Then the most important tool for you it's
|
changes in the library. Then the most important tool for you it's the
|
||||||
[`npm link`](https://docs.npmjs.com/cli/link).
|
[`npm link`](https://docs.npmjs.com/cli/link).
|
||||||
|
|
||||||
Please, notice that it will not work if you link library just from root of the
|
Please, notice that it will not work if you link the library just from the root
|
||||||
repo. It happens due to location of sources `./src`. You need to pack library
|
of the repo. It happens due to the location of sources `./src`. You need to pack
|
||||||
first `make pack` and then link it from `./dist` directory.
|
the library first, `make pack` and then link it from the `./dist` directory.
|
||||||
|
|
||||||
Yeah it's not such comfortable solution for development. But it can fixed by
|
Yeah, it's not such a comfortable solution for development. But it can be fixed
|
||||||
writing small script similar as `make pack` but with linking every file and
|
by writing a small script similar to making a pack but by linking every file and
|
||||||
directory from `./src` to the some directory and linking then from it. Notice
|
directory from `./src` to the same directory and linking then from it. Notice
|
||||||
that you need to link `package.json` and `package-lock.json` as well.
|
that you need to link a `package.json` and a `package-lock.json` as well.
|
||||||
|
|
||||||
So step by step:
|
So step by step:
|
||||||
|
|
||||||
|
4
docs/forisjs-npm.svg
Normal file
4
docs/forisjs-npm.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" fill="white">
|
||||||
|
<path d="M49.5 171.722222222222h400v133.333333333333h-200v22.222222222223h-88.888888888889v-22.222222222223H49.5V171.722222222222zm22.222222222222 111.111111111111h44.444444444445v-66.666666666667h22.222222222222v66.666666666667h22.222222222222v-88.888888888889H71.722222222222v88.888888888889zm111.111111111111-88.888888888889v111.111111111111h44.444444444445v-22.222222222222h44.444444444444v-88.888888888889h-88.888888888889zm44.444444444445 22.222222222222H249.5v44.444444444445h-22.222222222222v-44.444444444445zm66.666666666666-22.222222222222v88.888888888889h44.444444444445v-66.666666666667h22.222222222222v66.666666666667h22.222222222222v-66.666666666667h22.222222222222v66.666666666667h22.222222222223v-88.888888888889H293.944444444444z" fill="#cb3837" />
|
||||||
|
<path d="M71.722222222222 282.833333333333h44.444444444444v-66.666666666667h22.222222222223v66.666666666667h22.222222222222v-88.888888888889H71.722222222222zm111.111111111111-88.888888888889v111.111111111111h44.444444444444v-22.222222222222h44.444444444445v-88.888888888889h-88.888888888889zM249.5 260.611111111111h-22.222222222223v-44.444444444445H249.5v44.444444444445zm44.444444444444-66.666666666667v88.888888888889h44.444444444444v-66.666666666667h22.222222222223v66.666666666667h22.222222222222v-66.666666666667h22.222222222222v66.666666666667h22.222222222222v-88.888888888889z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
@ -1,6 +0,0 @@
|
|||||||
Foris JS library is set of components and utils for Foris JS application and
|
|
||||||
plugins.
|
|
||||||
|
|
||||||
Please notice that all of these components or utils are used in reForis and
|
|
||||||
plugins. If you like to study by example I would recommend to full-text search
|
|
||||||
these repos.
|
|
37
docs/introduction.md
Normal file
37
docs/introduction.md
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
Welcome! This is the official documentation for Foris JS.
|
||||||
|
|
||||||
|
## What Foris JS is
|
||||||
|
|
||||||
|
Foris JS library is a set of components and utils for reForis application and
|
||||||
|
plugins.
|
||||||
|
|
||||||
|
Please notice that all of these components or utils are used in reForis and
|
||||||
|
plugins. If you want to study them by example, I recommend you to full-text
|
||||||
|
search those repositories.
|
||||||
|
|
||||||
|
# Installation
|
||||||
|
|
||||||
|
## Prerequisites
|
||||||
|
|
||||||
|
Please make sure that [Node.js](https://nodejs.org/en/) is installed on your
|
||||||
|
system.
|
||||||
|
|
||||||
|
The current Long Term Support (LTS) release is an ideal starting point, see
|
||||||
|
[here](https://github.com/nodejs/Release#release-schedule).
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
To install the latest release:
|
||||||
|
|
||||||
|
```plain
|
||||||
|
npm install foris
|
||||||
|
```
|
||||||
|
|
||||||
|
To install a specific version:
|
||||||
|
|
||||||
|
```plain
|
||||||
|
npm install foris@version
|
||||||
|
```
|
||||||
|
|
||||||
|
<a target="_blank" href="https://www.npmjs.com/package/foris">Check
|
||||||
|
on<img width="100px" src="./docs/forisjs-npm.svg"></a>
|
21150
package-lock.json
generated
21150
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "foris",
|
"name": "foris",
|
||||||
"version": "5.2.0",
|
"version": "5.2.0",
|
||||||
"description": "Set of components and utils for Foris and its plugins.",
|
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
|
||||||
"author": "CZ.NIC, z.s.p.o.",
|
"author": "CZ.NIC, z.s.p.o.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -53,10 +53,10 @@
|
|||||||
"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": "^7.3.11",
|
"react-styleguidist": "^11.2.0",
|
||||||
"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.68.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint src",
|
"lint": "eslint src",
|
||||||
|
@ -21,9 +21,14 @@ DownloadButton.defaultProps = {
|
|||||||
className: "btn-primary",
|
className: "btn-primary",
|
||||||
};
|
};
|
||||||
|
|
||||||
export function DownloadButton({ href, className, children }) {
|
export function DownloadButton({ href, className, children, ...props }) {
|
||||||
return (
|
return (
|
||||||
<a href={href} className={`btn ${className}`.trim()} download>
|
<a
|
||||||
|
href={href}
|
||||||
|
className={`btn ${className}`.trim()}
|
||||||
|
{...props}
|
||||||
|
download
|
||||||
|
>
|
||||||
{children}
|
{children}
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -21,14 +21,17 @@ PasswordInput.propTypes = {
|
|||||||
helpText: PropTypes.string,
|
helpText: PropTypes.string,
|
||||||
/** Use show/hide password button. */
|
/** Use show/hide password button. */
|
||||||
withEye: PropTypes.bool,
|
withEye: PropTypes.bool,
|
||||||
|
/** Use new-password in autocomplete attribute. */
|
||||||
|
newPass: PropTypes.bool,
|
||||||
};
|
};
|
||||||
|
|
||||||
export function PasswordInput({ withEye, ...props }) {
|
export function PasswordInput({ withEye, newPass, ...props }) {
|
||||||
const [isHidden, setHidden] = useState(true);
|
const [isHidden, setHidden] = useState(true);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Input
|
<Input
|
||||||
type={withEye && !isHidden ? "text" : "password"}
|
type={withEye && !isHidden ? "text" : "password"}
|
||||||
autoComplete={isHidden ? "new-password" : null}
|
autoComplete={newPass ? "new-password" : "current-password"}
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
{withEye ? (
|
{withEye ? (
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -18,20 +18,14 @@ 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, customOrder, ...props }) {
|
export function Select({ label, choices, helpText, ...props }) {
|
||||||
const uid = useUID();
|
const uid = useUID();
|
||||||
|
|
||||||
const keys = Object.keys(choices);
|
const options = Object.keys(choices).map((choice) => (
|
||||||
if (!customOrder) {
|
<option key={choice} value={choice}>
|
||||||
keys.sort((a, b) => a - b || a.toString().localeCompare(b.toString()));
|
{choices[choice]}
|
||||||
}
|
|
||||||
const options = keys.map((key) => (
|
|
||||||
<option key={key} value={key}>
|
|
||||||
{choices[key]}
|
|
||||||
</option>
|
</option>
|
||||||
));
|
));
|
||||||
|
|
||||||
|
5
src/bootstrap/Switch.md
Normal file
5
src/bootstrap/Switch.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Switch example:
|
||||||
|
|
||||||
|
```js
|
||||||
|
<Switch label="Enable Switch" helpText="Toggle that switch!" />
|
||||||
|
```
|
@ -13,7 +13,7 @@ exports[`<PasswordInput/> Render password input 1`] = `
|
|||||||
class="input-group"
|
class="input-group"
|
||||||
>
|
>
|
||||||
<input
|
<input
|
||||||
autocomplete="new-password"
|
autocomplete="current-password"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
id="1"
|
id="1"
|
||||||
type="password"
|
type="password"
|
||||||
|
@ -64,6 +64,7 @@ DeviceForm.propTypes = {
|
|||||||
channel: PropTypes.string.isRequired,
|
channel: PropTypes.string.isRequired,
|
||||||
guest_wifi: PropTypes.object.isRequired,
|
guest_wifi: PropTypes.object.isRequired,
|
||||||
encryption: PropTypes.string.isRequired,
|
encryption: PropTypes.string.isRequired,
|
||||||
|
available_bands: PropTypes.array.isRequired,
|
||||||
}),
|
}),
|
||||||
formErrors: PropTypes.object.isRequired,
|
formErrors: PropTypes.object.isRequired,
|
||||||
setFormValue: PropTypes.func.isRequired,
|
setFormValue: PropTypes.func.isRequired,
|
||||||
@ -87,6 +88,7 @@ function DeviceForm({
|
|||||||
...props
|
...props
|
||||||
}) {
|
}) {
|
||||||
const deviceID = formData.id;
|
const deviceID = formData.id;
|
||||||
|
const bnds = formData.available_bands;
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Switch
|
<Switch
|
||||||
@ -159,18 +161,24 @@ function DeviceForm({
|
|||||||
value={formData.hwmode}
|
value={formData.hwmode}
|
||||||
helpText={HELP_TEXTS.hwmode}
|
helpText={HELP_TEXTS.hwmode}
|
||||||
inline
|
inline
|
||||||
onChange={setFormValue((value) => ({
|
onChange={setFormValue((value) => {
|
||||||
|
// Get the last item in an array of available HT modes
|
||||||
|
const [best2] = bnds[0].available_htmodes.slice(-1);
|
||||||
|
const [best5] = bnds[1].available_htmodes.slice(-1);
|
||||||
|
return {
|
||||||
devices: {
|
devices: {
|
||||||
[deviceIndex]: {
|
[deviceIndex]: {
|
||||||
hwmode: { $set: value },
|
hwmode: { $set: value },
|
||||||
channel: { $set: "0" },
|
channel: { $set: "0" },
|
||||||
htmode: {
|
htmode: {
|
||||||
$set:
|
$set:
|
||||||
value === "11a" ? "VHT80" : "HT20",
|
// Set HT mode depending on checked frequency
|
||||||
|
value === "11a" ? best5 : best2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}))}
|
};
|
||||||
|
})}
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@ -209,7 +217,6 @@ function DeviceForm({
|
|||||||
[deviceIndex]: { encryption: { $set: value } },
|
[deviceIndex]: { encryption: { $set: value } },
|
||||||
},
|
},
|
||||||
}))}
|
}))}
|
||||||
customOrder
|
|
||||||
{...props}
|
{...props}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
@ -82,6 +82,10 @@ export function validator(formData) {
|
|||||||
|
|
||||||
if (device.password.length < 8)
|
if (device.password.length < 8)
|
||||||
errors.password = _("Password must contain at least 8 symbols");
|
errors.password = _("Password must contain at least 8 symbols");
|
||||||
|
if (device.password.length >= 64)
|
||||||
|
errors.password = _(
|
||||||
|
"Password must not contain more than 63 symbols"
|
||||||
|
);
|
||||||
|
|
||||||
if (!device.guest_wifi.enabled) return errors;
|
if (!device.guest_wifi.enabled) return errors;
|
||||||
|
|
||||||
@ -97,6 +101,10 @@ export function validator(formData) {
|
|||||||
guest_wifi_errors.password = _(
|
guest_wifi_errors.password = _(
|
||||||
"Password must contain at least 8 symbols"
|
"Password must contain at least 8 symbols"
|
||||||
);
|
);
|
||||||
|
if (device.guest_wifi.password.length >= 64)
|
||||||
|
guest_wifi_errors.password = _(
|
||||||
|
"Password must not contain more than 63 symbols"
|
||||||
|
);
|
||||||
|
|
||||||
if (guest_wifi_errors.SSID || guest_wifi_errors.password) {
|
if (guest_wifi_errors.SSID || guest_wifi_errors.password) {
|
||||||
errors.guest_wifi = guest_wifi_errors;
|
errors.guest_wifi = guest_wifi_errors;
|
||||||
|
@ -26,6 +26,7 @@ describe("<WiFiSettings/>", () => {
|
|||||||
let getAllByText;
|
let getAllByText;
|
||||||
let getAllByLabelText;
|
let getAllByLabelText;
|
||||||
let getByText;
|
let getByText;
|
||||||
|
let getByLabelText;
|
||||||
let asFragment;
|
let asFragment;
|
||||||
const endpoint = "/reforis/api/wifi";
|
const endpoint = "/reforis/api/wifi";
|
||||||
|
|
||||||
@ -41,6 +42,7 @@ describe("<WiFiSettings/>", () => {
|
|||||||
asFragment = renderRes.asFragment;
|
asFragment = renderRes.asFragment;
|
||||||
getAllByText = renderRes.getAllByText;
|
getAllByText = renderRes.getAllByText;
|
||||||
getAllByLabelText = renderRes.getAllByLabelText;
|
getAllByLabelText = renderRes.getAllByLabelText;
|
||||||
|
getByLabelText = renderRes.getByLabelText;
|
||||||
getByText = renderRes.getByText;
|
getByText = renderRes.getByText;
|
||||||
mockAxios.mockResponse({ data: wifiSettingsFixture() });
|
mockAxios.mockResponse({ data: wifiSettingsFixture() });
|
||||||
await wait(() => renderRes.getByText("Wi-Fi 1"));
|
await wait(() => renderRes.getByText("Wi-Fi 1"));
|
||||||
@ -51,7 +53,6 @@ describe("<WiFiSettings/>", () => {
|
|||||||
const webSockets = new WebSockets();
|
const webSockets = new WebSockets();
|
||||||
const { getByText } = render(
|
const { getByText } = render(
|
||||||
<WiFiSettings
|
<WiFiSettings
|
||||||
ws={webSockets}
|
|
||||||
ws={webSockets}
|
ws={webSockets}
|
||||||
endpoint={endpoint}
|
endpoint={endpoint}
|
||||||
resetEndpoint="foo"
|
resetEndpoint="foo"
|
||||||
@ -146,7 +147,7 @@ describe("<WiFiSettings/>", () => {
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
guest_wifi: { enabled: false },
|
guest_wifi: { enabled: false },
|
||||||
hidden: false,
|
hidden: false,
|
||||||
htmode: "HT20",
|
htmode: "VHT80",
|
||||||
hwmode: "11g",
|
hwmode: "11g",
|
||||||
id: 0,
|
id: 0,
|
||||||
password: "TestPass",
|
password: "TestPass",
|
||||||
@ -220,4 +221,24 @@ describe("<WiFiSettings/>", () => {
|
|||||||
it("ByteCount function", () => {
|
it("ByteCount function", () => {
|
||||||
expect(byteCount("abc")).toEqual(3);
|
expect(byteCount("abc")).toEqual(3);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("Should validate password length", () => {
|
||||||
|
const shortErrorFeedback = /Password must contain/i;
|
||||||
|
const longErrorFeedback = /Password must not contain/i;
|
||||||
|
|
||||||
|
fireEvent.click(getByText("Wi-Fi 1"));
|
||||||
|
|
||||||
|
const passwordInput = getByLabelText("Password");
|
||||||
|
|
||||||
|
const changePassword = (value) =>
|
||||||
|
fireEvent.change(passwordInput, { target: { value } });
|
||||||
|
|
||||||
|
changePassword("12");
|
||||||
|
expect(getByText(shortErrorFeedback)).toBeDefined();
|
||||||
|
|
||||||
|
changePassword(
|
||||||
|
"longpasswordlongpasswordlongpasswordlongpasswordlongpasswordlong"
|
||||||
|
);
|
||||||
|
expect(getByText(longErrorFeedback)).toBeDefined();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
@ -394,7 +394,7 @@ exports[`<WiFiSettings/> Snapshot guest network. 1`] = `
|
|||||||
+ class=\\"input-group\\"
|
+ class=\\"input-group\\"
|
||||||
+ >
|
+ >
|
||||||
+ <input
|
+ <input
|
||||||
+ autocomplete=\\"new-password\\"
|
+ autocomplete=\\"current-password\\"
|
||||||
+ class=\\"form-control is-invalid\\"
|
+ class=\\"form-control is-invalid\\"
|
||||||
+ id=\\"23\\"
|
+ id=\\"23\\"
|
||||||
+ required=\\"\\"
|
+ required=\\"\\"
|
||||||
@ -509,7 +509,7 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||||||
+ class=\\"input-group\\"
|
+ class=\\"input-group\\"
|
||||||
+ >
|
+ >
|
||||||
+ <input
|
+ <input
|
||||||
+ autocomplete=\\"new-password\\"
|
+ autocomplete=\\"current-password\\"
|
||||||
+ class=\\"form-control\\"
|
+ class=\\"form-control\\"
|
||||||
+ id=\\"5\\"
|
+ id=\\"5\\"
|
||||||
+ required=\\"\\"
|
+ required=\\"\\"
|
||||||
@ -627,6 +627,11 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||||||
+ id=\\"8\\"
|
+ id=\\"8\\"
|
||||||
+ >
|
+ >
|
||||||
+ <option
|
+ <option
|
||||||
|
+ value=\\"NOHT\\"
|
||||||
|
+ >
|
||||||
|
+ Disabled
|
||||||
|
+ </option>
|
||||||
|
+ <option
|
||||||
+ value=\\"HT20\\"
|
+ value=\\"HT20\\"
|
||||||
+ >
|
+ >
|
||||||
+ 802.11n - 20 MHz wide channel
|
+ 802.11n - 20 MHz wide channel
|
||||||
@ -637,11 +642,6 @@ exports[`<WiFiSettings/> Snapshot one module enabled. 1`] = `
|
|||||||
+ 802.11n - 40 MHz wide channel
|
+ 802.11n - 40 MHz wide channel
|
||||||
+ </option>
|
+ </option>
|
||||||
+ <option
|
+ <option
|
||||||
+ value=\\"NOHT\\"
|
|
||||||
+ >
|
|
||||||
+ Disabled
|
|
||||||
+ </option>
|
|
||||||
+ <option
|
|
||||||
+ value=\\"VHT20\\"
|
+ value=\\"VHT20\\"
|
||||||
+ >
|
+ >
|
||||||
+ 802.11ac - 20 MHz wide channel
|
+ 802.11ac - 20 MHz wide channel
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019-2021 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -13,6 +13,10 @@ export const HTMODES = {
|
|||||||
VHT40: _("802.11ac - 40 MHz wide channel"),
|
VHT40: _("802.11ac - 40 MHz wide channel"),
|
||||||
VHT80: _("802.11ac - 80 MHz wide channel"),
|
VHT80: _("802.11ac - 80 MHz wide channel"),
|
||||||
VHT160: _("802.11ac - 160 MHz wide channel"),
|
VHT160: _("802.11ac - 160 MHz wide channel"),
|
||||||
|
HE20: _("802.11ax - 20 MHz wide channel"),
|
||||||
|
HE40: _("802.11ax - 40 MHz wide channel"),
|
||||||
|
HE80: _("802.11ax - 80 MHz wide channel"),
|
||||||
|
HE160: _("802.11ax - 160 MHz wide channel"),
|
||||||
};
|
};
|
||||||
export const HWMODES = {
|
export const HWMODES = {
|
||||||
"11g": "2.4",
|
"11g": "2.4",
|
||||||
|
@ -1,16 +1,17 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import {
|
||||||
validateDomain,
|
|
||||||
validateDUID,
|
|
||||||
validateIPv4Address,
|
validateIPv4Address,
|
||||||
validateIPv6Address,
|
validateIPv6Address,
|
||||||
validateIPv6Prefix,
|
validateIPv6Prefix,
|
||||||
|
validateDomain,
|
||||||
|
validateHostname,
|
||||||
|
validateDUID,
|
||||||
validateMAC,
|
validateMAC,
|
||||||
} from "utils/validations";
|
} from "utils/validations";
|
||||||
|
|
||||||
@ -68,6 +69,15 @@ describe("Validation functions", () => {
|
|||||||
expect(validateDomain(".")).not.toBe(undefined);
|
expect(validateDomain(".")).not.toBe(undefined);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it("validateHostname valid", () => {
|
||||||
|
expect(validateHostname("new-android")).toBe(undefined);
|
||||||
|
expect(validateHostname("local")).toBe(undefined);
|
||||||
|
});
|
||||||
|
it("validateHostname invalid", () => {
|
||||||
|
expect(validateHostname("-android")).not.toBe(undefined);
|
||||||
|
expect(validateHostname("local.")).not.toBe(undefined);
|
||||||
|
});
|
||||||
|
|
||||||
it("validateDUID valid", () => {
|
it("validateDUID valid", () => {
|
||||||
expect(validateDUID("abcdefAB")).toBe(undefined);
|
expect(validateDUID("abcdefAB")).toBe(undefined);
|
||||||
expect(validateDUID("ABCDEF12")).toBe(undefined);
|
expect(validateDUID("ABCDEF12")).toBe(undefined);
|
||||||
|
@ -82,6 +82,7 @@ export {
|
|||||||
validateIPv6Address,
|
validateIPv6Address,
|
||||||
validateIPv6Prefix,
|
validateIPv6Prefix,
|
||||||
validateDomain,
|
validateDomain,
|
||||||
|
validateHostname,
|
||||||
validateDUID,
|
validateDUID,
|
||||||
validateMAC,
|
validateMAC,
|
||||||
validateMultipleEmails,
|
validateMultipleEmails,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
@ -14,6 +14,7 @@ export const ERROR_MESSAGES = {
|
|||||||
IPv6: _("This is not a valid IPv6 address."),
|
IPv6: _("This is not a valid IPv6 address."),
|
||||||
IPv6Prefix: _("This is not a valid IPv6 prefix."),
|
IPv6Prefix: _("This is not a valid IPv6 prefix."),
|
||||||
domain: _("This is not a valid domain name."),
|
domain: _("This is not a valid domain name."),
|
||||||
|
hostname: _("This is not a valid hostname."),
|
||||||
DUID: _("This is not a valid DUID."),
|
DUID: _("This is not a valid DUID."),
|
||||||
MAC: _("This is not a valid MAC address."),
|
MAC: _("This is not a valid MAC address."),
|
||||||
MultipleEmails: _("Doesn't contain a list of emails separated by commas."),
|
MultipleEmails: _("Doesn't contain a list of emails separated by commas."),
|
||||||
@ -23,7 +24,8 @@ const REs = {
|
|||||||
IPv4: /^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/,
|
IPv4: /^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$/,
|
||||||
IPv6: /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,
|
IPv6: /^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,
|
||||||
IPv6Prefix: /^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*(\/([0-9]|[1-9][0-9]|1[0-1][0-9]|12[0-8]))$/,
|
IPv6Prefix: /^s*((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]d|1dd|[1-9]?d)(.(25[0-5]|2[0-4]d|1dd|[1-9]?d)){3}))|:)))(%.+)?s*(\/([0-9]|[1-9][0-9]|1[0-1][0-9]|12[0-8]))$/,
|
||||||
domain: /^[A-Za-z0-9][A-Za-z0-9.-]{1,255}$/,
|
domain: /^([a-z0-9]+(-[a-z0-9]+)*\.)+[a-z]{2,}$/,
|
||||||
|
hostname: /^[a-z\d]([a-z\d-]{0,61}[a-z\d])?(\.[a-z\d]([a-z\d-]{0,61}[a-z\d])?)*$/i,
|
||||||
DUID: /^([0-9a-fA-F]{2}){4}([0-9a-fA-F]{2})*$/,
|
DUID: /^([0-9a-fA-F]{2}){4}([0-9a-fA-F]{2})*$/,
|
||||||
MAC: /^([a-fA-F0-9]{2}:){5}[a-fA-F0-9]{2}$/,
|
MAC: /^([a-fA-F0-9]{2}:){5}[a-fA-F0-9]{2}$/,
|
||||||
MultipleEmails: /^([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+ *)( *, *[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+ *)*$/,
|
MultipleEmails: /^([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+ *)( *, *[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+ *)*$/,
|
||||||
@ -40,6 +42,7 @@ const validateIPv4Address = createValidator("IPv4");
|
|||||||
const validateIPv6Address = createValidator("IPv6");
|
const validateIPv6Address = createValidator("IPv6");
|
||||||
const validateIPv6Prefix = createValidator("IPv6Prefix");
|
const validateIPv6Prefix = createValidator("IPv6Prefix");
|
||||||
const validateDomain = createValidator("domain");
|
const validateDomain = createValidator("domain");
|
||||||
|
const validateHostname = createValidator("hostname");
|
||||||
const validateDUID = createValidator("DUID");
|
const validateDUID = createValidator("DUID");
|
||||||
const validateMAC = createValidator("MAC");
|
const validateMAC = createValidator("MAC");
|
||||||
const validateMultipleEmails = createValidator("MultipleEmails");
|
const validateMultipleEmails = createValidator("MultipleEmails");
|
||||||
@ -49,6 +52,7 @@ export {
|
|||||||
validateIPv6Address,
|
validateIPv6Address,
|
||||||
validateIPv6Prefix,
|
validateIPv6Prefix,
|
||||||
validateDomain,
|
validateDomain,
|
||||||
|
validateHostname,
|
||||||
validateDUID,
|
validateDUID,
|
||||||
validateMAC,
|
validateMAC,
|
||||||
validateMultipleEmails,
|
validateMultipleEmails,
|
||||||
|
@ -1,23 +1,36 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2019 CZ.NIC z.s.p.o. (http://www.nic.cz/)
|
* Copyright (C) 2019-2022 CZ.NIC z.s.p.o. (https://www.nic.cz/)
|
||||||
*
|
*
|
||||||
* This is free software, licensed under the GNU General Public License v3.
|
* This is free software, licensed under the GNU General Public License v3.
|
||||||
* See /LICENSE for more information.
|
* See /LICENSE for more information.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
|
const pjson = require("./package.json");
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: "Foris JS docs",
|
title: "Foris JS Docs",
|
||||||
|
version: `v${pjson.version}`,
|
||||||
|
theme: {
|
||||||
|
color: {
|
||||||
|
link: "#0075a3",
|
||||||
|
linkHover: "#00a2e2",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
tocMode: "collapse",
|
||||||
|
pagePerSection: true,
|
||||||
sections: [
|
sections: [
|
||||||
{
|
{
|
||||||
name: "Foris JS",
|
name: "Introduction",
|
||||||
content: "docs/intro.md",
|
content: "docs/introduction.md",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Development (Linking)",
|
name: "Development",
|
||||||
content: "docs/development.md",
|
content: "docs/development.md",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Components",
|
||||||
|
description: "Set of main components.",
|
||||||
|
sections: [
|
||||||
{
|
{
|
||||||
name: "Foris forms",
|
name: "Foris forms",
|
||||||
components: [
|
components: [
|
||||||
@ -34,6 +47,10 @@ module.exports = {
|
|||||||
exampleMode: "expand",
|
exampleMode: "expand",
|
||||||
usageMode: "expand",
|
usageMode: "expand",
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
sectionDepth: 1,
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
name: "Bootstrap components",
|
name: "Bootstrap components",
|
||||||
description: "Set of bootstrap components.",
|
description: "Set of bootstrap components.",
|
||||||
@ -41,8 +58,12 @@ module.exports = {
|
|||||||
exampleMode: "expand",
|
exampleMode: "expand",
|
||||||
usageMode: "expand",
|
usageMode: "expand",
|
||||||
ignore: ["src/bootstrap/constants.js"],
|
ignore: ["src/bootstrap/constants.js"],
|
||||||
|
sectionDepth: 0,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
template: {
|
||||||
|
favicon: "/docs/components/logo.svg",
|
||||||
|
},
|
||||||
require: [
|
require: [
|
||||||
"babel-polyfill",
|
"babel-polyfill",
|
||||||
path.join(__dirname, "src/testUtils/mockGlobals"),
|
path.join(__dirname, "src/testUtils/mockGlobals"),
|
||||||
@ -55,6 +76,9 @@ module.exports = {
|
|||||||
"node_modules/@fortawesome/fontawesome-free/css/all.min.css"
|
"node_modules/@fortawesome/fontawesome-free/css/all.min.css"
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
styleguideComponents: {
|
||||||
|
LogoRenderer: path.join(__dirname, "docs/components/Logo"),
|
||||||
|
},
|
||||||
webpackConfig: {
|
webpackConfig: {
|
||||||
module: {
|
module: {
|
||||||
rules: [
|
rules: [
|
||||||
@ -73,5 +97,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
devServer: {
|
||||||
|
publicPath: "/",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+0300\n"
|
||||||
"PO-Revision-Date: 2021-08-18 15:36+0000\n"
|
"PO-Revision-Date: 2021-02-17 14:50+0000\n"
|
||||||
"Last-Translator: Lukas Jelinek <lukas.jelinek@nic.cz>\n"
|
"Last-Translator: Lukas Jelinek <lukas.jelinek@nic.cz>\n"
|
||||||
"Language: cs\n"
|
"Language: cs\n"
|
||||||
"Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-"
|
"Language-Team: Czech <https://hosted.weblate.org/projects/turris/foris-"
|
||||||
@ -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:61
|
#: src/api/utils.js:60
|
||||||
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:66
|
#: src/api/utils.js:65
|
||||||
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:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Neobdržena žádná odezva."
|
msgstr "Neobdržena žádná odezva."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
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í."
|
||||||
|
|
||||||
@ -72,38 +72,30 @@ msgstr "Nastavení Wi-Fi jsou uvedena do výchozího stavu."
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Resetovat nastavení Wi-Fi"
|
msgstr "Resetovat nastavení Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: 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:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Heslo"
|
msgstr "Heslo"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:236
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "auto"
|
msgid "802.11n/ac mode"
|
||||||
msgstr "automaticky"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:277
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Custom"
|
msgid "Channel"
|
||||||
|
msgstr "Storno"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
|
msgid "auto"
|
||||||
msgstr "automaticky"
|
msgstr "automaticky"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
@ -167,18 +159,6 @@ 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."
|
||||||
@ -186,7 +166,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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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"
|
||||||
@ -197,13 +177,13 @@ msgstr ""
|
|||||||
"síti.\n"
|
"síti.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -219,7 +199,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:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -237,7 +217,7 @@ msgstr ""
|
|||||||
" 20 MHz.\n"
|
" 20 MHz.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -257,14 +237,6 @@ 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"
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -71,39 +71,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -165,35 +157,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -203,7 +183,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -214,7 +194,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -226,14 +206,6 @@ 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,37 +7,38 @@ 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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+0300\n"
|
||||||
"PO-Revision-Date: 2021-09-24 19:38+0000\n"
|
"PO-Revision-Date: 2019-09-02 07:21+0000\n"
|
||||||
"Last-Translator: CryptKid <CryptKiddie@chaospott.de>\n"
|
"Last-Translator: Ulrich Günther <mail@ulrich-guenther.at>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Language-Team: German <https://hosted.weblate.org/projects/turris/foris-"
|
"Language-Team: German "
|
||||||
"js/de/>\n"
|
"<https://hosted.weblate.org/projects/turris/reforis/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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Die Sitzung ist abgelaufen. Bitte erneut anmelden."
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Eine Zeitüberschreitung ist aufgetreten."
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Keine Antwort erhalten."
|
msgstr "Keine Antwort erhalten."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
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-Einleitung fehlgeschlagen."
|
msgstr "Neustart ist erforderlich"
|
||||||
|
|
||||||
#: src/common/RebootButton.js:51
|
#: src/common/RebootButton.js:51
|
||||||
msgid "Reboot"
|
msgid "Reboot"
|
||||||
@ -45,80 +46,70 @@ msgstr "Systemneustart"
|
|||||||
|
|
||||||
#: src/common/RebootButton.js:66
|
#: src/common/RebootButton.js:66
|
||||||
msgid "Warning!"
|
msgid "Warning!"
|
||||||
msgstr "Warnung!"
|
msgstr ""
|
||||||
|
|
||||||
#: 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 "Sind Sie sicher, dass Sie den Router neu starten wollen?"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/RebootButton.js:71
|
#: src/common/RebootButton.js:71
|
||||||
msgid "Cancel"
|
msgid "Cancel"
|
||||||
msgstr "Abbrechen"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/RebootButton.js:73
|
#: src/common/RebootButton.js:73
|
||||||
msgid "Confirm reboot"
|
msgid "Confirm reboot"
|
||||||
msgstr "Neustart bestätigen"
|
msgstr ""
|
||||||
|
|
||||||
#: 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 "WLAN-Einstellungen wurden auf Standard zurückgesetzt."
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "WLAN-Einstellungen zurücksetzen"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr "WLAN ${deviceID + 1}"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: 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
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:236
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
|
msgid "802.11n/ac mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
|
msgid "Channel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr "automatisch"
|
msgstr "automatisch"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:277
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Custom"
|
|
||||||
msgstr "automatisch"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
|
#, fuzzy
|
||||||
msgid "Enable Guest Wi-Fi"
|
msgid "Enable Guest Wi-Fi"
|
||||||
msgstr "Gast-WLAN aktivieren"
|
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 "WLAN QR-Code"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
||||||
msgid "Download PDF"
|
msgid "Download PDF"
|
||||||
msgstr "PDF herunterladen"
|
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
|
||||||
@ -132,6 +123,7 @@ 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"
|
||||||
|
|
||||||
@ -170,24 +162,12 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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"
|
||||||
@ -198,13 +178,13 @@ msgstr ""
|
|||||||
"benötigt wird.\n"
|
"benötigt wird.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -220,7 +200,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:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -239,7 +219,7 @@ msgstr ""
|
|||||||
" Option mit 20 MHz breitem Kanal.\n"
|
" Option mit 20 MHz breitem Kanal.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -259,14 +239,6 @@ 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"
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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: el\n"
|
"Language: el\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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -72,40 +72,32 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr "Άκυρο"
|
msgstr "Άκυρο"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -167,35 +159,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -205,7 +185,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -216,7 +196,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -228,14 +208,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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,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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -72,39 +72,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -166,35 +158,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 +184,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 +195,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -227,14 +207,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
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:66
|
#: src/api/utils.js:65
|
||||||
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:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Respuesta no recivida."
|
msgstr "Respuesta no recivida."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
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 "
|
||||||
@ -74,39 +74,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -168,35 +160,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -206,7 +186,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -217,7 +197,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -229,14 +209,6 @@ 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"
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -71,39 +71,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -165,35 +157,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -203,7 +183,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -214,7 +194,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -226,14 +206,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -71,39 +71,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -165,35 +157,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -203,7 +183,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -214,7 +194,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -226,14 +206,6 @@ 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 ""
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -70,39 +70,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -164,35 +156,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -202,7 +182,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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,7 +193,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -225,14 +205,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+0300\n"
|
||||||
"PO-Revision-Date: 2022-01-14 05:53+0000\n"
|
"PO-Revision-Date: 2021-02-09 16:50+0000\n"
|
||||||
"Last-Translator: Gabriel GRONDIN <gglinnk@protonmail.com>\n"
|
"Last-Translator: Yuraï Slovaque <assistance@simplix.fr>\n"
|
||||||
"Language-Team: French <https://hosted.weblate.org/projects/turris/foris-js/"
|
|
||||||
"fr/>\n"
|
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
|
"Language-Team: French <https://hosted.weblate.org/projects/turris/foris-"
|
||||||
|
"js/fr/>\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.10.1\n"
|
|
||||||
"Generated-By: Babel 2.9.0\n"
|
"Generated-By: Babel 2.9.0\n"
|
||||||
|
|
||||||
#: src/api/utils.js:61
|
#: src/api/utils.js:60
|
||||||
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:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Le délai a expiré."
|
msgstr "Le délai a expiré."
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Aucun réponse reçue."
|
msgstr "Aucun réponse reçue."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
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 +45,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,50 +62,41 @@ 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 "Les paramètres Wi-Fi sont définis par défaut."
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:55
|
||||||
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
#: src/common/WiFiSettings/ResetWiFiSettings.js:69
|
||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Réinitialiser les paramètres Wi-Fi"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr "Wi-Fi ${deviceID + 1}"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Mot de passe"
|
msgstr "Mot de passe"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr "Masquer le SSID"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr "Mode 802.11n/ac"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
|
#, fuzzy
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr "Canal"
|
msgstr "Annuler"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
msgid "Encryption"
|
|
||||||
msgstr "Chiffrement"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:236
|
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr "automatique"
|
msgstr ""
|
||||||
|
|
||||||
#: 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"
|
||||||
@ -114,16 +104,16 @@ msgstr "Activer le mode Wi-Fi invité"
|
|||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
#: src/common/WiFiSettings/WiFiQRCode.js:71
|
||||||
msgid "Wi-Fi QR Code"
|
msgid "Wi-Fi QR Code"
|
||||||
msgstr "Code QR Wi-Fi"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
#: src/common/WiFiSettings/WiFiQRCode.js:91
|
||||||
msgid "Download PDF"
|
msgid "Download PDF"
|
||||||
msgstr "Télécharger le PDF"
|
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 "Le SSID ne peut pas être plus long que 32 symboles"
|
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
|
||||||
@ -133,7 +123,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 "Le SSID ne peut pas dépasser 32 octets"
|
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
|
||||||
@ -146,66 +136,46 @@ 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 "802.11n - canal large de 20 MHz"
|
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 - canal large de 40 MHz"
|
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 - canal large de 20 MHz"
|
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 - canal large de 40 MHz"
|
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 - canal large de 80 MHz"
|
msgstr ""
|
||||||
|
|
||||||
#: 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 "802.11ac - canal large de 160 MHz"
|
msgstr ""
|
||||||
|
|
||||||
#: 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -214,16 +184,8 @@ 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:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -233,17 +195,8 @@ 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:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -254,27 +207,6 @@ 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"
|
||||||
@ -316,7 +248,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 "Le nom de domaine est invalide."
|
msgstr "Ce n’est pas un nom de domaine valide."
|
||||||
|
|
||||||
#: src/utils/validations.js:17
|
#: src/utils/validations.js:17
|
||||||
msgid "This is not a valid DUID."
|
msgid "This is not a valid DUID."
|
||||||
@ -353,3 +285,4 @@ msgstr ""
|
|||||||
#~ "current Wi-Fi configuration and restore the default values.\n"
|
#~ "current Wi-Fi configuration and restore the default values.\n"
|
||||||
#~ " "
|
#~ " "
|
||||||
#~ msgstr ""
|
#~ 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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -72,39 +72,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -166,35 +158,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 +184,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 +195,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -227,14 +207,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
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:66
|
#: src/api/utils.js:65
|
||||||
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:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Nem érkezett válasz."
|
msgstr "Nem érkezett válasz."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
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."
|
||||||
|
|
||||||
@ -72,39 +72,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -166,35 +158,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 +184,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 +195,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -227,14 +207,6 @@ 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"
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -71,39 +71,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -165,35 +157,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -203,7 +183,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -214,7 +194,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -226,14 +206,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -72,40 +72,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -167,35 +158,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -205,7 +184,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -216,7 +195,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -228,14 +207,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -71,39 +71,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -165,35 +157,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -203,7 +183,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -214,7 +194,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -226,14 +206,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -72,39 +72,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -166,35 +158,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 +184,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 +195,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -227,14 +207,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+0300\n"
|
||||||
"PO-Revision-Date: 2021-11-20 12:50+0000\n"
|
"PO-Revision-Date: 2021-02-05 23:41+0000\n"
|
||||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||||
"Language: nb_NO\n"
|
"Language: nb_NO\n"
|
||||||
"Language-Team: Norwegian Bokmål "
|
"Language-Team: Norwegian Bokmål "
|
||||||
@ -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:61
|
#: src/api/utils.js:60
|
||||||
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:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Tidsavbrudd inntraff."
|
msgstr "Tidsavbrudd inntraff."
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Fikk ikke svar."
|
msgstr "Fikk ikke svar."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Ukjent API-feil."
|
msgstr "Ukjent API-feil."
|
||||||
@ -75,39 +75,31 @@ msgstr "Wi-Fi-innstillinger satt til forvalg."
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Tilbakestill Wi-Fi-innstillinger"
|
msgstr "Tilbakestill Wi-Fi-innstillinger"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: 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:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Passord"
|
msgstr "Passord"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:236
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "auto"
|
msgid "802.11n/ac mode"
|
||||||
msgstr "automatisk"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:277
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Custom"
|
msgid "Channel"
|
||||||
|
msgstr "Avbryt"
|
||||||
|
|
||||||
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
|
msgid "auto"
|
||||||
msgstr "automatisk"
|
msgstr "automatisk"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
#: src/common/WiFiSettings/WiFiGuestForm.js:42
|
||||||
@ -174,24 +166,12 @@ 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 "SSID som inneholder uvanlige tegn kan forårsake problemer på noen enheter."
|
msgstr "SSID som inneholder uvanlige tegn kan forårsake problemer på noen enheter."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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"
|
||||||
@ -202,11 +182,11 @@ msgstr ""
|
|||||||
"nettverket).\n"
|
"nettverket).\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -222,7 +202,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:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -240,7 +220,7 @@ msgstr ""
|
|||||||
" forvalget på 20 MHz brede kanaler.\n"
|
" forvalget på 20 MHz brede kanaler.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -260,14 +240,6 @@ 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"
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -73,40 +73,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Wachtwoord"
|
msgstr "Wachtwoord"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -168,35 +159,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -206,7 +185,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -217,7 +196,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -229,14 +208,6 @@ 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,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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
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:66
|
#: src/api/utils.js:65
|
||||||
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:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Brak odpowiedzi."
|
msgstr "Brak odpowiedzi."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
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."
|
||||||
|
|
||||||
@ -73,39 +73,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Hasło"
|
msgstr "Hasło"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -167,35 +159,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -205,7 +185,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -216,7 +196,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -228,14 +208,6 @@ 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"
|
||||||
|
@ -1,289 +0,0 @@
|
|||||||
# 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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -72,39 +72,31 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: src/common/WiFiSettings/WiFiForm.js:92
|
||||||
msgid "Wi-Fi ${deviceID + 1}"
|
msgid "Wi-Fi ${deviceID + 1}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 ""
|
||||||
@ -166,35 +158,23 @@ 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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 +184,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 +195,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -227,14 +207,6 @@ 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,33 +7,32 @@ 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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+0300\n"
|
||||||
"PO-Revision-Date: 2021-12-18 00:07+0000\n"
|
"PO-Revision-Date: 2021-02-19 05:50+0000\n"
|
||||||
"Last-Translator: Алексей Леньшин <alenshin@gmail.com>\n"
|
"Last-Translator: Алексей Леньшин <alenshin@gmail.com>\n"
|
||||||
"Language-Team: Russian <https://hosted.weblate.org/projects/turris/foris-js/"
|
|
||||||
"ru/>\n"
|
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
|
"Language-Team: Russian <https://hosted.weblate.org/projects/turris/foris-"
|
||||||
|
"js/ru/>\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||||
|
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
|
||||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
|
||||||
"X-Generator: Weblate 4.10\n"
|
|
||||||
"Generated-By: Babel 2.9.0\n"
|
"Generated-By: Babel 2.9.0\n"
|
||||||
|
|
||||||
#: src/api/utils.js:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Ваша сессия закончилась. Пожалуйста, залогинитесь заново."
|
msgstr "Ваша сессия закончилась. Пожалуйста, залогинитесь заново."
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Произошла ошибка ожидания ответа сервера."
|
msgstr "Произошла ошибка ожидания ответа сервера."
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Ответ не получен."
|
msgstr "Ответ не получен."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Неизвестная ошибка программного интерфейса приложения."
|
msgstr "Неизвестная ошибка программного интерфейса приложения."
|
||||||
|
|
||||||
@ -74,39 +73,32 @@ msgstr "Настройки Wi-Fi установлены по умолчанию.
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Сбросить настройки Wi-Fi"
|
msgstr "Сбросить настройки Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: 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:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Пароль"
|
msgstr "Пароль"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr "Скрыть SSID"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr "Режим 802.11n/ac"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
|
#, fuzzy
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr "Канал"
|
msgstr "Отмена"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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"
|
||||||
@ -168,18 +160,6 @@ 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."
|
||||||
@ -187,7 +167,7 @@ msgstr ""
|
|||||||
"SSID, содержащий нестандартные символы, может вызвать проблемы на "
|
"SSID, содержащий нестандартные символы, может вызвать проблемы на "
|
||||||
"некоторых устройствах."
|
"некоторых устройствах."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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"
|
||||||
@ -198,13 +178,13 @@ msgstr ""
|
|||||||
"сети.\n"
|
"сети.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -219,7 +199,7 @@ msgstr ""
|
|||||||
"поддерживаться не всеми вашими устройствами. Он обычно имеет меньше "
|
"поддерживаться не всеми вашими устройствами. Он обычно имеет меньше "
|
||||||
"помех, но сигнал не очень хорошо распространяется в помещении."
|
"помех, но сигнал не очень хорошо распространяется в помещении."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -231,12 +211,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:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -255,18 +235,6 @@ 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 "Настройки были успешно сохранены"
|
||||||
@ -349,3 +317,4 @@ msgstr "Не содержит списка электронных адресов
|
|||||||
#~ "конфигурации Wi-Fi и восстановлению "
|
#~ "конфигурации Wi-Fi и восстановлению "
|
||||||
#~ "значений по умолчанию.\n"
|
#~ "значений по умолчанию.\n"
|
||||||
#~ " "
|
#~ " "
|
||||||
|
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+0300\n"
|
||||||
"PO-Revision-Date: 2021-12-18 00:07+0000\n"
|
"PO-Revision-Date: 2021-06-16 11:42+0000\n"
|
||||||
"Last-Translator: Atec <dr.atec@gmail.com>\n"
|
"Last-Translator: Atec <nil.maho@gmail.com>\n"
|
||||||
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-js/"
|
|
||||||
"sk/>\n"
|
|
||||||
"Language: sk\n"
|
"Language: sk\n"
|
||||||
|
"Language-Team: Slovak <https://hosted.weblate.org/projects/turris/foris-"
|
||||||
|
"js/sk/>\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
|
||||||
"X-Generator: Weblate 4.10\n"
|
|
||||||
"Generated-By: Babel 2.9.0\n"
|
"Generated-By: Babel 2.9.0\n"
|
||||||
|
|
||||||
#: src/api/utils.js:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Platnosť relácie vypršala. Prihláste sa znovu, prosím."
|
msgstr "Platnosť relácie vypršala. Prihláste sa znovu, prosím."
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr "Nastala chyba z dôvodu prekročenia časového limitu."
|
msgstr "Nastala chyba z dôvodu prekročenia časového limitu."
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr "Nedošlo k žiadnej odozve."
|
msgstr "Nedošlo k žiadnej odozve."
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr "Nastala neznáma chyba v aplikačnom programovom rozhraní."
|
msgstr "Nastala neznáma chyba v aplikačnom programovom rozhraní."
|
||||||
|
|
||||||
@ -73,39 +72,32 @@ msgstr "Nastavenia Wi-Fi sa zmenili do východiskového stavu."
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Resetovať nastavenia Wi-Fi"
|
msgstr "Resetovať nastavenia Wi-Fi"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: 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:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
#: src/common/WiFiSettings/WiFiGuestForm.js:80
|
||||||
msgid "Password"
|
msgid "Password"
|
||||||
msgstr "Heslo"
|
msgstr "Heslo"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:144
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr "Skryť SSID"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr "802.11 n/ac mód"
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
|
#, fuzzy
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr "Kanál"
|
msgstr "Zrušiť"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
msgid "Encryption"
|
|
||||||
msgstr "Šifrovanie"
|
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:236
|
|
||||||
msgid "auto"
|
msgid "auto"
|
||||||
msgstr "automaticky"
|
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 "Zapnúť Wi-Fi pre hostí"
|
msgstr "Zapnúť Wi-Fi pre hostí"
|
||||||
@ -167,18 +159,6 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr "802.11ac – šírka kanála 160 MHz"
|
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."
|
||||||
@ -186,7 +166,7 @@ msgstr ""
|
|||||||
"SSID s neštandardnými znakmi môže na niektorých zariadeniach spôsobovať "
|
"SSID s neštandardnými znakmi môže na niektorých zariadeniach spôsobovať "
|
||||||
"problémy."
|
"problémy."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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"
|
||||||
@ -197,13 +177,13 @@ msgstr ""
|
|||||||
"sieti.\n"
|
"sieti.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
msgid "If set, network is not visible when scanning for available networks."
|
msgid "If set, network is not visible when scanning for available networks."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Pri zapnutí tejto voľby sa sieť zariadeniam pri vyhľadávaní dostupných "
|
"Pri zapnutí tejto voľby sa sieť zariadeniam pri vyhľadávaní dostupných "
|
||||||
"sietí nezobrazí."
|
"sietí nezobrazí."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -219,7 +199,7 @@ msgstr ""
|
|||||||
"vaše zariadenia.\n"
|
"vaše zariadenia.\n"
|
||||||
" Rušenie je obvykle nižšie, ale signál sa vnútri budov šíri horšie."
|
" Rušenie je obvykle nižšie, ale signál sa vnútri budov šíri horšie."
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 "
|
||||||
@ -230,14 +210,14 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
" Týmto sa zmení režim prevádzky 802.11n/ac. 802.11n so šírkou "
|
" Týmto sa zmení režim prevádzky 802.11n/ac. 802.11n s kanálom "
|
||||||
"kanála 40 MHz môže poskytnúť vyššiu\n"
|
"širokým 40 MHz môže poskytnúť vyššiu\n"
|
||||||
" priepustnosť, ale tiež spôsobovať vyššie rušenie v sieti. Ak si "
|
" priepustnosť, ale tiež spôsobovať vyššie rušenie v sieti. Ak si "
|
||||||
"nie ste istí, použite východiskovú voľbu\n"
|
"nie ste istí, použite východiskovú voľbu\n"
|
||||||
" so šírkou kanála 20 MHz.\n"
|
" s kanálom širokým 20 MHz.\n"
|
||||||
" "
|
" "
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -257,18 +237,6 @@ msgstr ""
|
|||||||
"hostí“.\n"
|
"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 "Nastavenia boli úspešne uložené"
|
msgstr "Nastavenia boli úspešne uložené"
|
||||||
@ -349,3 +317,4 @@ msgstr "Neobsahuje zoznam e-mailov oddelených čiarkami."
|
|||||||
#~ "že sa tým odstráni aktuálna konfigurácia"
|
#~ "že sa tým odstráni aktuálna konfigurácia"
|
||||||
#~ " a obnovia sa východiskové hodnoty.\n"
|
#~ " a obnovia sa východiskové hodnoty.\n"
|
||||||
#~ " "
|
#~ " "
|
||||||
|
|
||||||
|
@ -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-12-15 19:17+0300\n"
|
"POT-Creation-Date: 2021-07-30 16:58+0300\n"
|
||||||
"PO-Revision-Date: 2021-09-26 03:39+0000\n"
|
"PO-Revision-Date: 2021-07-10 02:34+0000\n"
|
||||||
"Last-Translator: Kristoffer Grundström "
|
"Last-Translator: Kristoffer Grundström "
|
||||||
"<swedishsailfishosuser@tutanota.com>\n"
|
"<swedishsailfishosuser@tutanota.com>\n"
|
||||||
"Language: sv\n"
|
"Language: sv\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:61
|
#: src/api/utils.js:60
|
||||||
msgid "The session is expired. Please log in again."
|
msgid "The session is expired. Please log in again."
|
||||||
msgstr "Sessionen har slutat gälla. Vänligen logga in igen."
|
msgstr "Sessionen har slutat gälla. Vänligen logga in igen."
|
||||||
|
|
||||||
#: src/api/utils.js:66
|
#: src/api/utils.js:65
|
||||||
msgid "Timeout error occurred."
|
msgid "Timeout error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:69
|
#: src/api/utils.js:68
|
||||||
msgid "No response received."
|
msgid "No response received."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/api/utils.js:79
|
#: src/api/utils.js:78
|
||||||
msgid "An unknown API error occurred."
|
msgid "An unknown API error occurred."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -73,41 +73,32 @@ msgstr ""
|
|||||||
msgid "Reset Wi-Fi Settings"
|
msgid "Reset Wi-Fi Settings"
|
||||||
msgstr "Återställ Wi-Fi-inställningarna"
|
msgstr "Återställ Wi-Fi-inställningarna"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:93
|
#: 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:130
|
#: src/common/WiFiSettings/WiFiForm.js:129
|
||||||
#: 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
|
#: src/common/WiFiSettings/WiFiForm.js:143
|
||||||
msgid "Hide SSID"
|
msgid "Hide SSID"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:178
|
#: src/common/WiFiSettings/WiFiForm.js:177
|
||||||
msgid "802.11n/ac mode"
|
msgid "802.11n/ac mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:191
|
#: src/common/WiFiSettings/WiFiForm.js:190
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "Channel"
|
msgid "Channel"
|
||||||
msgstr "Avbryt"
|
msgstr "Avbryt"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/WiFiForm.js:203
|
#: src/common/WiFiSettings/WiFiForm.js:221
|
||||||
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 "Aktivera Wi-Fi för Gäst"
|
msgstr "Aktivera Wi-Fi för Gäst"
|
||||||
@ -142,7 +133,7 @@ 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 "Avstängt"
|
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"
|
||||||
@ -169,35 +160,23 @@ msgid "802.11ac - 160 MHz wide channel"
|
|||||||
msgstr "802.11ac - 160 MHz bred kanal"
|
msgstr "802.11ac - 160 MHz bred kanal"
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:22
|
#: src/common/WiFiSettings/constants.js: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:30
|
#: src/common/WiFiSettings/constants.js:25
|
||||||
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:33
|
#: src/common/WiFiSettings/constants.js:28
|
||||||
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:36
|
#: src/common/WiFiSettings/constants.js:31
|
||||||
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 "
|
||||||
@ -207,7 +186,7 @@ msgid ""
|
|||||||
" does not carry so well indoors."
|
" does not carry so well indoors."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:40
|
#: src/common/WiFiSettings/constants.js:35
|
||||||
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 +197,7 @@ msgid ""
|
|||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: src/common/WiFiSettings/constants.js:45
|
#: src/common/WiFiSettings/constants.js:40
|
||||||
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. "
|
||||||
@ -230,14 +209,6 @@ 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 ""
|
||||||
|
Reference in New Issue
Block a user