summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/cbi.js7
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/form.js68
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/fs.js6
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/luci.js64
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/network.js54
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/rpc.js10
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/uci.js52
-rw-r--r--modules/luci-base/htdocs/luci-static/resources/ui.js64
-rw-r--r--modules/luci-base/po/ar/base.po320
-rw-r--r--modules/luci-base/po/bg/base.po302
-rw-r--r--modules/luci-base/po/bn_BD/base.po302
-rw-r--r--modules/luci-base/po/ca/base.po312
-rw-r--r--modules/luci-base/po/cs/base.po501
-rw-r--r--modules/luci-base/po/da/base.po324
-rw-r--r--modules/luci-base/po/de/base.po312
-rw-r--r--modules/luci-base/po/el/base.po310
-rw-r--r--modules/luci-base/po/en/base.po302
-rw-r--r--modules/luci-base/po/es/base.po445
-rw-r--r--modules/luci-base/po/fi/base.po302
-rw-r--r--modules/luci-base/po/fr/base.po360
-rw-r--r--modules/luci-base/po/he/base.po358
-rw-r--r--modules/luci-base/po/hi/base.po310
-rw-r--r--modules/luci-base/po/hu/base.po311
-rw-r--r--modules/luci-base/po/it/base.po418
-rw-r--r--modules/luci-base/po/ja/base.po302
-rw-r--r--modules/luci-base/po/ko/base.po302
-rw-r--r--modules/luci-base/po/lt/base.po1169
-rw-r--r--modules/luci-base/po/mr/base.po302
-rw-r--r--modules/luci-base/po/ms/base.po302
-rw-r--r--modules/luci-base/po/nb_NO/base.po311
-rw-r--r--modules/luci-base/po/nl/base.po318
-rw-r--r--modules/luci-base/po/pl/base.po302
-rw-r--r--modules/luci-base/po/pt/base.po302
-rw-r--r--modules/luci-base/po/pt_BR/base.po302
-rw-r--r--modules/luci-base/po/ro/base.po302
-rw-r--r--modules/luci-base/po/ru/base.po326
-rw-r--r--modules/luci-base/po/sk/base.po365
-rw-r--r--modules/luci-base/po/sv/base.po316
-rw-r--r--modules/luci-base/po/templates/base.pot302
-rw-r--r--modules/luci-base/po/tr/base.po302
-rw-r--r--modules/luci-base/po/uk/base.po302
-rw-r--r--modules/luci-base/po/ur/base.po302
-rw-r--r--modules/luci-base/po/vi/base.po310
-rw-r--r--modules/luci-base/po/zh_Hans/base.po308
-rw-r--r--modules/luci-base/po/zh_Hant/base.po302
-rw-r--r--modules/luci-mod-dashboard/po/cs/dashboard.po22
-rw-r--r--modules/luci-mod-dashboard/po/lt/dashboard.po6
-rw-r--r--modules/luci-mod-dashboard/po/nl/dashboard.po8
-rw-r--r--modules/luci-mod-dsl/po/cs/dsl.po287
-rw-r--r--modules/luci-mod-dsl/po/fr/dsl.po279
-rw-r--r--modules/luci-mod-dsl/po/lt/dsl.po10
-rw-r--r--modules/luci-mod-dsl/po/sv/dsl.po27
-rw-r--r--modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js12
-rw-r--r--modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js95
54 files changed, 7721 insertions, 6188 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/cbi.js b/modules/luci-base/htdocs/luci-static/resources/cbi.js
index 3fc6edf29f..38687a1cef 100644
--- a/modules/luci-base/htdocs/luci-static/resources/cbi.js
+++ b/modules/luci-base/htdocs/luci-static/resources/cbi.js
@@ -370,12 +370,7 @@ function cbi_validate_form(form, errmsg)
function cbi_validate_named_section_add(input)
{
var button = input.parentNode.parentNode.querySelector('.cbi-button-add');
- if (input.value !== '') {
- button.disabled = false;
- }
- else {
- button.disabled = true;
- }
+ button.disabled = input.value === '';
}
function cbi_validate_reset(form)
diff --git a/modules/luci-base/htdocs/luci-static/resources/form.js b/modules/luci-base/htdocs/luci-static/resources/form.js
index 317b49fdfe..66ba030208 100644
--- a/modules/luci-base/htdocs/luci-static/resources/form.js
+++ b/modules/luci-base/htdocs/luci-static/resources/form.js
@@ -204,7 +204,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
/**
* Add another form element as children to this element.
*
- * @param {AbstractElement} element
+ * @param {AbstractElement} obj
* The form element to add.
*/
append: function(obj) {
@@ -217,7 +217,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
* The `parse()` function recursively walks the form element tree and
* triggers input value reading and validation for each encountered element.
*
- * Elements which are hidden due to unsatisified dependencies are skipped.
+ * Elements which are hidden due to unsatisfied dependencies are skipped.
*
* @returns {Promise<void>}
* Returns a promise resolving once this element's value and the values of
@@ -277,7 +277,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
/**
* Strip any HTML tags from the given input string.
*
- * @param {string} input
+ * @param {string} s
* The input string to clean.
*
* @returns {string}
@@ -348,7 +348,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
* @classdesc
*
* The `Map` class represents one complete form. A form usually maps one UCI
- * configuraton file and is divided into multiple sections containing multiple
+ * configuration file and is divided into multiple sections containing multiple
* fields each.
*
* It serves as main entry point into the `LuCI.form` for typical view code.
@@ -364,7 +364,7 @@ var CBIAbstractElement = baseclass.extend(/** @lends LuCI.form.AbstractElement.p
*
* @param {string} [description]
* The description text of the form which is usually rendered as text
- * paragraph below the form title and before the actual form conents.
+ * paragraph below the form title and before the actual form contents.
* If omitted, the corresponding paragraph element will not be rendered.
*/
var CBIMap = CBIAbstractElement.extend(/** @lends LuCI.form.Map.prototype */ {
@@ -502,11 +502,11 @@ var CBIMap = CBIAbstractElement.extend(/** @lends LuCI.form.Map.prototype */ {
* @param {LuCI.form.AbstractSection} sectionclass
* The section class to use for rendering the configuration section.
* Note that this value must be the class itself, not a class instance
- * obtained from calling `new`. It must also be a class dervied from
+ * obtained from calling `new`. It must also be a class derived from
* `LuCI.form.AbstractSection`.
*
* @param {...string} classargs
- * Additional arguments which are passed as-is to the contructor of the
+ * Additional arguments which are passed as-is to the constructor of the
* given section class. Refer to the class specific constructor
* documentation for details.
*
@@ -558,7 +558,7 @@ var CBIMap = CBIAbstractElement.extend(/** @lends LuCI.form.Map.prototype */ {
* The `parse()` function recursively walks the form element tree and
* triggers input value reading and validation for each child element.
*
- * Elements which are hidden due to unsatisified dependencies are skipped.
+ * Elements which are hidden due to unsatisfied dependencies are skipped.
*
* @returns {Promise<void>}
* Returns a promise resolving once the entire form completed parsing all
@@ -588,7 +588,7 @@ var CBIMap = CBIAbstractElement.extend(/** @lends LuCI.form.Map.prototype */ {
*
* @param {boolean} [silent=false]
* If set to `true`, trigger an alert message to the user in case saving
- * the form data failes. Otherwise fail silently.
+ * the form data failures. Otherwise fail silently.
*
* @returns {Promise<void>}
* Returns a promise resolving once the entire save operation is complete.
@@ -688,15 +688,15 @@ var CBIMap = CBIAbstractElement.extend(/** @lends LuCI.form.Map.prototype */ {
/**
* Find a form option element instance.
*
- * @param {string} name_or_id
+ * @param {string} name
* The name or the full ID of the option element to look up.
*
* @param {string} [section_id]
* The ID of the UCI section containing the option to look up. May be
* omitted if a full ID is passed as first argument.
*
- * @param {string} [config]
- * The name of the UCI configuration the option instance is belonging to.
+ * @param {string} [config_name]
+ * The name of the UCI configuration the option instance belongs to.
* Defaults to the main UCI configuration of the map if omitted.
*
* @returns {Array<LuCI.form.AbstractValue,string>|null}
@@ -797,7 +797,7 @@ var CBIMap = CBIAbstractElement.extend(/** @lends LuCI.form.Map.prototype */ {
*
* @param {string} [description]
* The description text of the form which is usually rendered as text
- * paragraph below the form title and before the actual form conents.
+ * paragraph below the form title and before the actual form contents.
* If omitted, the corresponding paragraph element will not be rendered.
*/
var CBIJSONMap = CBIMap.extend(/** @lends LuCI.form.JSONMap.prototype */ {
@@ -921,7 +921,7 @@ var CBIAbstractSection = CBIAbstractElement.extend(/** @lends LuCI.form.Abstract
* triggers input value reading and validation for each encountered child
* option element.
*
- * Options which are hidden due to unsatisified dependencies are skipped.
+ * Options which are hidden due to unsatisfied dependencies are skipped.
*
* @returns {Promise<void>}
* Returns a promise resolving once the values of all child elements have
@@ -967,7 +967,7 @@ var CBIAbstractSection = CBIAbstractElement.extend(/** @lends LuCI.form.Abstract
* contents. If omitted, no description will be rendered.
*
* @throws {Error}
- * Throws an exeption if a tab with the same `name` already exists.
+ * Throws an exception if a tab with the same `name` already exists.
*/
tab: function(name, title, description) {
if (this.tabs && this.tabs[name])
@@ -997,11 +997,11 @@ var CBIAbstractSection = CBIAbstractElement.extend(/** @lends LuCI.form.Abstract
* @param {LuCI.form.AbstractValue} optionclass
* The option class to use for rendering the configuration option. Note
* that this value must be the class itself, not a class instance obtained
- * from calling `new`. It must also be a class dervied from
+ * from calling `new`. It must also be a class derived from
* [LuCI.form.AbstractSection]{@link LuCI.form.AbstractSection}.
*
* @param {...*} classargs
- * Additional arguments which are passed as-is to the contructor of the
+ * Additional arguments which are passed as-is to the constructor of the
* given option class. Refer to the class specific constructor
* documentation for details.
*
@@ -1024,17 +1024,17 @@ var CBIAbstractSection = CBIAbstractElement.extend(/** @lends LuCI.form.Abstract
/**
* Add a configuration option widget to a tab of the section.
*
- * @param {string} tabname
+ * @param {string} tabName
* The name of the section tab to add the option element to.
*
* @param {LuCI.form.AbstractValue} optionclass
* The option class to use for rendering the configuration option. Note
* that this value must be the class itself, not a class instance obtained
- * from calling `new`. It must also be a class dervied from
+ * from calling `new`. It must also be a class derived from
* [LuCI.form.AbstractSection]{@link LuCI.form.AbstractSection}.
*
* @param {...*} classargs
- * Additional arguments which are passed as-is to the contructor of the
+ * Additional arguments which are passed as-is to the constructor of the
* given option class. Refer to the class specific constructor
* documentation for details.
*
@@ -1377,7 +1377,7 @@ var CBIAbstractValue = CBIAbstractElement.extend(/** @lends LuCI.form.AbstractVa
/**
* If set to `true`, the underlying ui input widget value is not cleared
- * from the configuration on unsatisfied depedencies. The default behavior
+ * from the configuration on unsatisfied dependencies. The default behavior
* is to remove the values of all options whose dependencies are not
* fulfilled.
*
@@ -1539,10 +1539,10 @@ var CBIAbstractValue = CBIAbstractElement.extend(/** @lends LuCI.form.AbstractVa
*/
/**
- * Add a dependency contraint to the option.
+ * Add a dependency constraint to the option.
*
* Dependency constraints allow making the presence of option elements
- * dependant on the current values of certain other options within the
+ * dependent on the current values of certain other options within the
* same form. An option element with unsatisfied dependencies will be
* hidden from the view and its current value is omitted when saving.
*
@@ -1554,7 +1554,7 @@ var CBIAbstractValue = CBIAbstractElement.extend(/** @lends LuCI.form.AbstractVa
* a logical "and" expression.
*
* Option names may be given in "dot notation" which allows to reference
- * option elements outside of the current form section. If a name without
+ * option elements outside the current form section. If a name without
* dot is specified, it refers to an option within the same configuration
* section. If specified as <code>configname.sectionid.optionname</code>,
* options anywhere within the same form may be specified.
@@ -1620,11 +1620,11 @@ var CBIAbstractValue = CBIAbstractElement.extend(/** @lends LuCI.form.AbstractVa
* </li>
* </ul>
*
- * @param {string|Object<string, string|RegExp>} optionname_or_depends
+ * @param {string|Object<string, string|RegExp>} field
* The name of the option to depend on or an object describing multiple
- * dependencies which must be satified (a logical "and" expression).
+ * dependencies which must be satisfied (a logical "and" expression).
*
- * @param {string} optionvalue|RegExp
+ * @param {string|RegExp} value
* When invoked with a plain option name as first argument, this parameter
* specifies the expected value. In case an object is passed as first
* argument, this parameter is ignored.
@@ -3126,7 +3126,7 @@ var CBITableSection = CBITypedSection.extend(/** @lends LuCI.form.TableSection.p
* @returns {*|Promise<*>}
* Return values of this function are ignored but if a promise is returned,
* it is run to completion before the rendering is continued, allowing
- * custom logic to perform asynchroneous work before the modal dialog
+ * custom logic to perform asynchronous work before the modal dialog
* is shown.
*/
addModalOptions: function(modalSection, section_id, ev) {
@@ -3298,7 +3298,7 @@ var CBITableSection = CBITypedSection.extend(/** @lends LuCI.form.TableSection.p
*
* Another important difference is that the table cells show a readonly text
* preview of the corresponding option elements by default, unless the child
- * option element is explicitely made writable by setting the `editable`
+ * option element is explicitly made writable by setting the `editable`
* property to `true`.
*
* Additionally, the grid section honours a `modalonly` property of child
@@ -3347,7 +3347,7 @@ var CBIGridSection = CBITableSection.extend(/** @lends LuCI.form.GridSection.pro
* contents. If omitted, no description will be rendered.
*
* @throws {Error}
- * Throws an exeption if a tab with the same `name` already exists.
+ * Throws an exception if a tab with the same `name` already exists.
*/
tab: function(name, title, description) {
CBIAbstractSection.prototype.tab.call(this, name, title, description);
@@ -3665,7 +3665,7 @@ var CBIValue = CBIAbstractValue.extend(/** @lends LuCI.form.Value.prototype */ {
* @param {string} key
* The choice value to add.
*
- * @param {Node|string} value
+ * @param {Node|string} val
* The caption for the choice value. May be a DOM node, a document fragment
* or a plain text string. If omitted, the `key` value is used as caption.
*/
@@ -3877,7 +3877,7 @@ var CBIDynamicList = CBIValue.extend(/** @lends LuCI.form.DynamicList.prototype
* @classdesc
*
* The `ListValue` class implements a simple static HTML select element
- * allowing the user to chose a single value from a set of predefined choices.
+ * allowing the user chose a single value from a set of predefined choices.
* It builds upon the {@link LuCI.ui.Select} widget.
*
* @param {LuCI.form.Map|LuCI.form.JSONMap} form
@@ -4326,7 +4326,7 @@ var CBIDummyValue = CBIValue.extend(/** @lends LuCI.form.DummyValue.prototype */
__name__: 'CBI.DummyValue',
/**
- * Set an URL which is opened when clicking on the dummy value text.
+ * Set a URL which is opened when clicking on the dummy value text.
*
* By setting this property, the dummy value text is wrapped in an `<a>`
* element with the property value used as `href` attribute.
@@ -4799,7 +4799,7 @@ var CBISectionValue = CBIValue.extend(/** @lends LuCI.form.SectionValue.prototyp
* @hideconstructor
* @classdesc
*
- * The LuCI form class provides high level abstractions for creating creating
+ * The LuCI form class provides high level abstractions for creating
* UCI- or JSON backed configurations forms.
*
* To import the class in views, use `'require form'`, to import it in
diff --git a/modules/luci-base/htdocs/luci-static/resources/fs.js b/modules/luci-base/htdocs/luci-static/resources/fs.js
index 99defb76c5..b64af04e56 100644
--- a/modules/luci-base/htdocs/luci-static/resources/fs.js
+++ b/modules/luci-base/htdocs/luci-static/resources/fs.js
@@ -229,7 +229,7 @@ var FileSystem = baseclass.extend(/** @lends LuCI.fs.prototype */ {
/**
* Unlink the given file.
*
- * @param {string}
+ * @param {string} path
* The file path to remove.
*
* @returns {Promise<number>}
@@ -345,7 +345,7 @@ var FileSystem = baseclass.extend(/** @lends LuCI.fs.prototype */ {
* @param {string} path
* The file path to read.
*
- * @param {string} [type=text]
+ * @param {"blob"|"text"|"blob"} [type=text]
* The expected type of read file contents. Valid values are `text` to
* interpret the contents as string, `json` to parse the contents as JSON
* or `blob` to return the contents as Blob instance.
@@ -387,7 +387,7 @@ var FileSystem = baseclass.extend(/** @lends LuCI.fs.prototype */ {
* @param {string[]} [params]
* The arguments to pass to the command.
*
- * @param {string} [type=text]
+ * @param {"blob"|"text"|"blob"} [type=text]
* The expected output type of the invoked program. Valid values are
* `text` to interpret the output as string, `json` to parse the output
* as JSON or `blob` to return the output as Blob instance.
diff --git a/modules/luci-base/htdocs/luci-static/resources/luci.js b/modules/luci-base/htdocs/luci-static/resources/luci.js
index fbd5587253..ca0e80a82a 100644
--- a/modules/luci-base/htdocs/luci-static/resources/luci.js
+++ b/modules/luci-base/htdocs/luci-static/resources/luci.js
@@ -81,7 +81,7 @@
* subclass.
*
* @returns {LuCI.baseclass}
- * Returns a new LuCI.baseclass sublassed from this class, extended
+ * Returns a new LuCI.baseclass subclassed from this class, extended
* by the given properties and with its prototype set to this base
* class to enable inheritance. The resulting value represents a
* class constructor and can be instantiated with `new`.
@@ -218,7 +218,7 @@
* would copy all values till the end.
*
* @param {...*} [extra_args]
- * Extra arguments to add to prepend to the resultung array.
+ * Extra arguments to add to prepend to the resulting array.
*
* @returns {Array<*>}
* Returns a new array consisting of the optional extra arguments
@@ -836,7 +836,7 @@
*
* @instance
* @memberof LuCI.request
- * @param {string} target
+ * @param {string} url
* The URL to request.
*
* @param {LuCI.request.RequestOptions} [options]
@@ -854,7 +854,7 @@
*
* @instance
* @memberof LuCI.request
- * @param {string} target
+ * @param {string} url
* The URL to request.
*
* @param {*} [data]
@@ -925,7 +925,7 @@
* @hideconstructor
* @classdesc
*
- * The `Request.poll` class provides some convience wrappers around
+ * The `Request.poll` class provides some convince wrappers around
* {@link LuCI.poll} mainly to simplify registering repeating HTTP
* request calls as polling functions.
*/
@@ -1055,7 +1055,7 @@
/**
* Add a new operation to the polling loop. If the polling loop is not
- * already started at this point, it will be implicitely started.
+ * already started at this point, it will be implicitly started.
*
* @instance
* @memberof LuCI.poll
@@ -1098,8 +1098,8 @@
},
/**
- * Remove an operation from the polling loop. If no further operatons
- * are registered, the polling loop is implicitely stopped.
+ * Remove an operation from the polling loop. If no further operations
+ * are registered, the polling loop is implicitly stopped.
*
* @instance
* @memberof LuCI.poll
@@ -1161,7 +1161,7 @@
* @instance
* @memberof LuCI.poll
* @returns {boolean}
- * Returns `true` if polling has been stopped or `false` if it din't
+ * Returns `true` if polling has been stopped or `false` if it didn't
* run to begin with.
*/
stop: function() {
@@ -1331,7 +1331,7 @@
* The `Node` argument to append the children to.
*
* @param {*} [children]
- * The childrens to append to the given node.
+ * The children to append to the given node.
*
* When `children` is an array, then each item of the array
* will be either appended as child element or text node,
@@ -1346,11 +1346,11 @@
* as first and the return value of the `children` function as
* second parameter.
*
- * When `children` is is a DOM `Node` instance, it will be
+ * When `children` is a DOM `Node` instance, it will be
* appended to the given `node`.
*
* When `children` is any other non-`null` value, it will be
- * converted to a string and appened to the `innerHTML` property
+ * converted to a string and appended to the `innerHTML` property
* of the given `node`.
*
* @returns {Node|null}
@@ -1389,7 +1389,7 @@
* Replaces the content of the given node with the given children.
*
* This function first removes any children of the given DOM
- * `Node` and then adds the given given children following the
+ * `Node` and then adds the given children following the
* rules outlined below.
*
* @instance
@@ -1398,7 +1398,7 @@
* The `Node` argument to replace the children of.
*
* @param {*} [children]
- * The childrens to replace into the given node.
+ * The children to replace into the given node.
*
* When `children` is an array, then each item of the array
* will be either appended as child element or text node,
@@ -1413,11 +1413,11 @@
* as first and the return value of the `children` function as
* second parameter.
*
- * When `children` is is a DOM `Node` instance, it will be
+ * When `children` is a DOM `Node` instance, it will be
* appended to the given `node`.
*
* When `children` is any other non-`null` value, it will be
- * converted to a string and appened to the `innerHTML` property
+ * converted to a string and appended to the `innerHTML` property
* of the given `node`.
*
* @returns {Node|null}
@@ -1471,7 +1471,7 @@
*
* When `val` is of any other type, it will be added as attribute
* to the given `node` as-is, with the underlying `setAttribute()`
- * call implicitely turning it into a string.
+ * call implicitly turning it into a string.
*/
attr: function(node, key, val) {
if (!this.elem(node))
@@ -2034,7 +2034,7 @@
* Any return values of this function are discarded, but
* passed through `Promise.resolve()` to ensure that any
* returned promise runs to completion before the button
- * is reenabled.
+ * is re-enabled.
*/
handleSave: function(ev) {
var tasks = [];
@@ -2078,7 +2078,7 @@
* Any return values of this function are discarded, but
* passed through `Promise.resolve()` to ensure that any
* returned promise runs to completion before the button
- * is reenabled.
+ * is re-enabled.
*/
handleSaveApply: function(ev, mode) {
return this.handleSave(ev).then(function() {
@@ -2115,7 +2115,7 @@
* Any return values of this function are discarded, but
* passed through `Promise.resolve()` to ensure that any
* returned promise runs to completion before the button
- * is reenabled.
+ * is re-enabled.
*/
handleReset: function(ev) {
var tasks = [];
@@ -2327,7 +2327,7 @@
/**
* A wrapper around {@link LuCI#raise raise()} which also renders
- * the error either as modal overlay when `ui.js` is already loaed
+ * the error either as modal overlay when `ui.js` is already loaded
* or directly into the view body.
*
* @instance
@@ -2802,7 +2802,7 @@
* omitted, it defaults to an empty string.
*
* @param {string[]} [parts]
- * An array of parts to join into an URL path. Parts may contain
+ * An array of parts to join into a URL path. Parts may contain
* slashes and any of the other characters mentioned above.
*
* @return {string}
@@ -2822,7 +2822,7 @@
},
/**
- * Construct an URL pathrelative to the script path of the server
+ * Construct a URL with path relative to the script path of the server
* side LuCI application (usually `/cgi-bin/luci`).
*
* The resulting URL is guaranteed to only contain the characters
@@ -2833,7 +2833,7 @@
* @memberof LuCI
*
* @param {string[]} [parts]
- * An array of parts to join into an URL path. Parts may contain
+ * An array of parts to join into a URL path. Parts may contain
* slashes and any of the other characters mentioned above.
*
* @return {string}
@@ -2844,7 +2844,7 @@
},
/**
- * Construct an URL path relative to the global static resource path
+ * Construct a URL path relative to the global static resource path
* of the LuCI ui (usually `/luci-static/resources`).
*
* The resulting URL is guaranteed to only contain the characters
@@ -2855,7 +2855,7 @@
* @memberof LuCI
*
* @param {string[]} [parts]
- * An array of parts to join into an URL path. Parts may contain
+ * An array of parts to join into a URL path. Parts may contain
* slashes and any of the other characters mentioned above.
*
* @return {string}
@@ -2866,7 +2866,7 @@
},
/**
- * Construct an URL path relative to the media resource path of the
+ * Construct a URL path relative to the media resource path of the
* LuCI ui (usually `/luci-static/$theme_name`).
*
* The resulting URL is guaranteed to only contain the characters
@@ -2877,7 +2877,7 @@
* @memberof LuCI
*
* @param {string[]} [parts]
- * An array of parts to join into an URL path. Parts may contain
+ * An array of parts to join into a URL path. Parts may contain
* slashes and any of the other characters mentioned above.
*
* @return {string}
@@ -2931,14 +2931,14 @@
* The object to extract the keys from. If the given value is
* not an object, the function will return an empty array.
*
- * @param {string} [key]
+ * @param {string|null} [key]
* Specifies the key to order by. This is mainly useful for
* nested objects of objects or objects of arrays when sorting
* shall not be performed by the primary object keys but by
* some other key pointing to a value within the nested values.
*
- * @param {string} [sortmode]
- * May be either `addr` or `num` to override the natural
+ * @param {"addr"|"num"} [sortmode]
+ * Can be either `addr` or `num` to override the natural
* lexicographic sorting with a sorting suitable for IP/MAC style
* addresses or numeric values respectively.
*
@@ -3049,7 +3049,7 @@
},
/**
- * Returns a promise resolving with either the given value or or with
+ * Returns a promise resolving with either the given value or with
* the given default in case the input value is a rejecting promise.
*
* @instance
diff --git a/modules/luci-base/htdocs/luci-static/resources/network.js b/modules/luci-base/htdocs/luci-static/resources/network.js
index 2568017c26..fc58c3d758 100644
--- a/modules/luci-base/htdocs/luci-static/resources/network.js
+++ b/modules/luci-base/htdocs/luci-static/resources/network.js
@@ -210,8 +210,8 @@ function getWifiNetidBySid(sid) {
var s = uci.get('wireless', sid);
if (s != null && s['.type'] == 'wifi-iface') {
var radioname = s.device;
- if (typeof(s.device) == 'string') {
- var i = 0, netid = null, sections = uci.sections('wireless', 'wifi-iface');
+ if (typeof(radioname) == 'string') {
+ var sections = uci.sections('wireless', 'wifi-iface');
for (var i = 0, n = 0; i < sections.length; i++) {
if (sections[i].device != s.device)
continue;
@@ -679,7 +679,7 @@ Network = baseclass.extend(/** @lends LuCI.network.prototype */ {
* @method
*
* @param {string} netmask
- * The netmask to convert into a bit count.
+ * The netmask to convert into a bits count.
*
* @param {boolean} [v6=false]
* Whether to parse the given netmask as IPv4 (`false`) or IPv6 (`true`)
@@ -1611,7 +1611,7 @@ Network = baseclass.extend(/** @lends LuCI.network.prototype */ {
},
/**
- * Describes an swconfig switch topology by specifying the CPU
+ * Describes a swconfig switch topology by specifying the CPU
* connections and external port labels of a switch.
*
* @typedef {Object<string, Object|Array>} SwitchTopology
@@ -1626,7 +1626,7 @@ Network = baseclass.extend(/** @lends LuCI.network.prototype */ {
* @property {Array<Object<string, boolean|number|string>>} ports
* The `ports` property points to an array describing the populated
* ports of the switch in the external label order. Each array item is
- * an object containg the following keys:
+ * an object containing the following keys:
* - `num` - the internal switch port number
* - `label` - the label of the port, e.g. `LAN 1` or `CPU (eth0)`
* - `device` - the connected Linux network device name (CPU ports only)
@@ -1730,7 +1730,7 @@ Network = baseclass.extend(/** @lends LuCI.network.prototype */ {
},
/**
- * Obtains the the network device name of the given object.
+ * Obtains the network device name of the given object.
*
* @param {LuCI.network.Protocol|LuCI.network.Device|LuCI.network.WifiDevice|LuCI.network.WifiNetwork|string} obj
* The object to get the device name from.
@@ -2038,7 +2038,7 @@ Protocol = baseclass.extend(/** @lends LuCI.network.Protocol.prototype */ {
},
/**
- * Get the associared Linux network device of this network.
+ * Get the associated Linux network device of this network.
*
* @returns {null|string}
* Returns the name of the associated network device or `null` if
@@ -2075,7 +2075,7 @@ Protocol = baseclass.extend(/** @lends LuCI.network.Protocol.prototype */ {
},
/**
- * Return a human readable description for the protcol, such as
+ * Return a human readable description for the protocol, such as
* `Static address` or `DHCP client`.
*
* This function should be overwritten by subclasses.
@@ -2426,7 +2426,7 @@ Protocol = baseclass.extend(/** @lends LuCI.network.Protocol.prototype */ {
*
* @returns {string}
* Returns the name of the opkg package required for the protocol to
- * function, e.g. `odhcp6c` for the `dhcpv6` prototocol.
+ * function, e.g. `odhcp6c` for the `dhcpv6` protocol.
*/
getOpkgPackage: function() {
return null;
@@ -2473,7 +2473,7 @@ Protocol = baseclass.extend(/** @lends LuCI.network.Protocol.prototype */ {
* on demand instead of using existing physical interfaces.
*
* Examples for virtual protocols are `6in4` which `gre` spawn tunnel
- * network device on startup, examples for non-virtual protcols are
+ * network device on startup, examples for non-virtual protocols are
* `dhcp` or `static` which apply IP configuration to existing interfaces.
*
* This function should be overwritten by subclasses.
@@ -2490,7 +2490,7 @@ Protocol = baseclass.extend(/** @lends LuCI.network.Protocol.prototype */ {
* Checks whether this protocol is "floating".
*
* A "floating" protocol is a protocol which spawns its own interfaces
- * on demand, like a virtual one but which relies on an existinf lower
+ * on demand, like a virtual one but which relies on an existing lower
* level interface to initiate the connection.
*
* An example for such a protocol is "pppoe".
@@ -2703,7 +2703,7 @@ Protocol = baseclass.extend(/** @lends LuCI.network.Protocol.prototype */ {
* interface.
*
* @returns {null|Array<LuCI.network.Device>}
- * Returns an array of of `Network.Device` class instances representing
+ * Returns an array of `Network.Device` class instances representing
* the sub-devices attached to this logical interface or `null` if the
* logical interface does not support sub-devices, e.g. because it is
* virtual and not a bridge.
@@ -3309,7 +3309,7 @@ WifiDevice = baseclass.extend(/** @lends LuCI.network.WifiDevice.prototype */ {
* @param {string} opt
* The name of the UCI option to set.
*
- * @param {null|string|string[]} val
+ * @param {null|string|string[]} value
* The value to set or `null` to remove the given option from the
* configuration.
*/
@@ -3409,7 +3409,7 @@ WifiDevice = baseclass.extend(/** @lends LuCI.network.WifiDevice.prototype */ {
/**
* A wireless scan result object describes a neighbouring wireless
- * network found in the vincinity.
+ * network found in the vicinity.
*
* @typedef {Object<string, number|string|LuCI.network.WifiEncryption>} WifiScanResult
* @memberof LuCI.network
@@ -3447,7 +3447,7 @@ WifiDevice = baseclass.extend(/** @lends LuCI.network.WifiDevice.prototype */ {
*
* @returns {Promise<Array<LuCI.network.WifiScanResult>>}
* Returns a promise resolving to an array of scan result objects
- * describing the networks found in the vincinity.
+ * describing the networks found in the vicinity.
*/
getScanList: function() {
return callIwinfoScan(this.sid);
@@ -3498,7 +3498,7 @@ WifiDevice = baseclass.extend(/** @lends LuCI.network.WifiDevice.prototype */ {
*
* @returns {Promise<Array<LuCI.network.WifiNetwork>>}
* Returns a promise resolving to an array of `Network.WifiNetwork`
- * instances respresenting the wireless networks associated with this
+ * instances representing the wireless networks associated with this
* radio device.
*/
getWifiNetworks: function() {
@@ -3627,7 +3627,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
* @param {string} opt
* The name of the UCI option to set.
*
- * @param {null|string|string[]} val
+ * @param {null|string|string[]} value
* The value to set or `null` to remove the given option from the
* configuration.
*/
@@ -3714,7 +3714,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
/**
* Get the internal network ID of this wireless network.
*
- * The network ID is a LuCI specific identifer in the form
+ * The network ID is a LuCI specific identifier in the form
* `radio#.network#` to identify wireless networks by their corresponding
* radio and network index numbers.
*
@@ -3896,7 +3896,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
* Query the current encryption settings from runtime information.
*
* @returns {string}
- * Returns a string describing the current encryption or `-` if the the
+ * Returns a string describing the current encryption or `-` if the
* encryption state could not be found in `ubus` runtime information.
*/
getActiveEncryption: function() {
@@ -3997,7 +3997,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
* - `UNKNOWN`
*
* @property {number} [mesh non-peer PS]
- * The powersafe mode for all non-peer neigbours, may be an empty
+ * The powersafe mode for all non-peer neighbours, may be an empty
* string (`''`) or absent if not applicable or supported by the driver.
*
* The following modes are known:
@@ -4032,7 +4032,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
* The amount of bytes that have been received or sent.
*
* @property {number} [failed]
- * The amount of failed tranmission attempts. Only applicable to
+ * The amount of failed transmission attempts. Only applicable to
* transmit rates.
*
* @property {number} [retries]
@@ -4056,7 +4056,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
* HT or VHT rates.
*
* @property {number} [40mhz]
- * Specifies whether the tranmission rate used 40MHz wide channel.
+ * Specifies whether the transmission rate used 40MHz wide channel.
* Only applicable to HT or VHT rates.
*
* Note: this option exists for backwards compatibility only and its
@@ -4321,18 +4321,18 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
*
* @returns {LuCI.network.Device}
* Returns a `Network.Device` instance representing the Linux network
- * device associted with this wireless network.
+ * device associated with this wireless network.
*/
getDevice: function() {
return Network.prototype.instantiateDevice(this.getIfname());
},
/**
- * Check whether this wifi network supports deauthenticating clients.
+ * Check whether this wifi network supports de-authenticating clients.
*
* @returns {boolean}
* Returns `true` when this wifi network instance supports forcibly
- * deauthenticating clients, otherwise `false`.
+ * de-authenticating clients, otherwise `false`.
*/
isClientDisconnectSupported: function() {
return L.isObject(this.ubus('hostapd', 'del_client'));
@@ -4345,7 +4345,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
* The MAC address of the client to disconnect.
*
* @param {boolean} [deauth=false]
- * Specifies whether to deauthenticate (`true`) or disassociate (`false`)
+ * Specifies whether to de-authenticate (`true`) or disassociate (`false`)
* the client.
*
* @param {number} [reason=1]
@@ -4355,7 +4355,7 @@ WifiNetwork = baseclass.extend(/** @lends LuCI.network.WifiNetwork.prototype */
* @param {number} [ban_time=0]
* Specifies the amount of milliseconds to ban the client from
* reconnecting. By default, no ban time is set which allows the client
- * to reassociate / reauthenticate immediately.
+ * to re-associate / reauthenticate immediately.
*
* @returns {Promise<number>}
* Returns a promise resolving to the underlying ubus call result code
diff --git a/modules/luci-base/htdocs/luci-static/resources/rpc.js b/modules/luci-base/htdocs/luci-static/resources/rpc.js
index f37f7bb6a4..8010066594 100644
--- a/modules/luci-base/htdocs/luci-static/resources/rpc.js
+++ b/modules/luci-base/htdocs/luci-static/resources/rpc.js
@@ -186,7 +186,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
* the corresponding args object sent to the remote procedure will be
* `{ foo: true, bar: false }`.
* - `params: [ "test" ], filter: function(reply, args, extra) { ... }` -
- * When the resultung generated function is invoked with
+ * When the resulting generated function is invoked with
* `fn("foo", "bar", "baz")` then `{ "test": "foo" }` will be sent as
* argument to the remote procedure and the filter function will be
* invoked with `filterFn(reply, [ "foo" ], "bar", "baz")`
@@ -226,7 +226,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
* be returned as default instead.
*
* @property {LuCI.rpc~filterFn} [filter]
- * Specfies an optional filter function which is invoked to transform the
+ * Specifies an optional filter function which is invoked to transform the
* received reply data before it is returned to the caller.
*
* @property {boolean} [reject=false]
@@ -379,7 +379,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
/**
* Set the RPC base URL to use.
*
- * @param {string} sid
+ * @param {string} url
* Sets the RPC URL endpoint to issue requests against.
*/
setBaseURL: function(url) {
@@ -454,7 +454,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
* Registers a new interceptor function.
*
* @param {LuCI.rpc~interceptorFn} interceptorFn
- * The inteceptor function to register.
+ * The interceptor function to register.
*
* @returns {LuCI.rpc~interceptorFn}
* Returns the given function value.
@@ -469,7 +469,7 @@ return baseclass.extend(/** @lends LuCI.rpc.prototype */ {
* Removes a registered interceptor function.
*
* @param {LuCI.rpc~interceptorFn} interceptorFn
- * The inteceptor function to remove.
+ * The interceptor function to remove.
*
* @returns {boolean}
* Returns `true` if the given function has been removed or `false`
diff --git a/modules/luci-base/htdocs/luci-static/resources/uci.js b/modules/luci-base/htdocs/luci-static/resources/uci.js
index a3a0061b66..76b274470b 100644
--- a/modules/luci-base/htdocs/luci-static/resources/uci.js
+++ b/modules/luci-base/htdocs/luci-static/resources/uci.js
@@ -18,7 +18,7 @@ function isEmpty(object, ignore) {
*
* The `LuCI.uci` class utilizes {@link LuCI.rpc} to declare low level
* remote UCI `ubus` procedures and implements a local caching and data
- * manipulation layer on top to allow for synchroneous operations on
+ * manipulation layer on top to allow for synchronous operations on
* UCI configuration data.
*/
return baseclass.extend(/** @lends LuCI.uci.prototype */ {
@@ -93,7 +93,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* identifier in the form `cfgXXXXXX` once the configuration is saved
* by the remote `ubus` UCI api.
*
- * @param {string} config
+ * @param {string} conf
* The configuration to generate the new section ID for.
*
* @returns {string}
@@ -116,7 +116,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* Resolves a given section ID in extended notation to the internal
* section ID value.
*
- * @param {string} config
+ * @param {string} conf
* The configuration to resolve the section ID for.
*
* @param {string} sid
@@ -209,7 +209,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* To force reloading a configuration, it has to be unloaded with
* {@link LuCI.uci#unload uci.unload()} first.
*
- * @param {string|string[]} config
+ * @param {string|string[]} packages
* The name of the configuration or an array of configuration
* names to load.
*
@@ -245,7 +245,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
/**
* Unloads the given UCI configurations from the local cache.
*
- * @param {string|string[]} config
+ * @param {string|string[]} packages
* The name of the configuration or an array of configuration
* names to unload.
*/
@@ -267,7 +267,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* Adds a new section of the given type to the given configuration,
* optionally named according to the given name.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to add the section to.
*
* @param {string} type
@@ -302,7 +302,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
/**
* Removes the section with the given ID from the given configuration.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to remove the section from.
*
* @param {string} sid
@@ -334,7 +334,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* enclosed within a configuration section, as well as some additional
* meta data such as sort indexes and internal ID.
*
- * Any internal metadata fields are prefixed with a dot which is isn't
+ * Any internal metadata fields are prefixed with a dot which isn't
* an allowed character for normal option names.
*
* @typedef {Object<string, boolean|number|string|string[]>} SectionObject
@@ -345,7 +345,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* anonymous (`true`) or named (`false`).
*
* @property {number} .index
- * The `.index` property specifes the sort order of the section.
+ * The `.index` property specifies the sort order of the section.
*
* @property {string} .name
* The `.name` property holds the name of the section object. It may be
@@ -383,7 +383,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* Enumerates the sections of the given configuration, optionally
* filtered by type.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to enumerate the sections for.
*
* @param {string} [type]
@@ -436,13 +436,13 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* of the given configuration or the entire section object if the
* option name is omitted.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to read the value from.
*
* @param {string} sid
* The name or ID of the section to read.
*
- * @param {string} [option]
+ * @param {string} [opt]
* The option name to read the value from. If the option name is
* omitted or `null`, the entire section is returned instead.
*
@@ -530,16 +530,16 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* If either config, section or option is null, or if `option` begins
* with a dot, the function will do nothing.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to set the option value in.
*
* @param {string} sid
* The name or ID of the section to set the option value in.
*
- * @param {string} option
+ * @param {string} opt
* The option name to set the value for.
*
- * @param {null|string|string[]} value
+ * @param {null|string|string[]} val
* The option value to set. If the value is `null` or an empty string,
* the option will be removed, otherwise it will be set or overwritten
* with the given value.
@@ -616,13 +616,13 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* This function is a convenience wrapper around
* `uci.set(config, section, option, null)`.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to remove the option from.
*
* @param {string} sid
* The name or ID of the section to remove the option from.
*
- * @param {string} option
+ * @param {string} opt
* The name of the option to remove.
*/
unset: function(conf, sid, opt) {
@@ -632,9 +632,9 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
/**
* Gets the value of the given option or the entire section object of
* the first found section of the specified type or the first found
- * section of the entire configuration if no type is specfied.
+ * section of the entire configuration if no type is specified.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to read the value from.
*
* @param {string} [type]
@@ -642,7 +642,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* section of the entire config is read, otherwise the first section
* matching the given type.
*
- * @param {string} [option]
+ * @param {string} [opt]
* The option name to read the value from. If the option name is
* omitted or `null`, the entire section is returned instead.
*
@@ -675,7 +675,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* If either config, type or option is null, or if `option` begins
* with a dot, the function will do nothing.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to set the option value in.
*
* @param {string} [type]
@@ -683,10 +683,10 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* section of the entire config is written to, otherwise the first
* section matching the given type is used.
*
- * @param {string} option
+ * @param {string} opt
* The option name to set the value for.
*
- * @param {null|string|string[]} value
+ * @param {null|string|string[]} val
* The option value to set. If the value is `null` or an empty string,
* the option will be removed, otherwise it will be set or overwritten
* with the given value.
@@ -710,7 +710,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* This function is a convenience wrapper around
* `uci.set_first(config, type, option, null)`.
*
- * @param {string} config
+ * @param {string} conf
* The name of the configuration to set the option value in.
*
* @param {string} [type]
@@ -718,7 +718,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* section of the entire config is written to, otherwise the first
* section matching the given type is used.
*
- * @param {string} option
+ * @param {string} opt
* The option name to set the value for.
*/
unset_first: function(conf, type, opt) {
@@ -729,7 +729,7 @@ return baseclass.extend(/** @lends LuCI.uci.prototype */ {
* Move the first specified section within the given configuration
* before or after the second specified section.
*
- * @param {string} config
+ * @param {string} conf
* The configuration to move the section within.
*
* @param {string} sid1
diff --git a/modules/luci-base/htdocs/luci-static/resources/ui.js b/modules/luci-base/htdocs/luci-static/resources/ui.js
index 2e697aa190..1580996ef4 100644
--- a/modules/luci-base/htdocs/luci-static/resources/ui.js
+++ b/modules/luci-base/htdocs/luci-static/resources/ui.js
@@ -26,7 +26,7 @@ var modalDiv = null,
* events.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -134,7 +134,7 @@ var UIElement = baseclass.extend(/** @lends LuCI.ui.AbstractElement.prototype */
* @memberof LuCI.ui.AbstractElement
* @returns {boolean}
* Returns `true` if the input value has been altered by the user or
- * `false` if it is unchaged. Note that if the user modifies the initial
+ * `false` if it is unchanged. Note that if the user modifies the initial
* value and changes it back to the original state, it is still reported
* as changed.
*/
@@ -316,7 +316,7 @@ var UIElement = baseclass.extend(/** @lends LuCI.ui.AbstractElement.prototype */
* The `Textfield` class implements a standard single line text input field.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -441,7 +441,7 @@ var UITextfield = UIElement.extend(/** @lends LuCI.ui.Textfield.prototype */ {
* The `Textarea` class implements a multiline text area input field.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -557,7 +557,7 @@ var UITextarea = UIElement.extend(/** @lends LuCI.ui.Textarea.prototype */ {
* The `Checkbox` class implements a simple checkbox input field.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -696,7 +696,7 @@ var UICheckbox = UIElement.extend(/** @lends LuCI.ui.Checkbox.prototype */ {
* values are enabled or not.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -726,7 +726,7 @@ var UISelect = UIElement.extend(/** @lends LuCI.ui.Select.prototype */ {
* @property {boolean} [multiple=false]
* Specifies whether multiple choice values may be selected.
*
- * @property {string} [widget=select]
+ * @property {"select"|"individual"} [widget=select]
* Specifies the kind of widget to render. May be either `select` or
* `individual`. When set to `select` an HTML `<select>` element will be
* used, otherwise a group of checkbox or radio button elements is created,
@@ -904,7 +904,7 @@ var UISelect = UIElement.extend(/** @lends LuCI.ui.Select.prototype */ {
* supports non-text choice labels.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -1988,7 +1988,7 @@ var UIDropdown = UIElement.extend(/** @lends LuCI.ui.Dropdown.prototype */ {
* with a set of enforced default properties for easier instantiation.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -2055,7 +2055,7 @@ var UICombobox = UIDropdown.extend(/** @lends LuCI.ui.Combobox.prototype */ {
* into a dropdown to chose from a set of different action choices.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -2078,7 +2078,7 @@ var UIComboButton = UIDropdown.extend(/** @lends LuCI.ui.ComboButton.prototype *
/**
* ComboButtons support the same properties as
* [Dropdown.InitOptions]{@link LuCI.ui.Dropdown.InitOptions} but enforce
- * specific values for some properties and add aditional button specific
+ * specific values for some properties and add additional button specific
* properties.
*
* @typedef {LuCI.ui.Dropdown.InitOptions} InitOptions
@@ -2172,7 +2172,7 @@ var UIComboButton = UIDropdown.extend(/** @lends LuCI.ui.ComboButton.prototype *
* from a set of predefined choices.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -2195,7 +2195,7 @@ var UIComboButton = UIDropdown.extend(/** @lends LuCI.ui.ComboButton.prototype *
*/
var UIDynamicList = UIElement.extend(/** @lends LuCI.ui.DynamicList.prototype */ {
/**
- * In case choices are passed to the dynamic list contructor, the widget
+ * In case choices are passed to the dynamic list constructor, the widget
* supports the same properties as [Dropdown.InitOptions]{@link LuCI.ui.Dropdown.InitOptions}
* but enforces specific values for some dropdown properties.
*
@@ -2527,7 +2527,7 @@ var UIDynamicList = UIElement.extend(/** @lends LuCI.ui.DynamicList.prototype */
* which allows to store form data without exposing it to the user.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -2593,7 +2593,7 @@ var UIHiddenfield = UIElement.extend(/** @lends LuCI.ui.Hiddenfield.prototype */
* browse, select and delete files beneath a predefined remote directory.
*
* UI widget instances are usually not supposed to be created by view code
- * directly, instead they're implicitely created by `LuCI.form` when
+ * directly, instead they're implicitly created by `LuCI.form` when
* instantiating CBI forms.
*
* This class is automatically instantiated as part of `LuCI.ui`. To use it
@@ -2638,9 +2638,9 @@ var UIFileUpload = UIElement.extend(/** @lends LuCI.ui.FileUpload.prototype */ {
*
* @property {string} [root_directory=/etc/luci-uploads]
* Specifies the remote directory the upload and file browsing actions take
- * place in. Browsing to directories outside of the root directory is
+ * place in. Browsing to directories outside the root directory is
* prevented by the widget. Note that this is not a security feature.
- * Whether remote directories are browseable or not solely depends on the
+ * Whether remote directories are browsable or not solely depends on the
* ACL setup for the current session.
*/
__init__: function(value, options) {
@@ -3085,7 +3085,7 @@ var UIMenu = baseclass.singleton(/** @lends LuCI.ui.menu.prototype */ {
* @property {string} name - The internal name of the node, as used in the URL
* @property {number} order - The sort index of the menu node
* @property {string} [title] - The title of the menu node, `null` if the node should be hidden
- * @property {satisified} boolean - Boolean indicating whether the menu enries dependencies are satisfied
+ * @property {satisfied} boolean - Boolean indicating whether the menu entries dependencies are satisfied
* @property {readonly} [boolean] - Boolean indicating whether the menu entries underlying ACLs are readonly
* @property {LuCI.ui.menu.MenuNode[]} [children] - Array of child menu nodes.
*/
@@ -3527,7 +3527,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
* be opened. Invoking showModal() while a modal dialog is already open will
* replace the open dialog with a new one having the specified contents.
*
- * Additional CSS class names may be passed to influence the appearence of
+ * Additional CSS class names may be passed to influence the appearance of
* the dialog. Valid values for the classes depend on the underlying theme.
*
* @see LuCI.dom.content
@@ -3535,7 +3535,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
* @param {string} [title]
* The title of the dialog. If `null`, no title element will be rendered.
*
- * @param {*} contents
+ * @param {*} children
* The contents to add to the modal dialog. This should be a DOM node or
* a document fragment in most cases. The value is passed as-is to the
* `dom.content()` function - refer to its documentation for applicable
@@ -3659,11 +3659,11 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
* Add a notification banner at the top of the current view.
*
* A notification banner is an alert message usually displayed at the
- * top of the current view, spanning the entire availibe width.
+ * top of the current view, spanning the entire available width.
* Notification banners will stay in place until dismissed by the user.
* Multiple banners may be shown at the same time.
*
- * Additional CSS class names may be passed to influence the appearence of
+ * Additional CSS class names may be passed to influence the appearance of
* the banner. Valid values for the classes depend on the underlying theme.
*
* @see LuCI.dom.content
@@ -3672,7 +3672,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
* The title of the notification banner. If `null`, no title element
* will be rendered.
*
- * @param {*} contents
+ * @param {*} children
* The contents to add to the notification banner. This should be a DOM
* node or a document fragment in most cases. The value is passed as-is
* to the `dom.content()` function - refer to its documentation for
@@ -3723,7 +3723,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
},
/**
- * Display or update an header area indicator.
+ * Display or update a header area indicator.
*
* An indicator is a small label displayed in the header area of the screen
* providing few amounts of status information such as item counts or state
@@ -3750,7 +3750,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
* Note that this parameter only applies to new indicators, when updating
* existing labels it is ignored.
*
- * @param {string} [style=active]
+ * @param {"active"|"inactive"} [style=active]
* The indicator style to use. May be either `active` or `inactive`.
*
* @returns {boolean}
@@ -3793,7 +3793,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
},
/**
- * Remove an header area indicator.
+ * Remove a header area indicator.
*
* This function removes the given indicator label from the header indicator
* area. When the given indicator is not found, this function does nothing.
@@ -3827,7 +3827,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
* subsequently wrapped into a `<span class="nowrap">` element.
*
* The resulting `<span>` element tuples are joined by the given separators
- * to form the final markup which is appened to the given parent DOM node.
+ * to form the final markup which is appended to the given parent DOM node.
*
* @param {Node} node
* The parent DOM node to append the markup to. Any previous child elements
@@ -4154,7 +4154,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
* @param {string} path
* The remote file path to upload the local file to.
*
- * @param {Node} [progessStatusNode]
+ * @param {Node} [progressStatusNode]
* An optional DOM text node whose content text is set to the progress
* percentage value during file upload.
*
@@ -4268,7 +4268,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
/**
* Perform a device connectivity test.
*
- * Attempt to fetch a well known ressource from the remote device via HTTP
+ * Attempt to fetch a well known resource from the remote device via HTTP
* in order to test connectivity. This function is mainly useful to wait
* for the router to come back online after a reboot or reconfiguration.
*
@@ -4276,7 +4276,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
* The protocol to use for fetching the resource. May be either `http`
* (the default) or `https`.
*
- * @param {string} [host=window.location.host]
+ * @param {string} [ipaddr=window.location.host]
* Override the host address to probe. By default the current host as seen
* in the address bar is probed.
*
@@ -4365,7 +4365,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
*
* @instance
* @memberof LuCI.ui.changes
- * @param {number} numChanges
+ * @param {number} n
* The number of changes to indicate.
*/
setIndicator: function(n) {
@@ -4906,7 +4906,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
*
* By instantiating the view class, its corresponding contents are
* rendered and included into the view area. Any runtime errors are
- * catched and rendered using [LuCI.error()]{@link LuCI#error}.
+ * caught and rendered using [LuCI.error()]{@link LuCI#error}.
*
* @param {string} path
* The view path to render.
diff --git a/modules/luci-base/po/ar/base.po b/modules/luci-base/po/ar/base.po
index a50895c51e..6a4e8d1970 100644
--- a/modules/luci-base/po/ar/base.po
+++ b/modules/luci-base/po/ar/base.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-04-08 14:20+0000\n"
-"Last-Translator: Deleted User <keron@users.noreply.hosted.weblate.org>\n"
+"PO-Revision-Date: 2023-09-18 15:45+0000\n"
+"Last-Translator: David Rapaň <david@rapan.cz>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/openwrt/luci/ar/>"
"\n"
"Language: ar\n"
@@ -9,7 +9,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Weblate 4.17-dev\n"
+"X-Generator: Weblate 5.0.2\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -20,7 +20,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f ديسيبل"
@@ -146,6 +146,7 @@ msgstr[4] ""
msgstr[5] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -164,6 +165,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -186,6 +188,7 @@ msgid "5 Minute Load:"
msgstr "5 دقائق تحميل:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -194,6 +197,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "معرف 6-ثماني ككلمة سداسية عشرية - بدون نقط"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -392,83 +396,83 @@ msgstr "يوجد دليل بنفس الاسم."
msgid "A new login is required since the authentication session expired."
msgstr "يجب الدخول مجدداً لئن صلاحية جلسة قد انتهت."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -523,25 +527,25 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (وضع النقل غير المتزامن)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "جسور ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "معرّف القناة الافتراضية (VCI) ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "معرف المسار الافتراضي ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -550,7 +554,7 @@ msgstr ""
"كشف جسور ATM شبكة إيثرنت مغلفة في اتصالات AAL5 كواجهات شبكة Linux افتراضية "
"يمكن استخدامها مع DHCP أو PPP للاتصال بشبكة المزود."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "رقم جهاز ATM"
@@ -667,7 +671,7 @@ msgstr "موازنة تحميل الإرسال التكيفي (balance-tlb, 5)"
msgid "Add"
msgstr "أضف"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "اضافة جسر ATM"
@@ -687,11 +691,11 @@ msgstr "أضف عمل LED"
msgid "Add VLAN"
msgstr "أضف VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -710,7 +714,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "أضف لاحقة المجال المحلي للأسماء التي يتم تقديمها من ملفات المضيفين"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "إضافة واجهة جديدة ..."
@@ -776,7 +780,7 @@ msgstr "إدارة"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -803,7 +807,7 @@ msgstr "منطق اختيار التجميع"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:263
msgid "Aggregator: All slaves down or has no slaves (stable, 0)"
-msgstr "العارض: جميع التابعين معطلين أو ليس لديه تابع (مستقر ، 0)"
+msgstr "العارض: جميع التابعين معطلين أو ليس لديه تابع (مستقر ، 0)"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:265
msgid ""
@@ -895,7 +899,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "اسمح للمستخدم <em> root </ em> بتسجيل الدخول باستخدام كلمة المرور"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "عناوين IP المسموح بها"
@@ -948,7 +952,7 @@ msgstr "حدث خطأ أثناء حفظ النموذج:"
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "المرفق"
@@ -1050,7 +1054,7 @@ msgstr "بنية"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr "قم بتعيين جزء من الطول المحدد لكل بادئة IPv6 عامة لهذه الواجهة"
@@ -1059,7 +1063,7 @@ msgstr "قم بتعيين جزء من الطول المحدد لكل بادئة
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1139,7 +1143,7 @@ msgstr "Automatic Homenet (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "افحص نظام الملفات تلقائيًا بحثًا عن الأخطاء قبل التركيب"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1187,11 +1191,11 @@ msgstr "متوسط:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1206,7 +1210,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1220,7 +1224,7 @@ msgstr ""
msgid "Back to Overview"
msgstr "الرجوع إلى الملخص"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1366,7 +1370,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1383,7 +1387,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "رقم وحدة الجسر"
@@ -1471,7 +1475,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1606,17 +1610,17 @@ msgstr "يغير كلمة مرور المسؤول للوصول إلى الجها
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "قناة"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "تحليل القناة"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "عرض القناة"
@@ -1833,7 +1837,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1861,7 +1865,7 @@ msgstr "فشلت محاولة الاتصال"
msgid "Connection attempt failed."
msgstr "فشلت محاولة الاتصال."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1951,7 +1955,7 @@ msgstr "كثافة خلايا التغطية"
msgid "Create / Assign firewall-zone"
msgstr "إنشاء / تعيين منطقة جدار الحماية"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "إنشاء واجهة"
@@ -2045,6 +2049,12 @@ msgstr "عميل DHCP"
msgid "DHCP-Options"
msgstr "خيارات DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2070,7 +2080,7 @@ msgstr "شحن DNS"
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> query port"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2082,7 +2092,7 @@ msgstr "منفذ سيرفر<abbr title=\" Domain Name System\">DNS</abbr> System
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2106,7 +2116,7 @@ msgstr "مهلة خمول DPD"
msgid "DS-Lite AFTR address"
msgstr "عنوان DS-Lite AFTR"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2115,7 +2125,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "حالة DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "وضع خط DSL"
@@ -2182,7 +2192,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2269,8 +2279,8 @@ msgstr "منطقة الوجهة"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2305,7 +2315,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr "الجهاز لا يديره ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2321,7 +2331,7 @@ msgstr "الجهاز لا يمكن الوصول إليه!"
msgid "Device unreachable! Still waiting for device..."
msgstr "لا يمكن التواصل مع الجهاز! في إنتظار الجهاز..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2463,9 +2473,9 @@ msgid ""
"Protocol\">DHCP</abbr> server and <abbr title=\"Domain Name System\">DNS</"
"abbr> forwarder."
msgstr ""
-"Dnsmasq هو مزيج من خادم <abbr title=\"Dynamic Host Configuration "
+"Dnsmasq هو مزيج من خادم <abbr title=\"Dynamic Host Configuration "
"Protocol\">DHCP</abbr>- و <abbr title=\"Domain Name System\">DNS</abbr>- "
-"معاد توجيهه إلى جدران الحماية <abbr title=\"Network Address "
+"معاد توجيهه إلى جدران الحماية <abbr title=\"Network Address "
"Translation\">NAT</abbr>"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:496
@@ -2575,7 +2585,7 @@ msgstr "تنزيل نسخة احتياطية"
msgid "Download mtdblock"
msgstr "تحميل mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "تعويض مصب SNR"
@@ -2863,7 +2873,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2896,7 +2906,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2975,8 +2985,8 @@ msgstr "يُمكّن بروتوكول Spanning Tree على هذا الجسر"
msgid "Encapsulation limit"
msgstr "حد التغليف"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "وضع التغليف"
@@ -3098,7 +3108,7 @@ msgstr "قم بتوسيع المضيفين"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "توقع تلميح مهمة سداسية عشرية"
@@ -3351,7 +3361,7 @@ msgstr "حالة جدار الحماية"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "ملف البرامج الثابتة"
@@ -3385,6 +3395,10 @@ msgstr "عمليات الفلاش"
msgid "Flashing…"
msgstr "تتبيت الصورة …"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3422,7 +3436,7 @@ msgstr "فرض TKIP و CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "ارتباط القوة"
@@ -3483,7 +3497,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "وضع إعادة التوجيه"
@@ -3564,7 +3578,7 @@ msgid "General Settings"
msgstr "الاعدادات العامة"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3586,11 +3600,11 @@ msgstr "إنشاء PMK محليًا"
msgid "Generate archive"
msgstr "إنشاء أرشيف"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3606,7 +3620,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3618,7 +3632,7 @@ msgstr "نظرًا لعدم تطابق تأكيد كلمة المرور ، لم
msgid "Global Settings"
msgstr "الاعدادات العامة"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "خيارات الشبكة العالمية"
@@ -3677,7 +3691,7 @@ msgstr "منح تسجيل الدخول إلى إجراءات LuCI الأساسي
#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:79
msgid "Grant access to crontab configuration"
-msgstr "منح تسجيل الدخول إلى تكوين crontab"
+msgstr "منح تسجيل الدخول إلى تكوين crontab"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:70
msgid "Grant access to firewall status"
@@ -3951,7 +3965,7 @@ msgstr "عنوان IP غير صالح"
msgid "IP address is missing"
msgstr "عنوان IP مفقود"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4120,6 +4134,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr "جيران IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4136,7 +4154,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr "إعدادات IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA- بادئة"
@@ -4150,12 +4168,12 @@ msgstr "IPv6 المنبع"
msgid "IPv6 address"
msgstr "عنوان IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "تلميح تخصيص IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "طول تعيين IPv6"
@@ -4171,7 +4189,7 @@ msgstr "شبكة IPv6 في تدوين العنوان / قناع الشبكة"
msgid "IPv6 only"
msgstr "IPv6 فقط"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4180,7 +4198,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "بادئة IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4194,11 +4212,11 @@ msgstr "طول بادئة IPv6"
msgid "IPv6 routed prefix"
msgstr "بادئة موجهة IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "لاحقة IPv6"
@@ -4255,7 +4273,7 @@ msgstr "إذا تم تحديده ، فسيضيف \"+ ipv6\" إلى خيارات
msgid "If checked, encryption is disabled"
msgstr "إذا تم تحديده ، فسيتم تعطيل التشفير"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4289,14 +4307,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "إذا لم يتم تحديده ، فلن يتم تكوين مسار افتراضي"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4662,7 +4680,7 @@ msgstr "قيمة فئة حركة المرور غير صالحة ، المتوق
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:285
msgid "Invalid VLAN ID given! Only IDs between %d and %d are allowed."
-msgstr "تم إعطاء معرف VLAN غير صالح! فقط المعرفات بين %d و %dمسموح لهم"
+msgstr "تم إعطاء معرف VLAN غير صالح! فقط المعرفات بين %d و %dمسموح لهم"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:294
msgid "Invalid VLAN ID given! Only unique IDs are allowed"
@@ -4850,7 +4868,7 @@ msgstr "فاصل صدى LCP"
msgid "LED Configuration"
msgstr "تكوين الصمام"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5073,7 +5091,7 @@ msgstr "متوسط الحمولة"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5140,7 +5158,7 @@ msgstr "بدء التشغيل المحلي"
msgid "Local Time"
msgstr "التوقيت المحلي"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5241,7 +5259,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5254,7 +5272,7 @@ msgid "MAC Address For The Actor"
msgstr "عنوان MAC للممثل"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5318,7 +5336,7 @@ msgid "MII Interval"
msgstr "الفاصل الزمني MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5555,7 +5573,7 @@ msgstr "مجال التنقل"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "شكل"
@@ -5737,7 +5755,7 @@ msgstr "المرشحين لخادم NTP"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5808,7 +5826,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5861,11 +5879,11 @@ msgstr ""
"مواصفات المجال المحلي. لا يتم إعادة توجيه الأسماء المطابقة لهذا المجال مطلقًا "
"ويتم حلها من خلال DHCP أو ملفات المضيفين فقط"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "لا يمكن إنشاء واجهة جديدة ل \"%s%: \"s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "اسم الواجهة الجديد …"
@@ -5955,7 +5973,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr "لا توجد إدخالات في هذا الدليل"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6037,7 +6055,7 @@ msgid "No validation or filtering"
msgstr "لا يوجد تحقق من الصحة أو التصفية"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "لم يتم تعيين منطقة"
@@ -6319,7 +6337,7 @@ msgstr ""
"خياري. علامة 32 بت للحزم المشفرة الصادرة. أدخل قيمة سداسية عشرية ، بدءًا من "
"<code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6471,11 +6489,11 @@ msgstr "منطقة الإخراج"
msgid "Overlap"
msgstr "تداخل"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6671,7 +6689,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM / EFM (وضع نقل الحزمة)"
@@ -6683,7 +6701,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "توجيه الحزمة"
@@ -6716,7 +6734,7 @@ msgstr[4] ""
msgstr[5] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "جزء من المنطقة q%"
@@ -6972,6 +6990,10 @@ msgstr "LTE المفضل"
msgid "Prefer UMTS"
msgstr "UMTS المفضل"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7078,7 +7100,7 @@ msgstr "بروتوكول"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7371,7 +7393,7 @@ msgstr ""
msgid "References"
msgstr "مراجع"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7472,7 +7494,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7897,7 +7919,7 @@ msgstr "مفاتيح SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8060,7 +8082,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8161,7 +8183,7 @@ msgstr "اغلاق هذه الواجهة"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8617,7 +8639,7 @@ msgstr "حدد مفتاح التشفير السري هنا."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8647,7 +8669,7 @@ msgid "Starting configuration apply…"
msgstr "بدء تطبيق التكوين …"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "بدء المسح اللاسلكي ..."
@@ -8958,7 +8980,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9145,7 +9167,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "يجب ألا يكون عنوان البوابة عنوان IP محلي"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9183,11 +9205,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "تم استخدام اسم الواجهة من قبل"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "اسم الواجهة طويل جدًا"
@@ -9274,7 +9296,7 @@ msgstr ""
"افتراضيًا للاتصال بالشبكة الأكبر التالية مثل الإنترنت والمنافذ الأخرى للشبكة "
"المحلية."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9389,8 +9411,8 @@ msgstr ""
"ملف الصورة الذي تم تحميله لا يحتوي على تنسيق مدعوم. تأكد من اختيار تنسيق "
"الصورة العام للنظام الأساسي الخاص بك."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9589,7 +9611,7 @@ msgstr ""
"لإعادة تعيين البرنامج الثابت إلى حالته الأولية ، انقر فوق \"إجراء إعادة "
"الضبط\" (هذا ممكن فقط مع صور squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "نغمة، رنه"
@@ -9698,7 +9720,7 @@ msgstr "واجهة النفق"
msgid "Tunnel Link"
msgstr "رابط النفق"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9707,7 +9729,7 @@ msgid "Tx-Power"
msgstr "قوة الإرسال"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9825,7 +9847,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9837,7 +9859,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr "تنسيق بيانات رد غير متوقع"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10014,7 +10036,7 @@ msgstr "استخدم بوابة DHCP"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10069,23 +10091,23 @@ msgstr "استخدم كنظام ملفات جذر (/)"
msgid "Use broadcast flag"
msgstr "استخدم علم البث"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "استخدم إدارة IPv6 المدمجة"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "استخدم خوادم DNS المخصصة"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "استخدم العبارة الافتراضية"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10193,11 +10215,11 @@ msgstr "اسم المستخدم"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "خط مشترك رقمي عالي السرعة VDSL"
@@ -10207,12 +10229,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10333,7 +10355,7 @@ msgid "Very High"
msgstr "عالي جدا"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10419,7 +10441,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10661,9 +10683,9 @@ msgstr ""
msgid "any"
msgstr "أي"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10689,9 +10711,9 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:82
msgid "baseT"
-msgstr "baseT انتقال النطاق الأساسي بكابل ثنائي ملفوف"
+msgstr "baseT انتقال النطاق الأساسي بكابل ثنائي ملفوف"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "جسر"
@@ -10757,7 +10779,7 @@ msgstr "تعطيل"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10821,7 +10843,7 @@ msgid "hexadecimal encoded value"
msgstr "قيمة مشفرة سداسية عشرية"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "مختفي"
@@ -10984,7 +11006,7 @@ msgstr ""
msgid "relay mode"
msgstr "وضع التتابع"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "موجه"
diff --git a/modules/luci-base/po/bg/base.po b/modules/luci-base/po/bg/base.po
index d1a9385928..537c65585d 100644
--- a/modules/luci-base/po/bg/base.po
+++ b/modules/luci-base/po/bg/base.po
@@ -19,7 +19,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -140,6 +140,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -158,6 +159,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -180,6 +182,7 @@ msgid "5 Minute Load:"
msgstr "5 Минутно Натоварване:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -188,6 +191,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -386,83 +390,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"Необходимо е ново влизане, тъй като сесията за удостоверяване е изтекла."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -517,32 +521,32 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr ""
@@ -659,7 +663,7 @@ msgstr ""
msgid "Add"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -679,11 +683,11 @@ msgstr ""
msgid "Add VLAN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -702,7 +706,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr ""
@@ -768,7 +772,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -884,7 +888,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Разрешаване на потребителя <em>root</em> да влезе с парола"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Разрешени IPs"
@@ -935,7 +939,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1037,7 +1041,7 @@ msgstr "Архитектура"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1046,7 +1050,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1126,7 +1130,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1174,11 +1178,11 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1193,7 +1197,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1207,7 +1211,7 @@ msgstr ""
msgid "Back to Overview"
msgstr "Обратно към Общ преглед"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1353,7 +1357,7 @@ msgid "Bridge VLAN filtering"
msgstr "Филтриране на Бридж VLAN"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Бридж устройство"
@@ -1370,7 +1374,7 @@ msgstr "Бридж портове"
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Номер на у-во в Бридж"
@@ -1458,7 +1462,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1585,17 +1589,17 @@ msgstr "Променя администраторската парола за д
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Канал"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Анализ на канала"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Ширина на канала"
@@ -1805,7 +1809,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Конфигуриране…"
@@ -1833,7 +1837,7 @@ msgstr "Опитът за свързване е неуспешен"
msgid "Connection attempt failed."
msgstr "Опитът за свързване е неуспешен."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1923,7 +1927,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "Създаване/Закачане на зона на защитна стена"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Създай интерфейс"
@@ -2013,6 +2017,12 @@ msgstr ""
msgid "DHCP-Options"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2038,7 +2048,7 @@ msgstr ""
msgid "DNS query port"
msgstr "Порт за заявки за DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2050,7 +2060,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS тегло"
@@ -2074,7 +2084,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2083,7 +2093,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2145,7 +2155,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2232,8 +2242,8 @@ msgstr "Дестинейшън зона"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2268,7 +2278,7 @@ msgstr "Име на устройството"
msgid "Device not managed by ModemManager."
msgstr "Устройството не се управлява от ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Устройството не е налично"
@@ -2284,7 +2294,7 @@ msgstr "Устройството е недостъпно!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Недостъпно устройство! Все още се изчаква устройството..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Устройства"
@@ -2541,7 +2551,7 @@ msgstr "Изтегли резервно копие"
msgid "Download mtdblock"
msgstr "Изтегляне на mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2834,7 +2844,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2868,7 +2878,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr "Разрешаване на поддръжка на мултикаст"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2945,8 +2955,8 @@ msgstr "Включва Spanning Tree протокола на този бридж
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3072,7 +3082,7 @@ msgstr "Разгъване на хостове"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3318,7 +3328,7 @@ msgstr ""
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3352,6 +3362,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3389,7 +3403,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3450,7 +3464,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3529,7 +3543,7 @@ msgid "General Settings"
msgstr "Основни настройки"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3551,11 +3565,11 @@ msgstr ""
msgid "Generate archive"
msgstr "Създай архив"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3571,7 +3585,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3583,7 +3597,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Глобални настройки"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3915,7 +3929,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4084,6 +4098,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4100,7 +4118,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4114,12 +4132,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4135,7 +4153,7 @@ msgstr ""
msgid "IPv6 only"
msgstr "Само IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4144,7 +4162,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "IPv6 префикс"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4158,11 +4176,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4219,7 +4237,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4249,14 +4267,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4798,7 +4816,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -5008,7 +5026,7 @@ msgstr "Средно натоварване"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5075,7 +5093,7 @@ msgstr ""
msgid "Local Time"
msgstr "Местно време"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5174,7 +5192,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5187,7 +5205,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5251,7 +5269,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5486,7 +5504,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr ""
@@ -5668,7 +5686,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5739,7 +5757,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5790,11 +5808,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5884,7 +5902,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5966,7 +5984,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6243,7 +6261,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6388,11 +6406,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6586,7 +6604,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6598,7 +6616,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6627,7 +6645,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6881,6 +6899,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6983,7 +7005,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7272,7 +7294,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7373,7 +7395,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7795,7 +7817,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -7954,7 +7976,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8053,7 +8075,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8475,7 +8497,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8505,7 +8527,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8813,7 +8835,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8988,7 +9010,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9024,11 +9046,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9109,7 +9131,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9214,8 +9236,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9402,7 +9424,7 @@ msgstr ""
"щракнете върху „Извършване на нулиране“ (възможно е само с изображения на "
"squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9511,7 +9533,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9520,7 +9542,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9638,7 +9660,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9650,7 +9672,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9821,7 +9843,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9874,23 +9896,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9987,11 +10009,11 @@ msgstr "Потребителско име"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -10001,12 +10023,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10123,7 +10145,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10207,7 +10229,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10437,9 +10459,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10467,7 +10489,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10533,7 +10555,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10597,7 +10619,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10760,7 +10782,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/bn_BD/base.po b/modules/luci-base/po/bn_BD/base.po
index 79dca48efd..062c9d11b3 100644
--- a/modules/luci-base/po/bn_BD/base.po
+++ b/modules/luci-base/po/bn_BD/base.po
@@ -19,7 +19,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f ডিবি"
@@ -140,6 +140,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -158,6 +159,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -180,6 +182,7 @@ msgid "5 Minute Load:"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -188,6 +191,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -385,83 +389,83 @@ msgstr ""
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr ""
@@ -516,32 +520,32 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr ""
@@ -658,7 +662,7 @@ msgstr ""
msgid "Add"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -678,11 +682,11 @@ msgstr ""
msgid "Add VLAN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -701,7 +705,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr ""
@@ -767,7 +771,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -883,7 +887,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "অনুমোদিত আইপি"
@@ -934,7 +938,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1036,7 +1040,7 @@ msgstr ""
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1045,7 +1049,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1125,7 +1129,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1173,11 +1177,11 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr ""
@@ -1192,7 +1196,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr ""
@@ -1206,7 +1210,7 @@ msgstr ""
msgid "Back to Overview"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1347,7 +1351,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1364,7 +1368,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1452,7 +1456,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1579,17 +1583,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1787,7 +1791,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1815,7 +1819,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1901,7 +1905,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -1991,6 +1995,12 @@ msgstr ""
msgid "DHCP-Options"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2016,7 +2026,7 @@ msgstr ""
msgid "DNS query port"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2028,7 +2038,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2052,7 +2062,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr ""
@@ -2061,7 +2071,7 @@ msgstr ""
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2123,7 +2133,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2210,8 +2220,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2246,7 +2256,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2262,7 +2272,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr "ডিভাইসে পৌঁছানো যাচ্ছে না! এখনও ডিভাইসের জন্য অপেক্ষমান ..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2507,7 +2517,7 @@ msgstr ""
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2787,7 +2797,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2820,7 +2830,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2897,8 +2907,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3018,7 +3028,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3262,7 +3272,7 @@ msgstr ""
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3296,6 +3306,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3333,7 +3347,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3394,7 +3408,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3473,7 +3487,7 @@ msgid "General Settings"
msgstr "সাধারণ সেটিংস"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3495,11 +3509,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3515,7 +3529,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3527,7 +3541,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3859,7 +3873,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4028,6 +4042,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4044,7 +4062,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4058,12 +4076,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4079,7 +4097,7 @@ msgstr ""
msgid "IPv6 only"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4088,7 +4106,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4102,11 +4120,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4163,7 +4181,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4193,14 +4211,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4740,7 +4758,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -4950,7 +4968,7 @@ msgstr ""
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5017,7 +5035,7 @@ msgstr ""
msgid "Local Time"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5116,7 +5134,7 @@ msgstr ""
msgid "MAC"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC অ্যাড্রেস"
@@ -5129,7 +5147,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5193,7 +5211,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5426,7 +5444,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "মোড"
@@ -5606,7 +5624,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5677,7 +5695,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5728,11 +5746,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5822,7 +5840,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5903,7 +5921,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6180,7 +6198,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6325,11 +6343,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6523,7 +6541,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6535,7 +6553,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6564,7 +6582,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6820,6 +6838,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6922,7 +6944,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7207,7 +7229,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7308,7 +7330,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7730,7 +7752,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -7889,7 +7911,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -7988,7 +8010,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8410,7 +8432,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8440,7 +8462,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8748,7 +8770,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8921,7 +8943,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8957,11 +8979,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9042,7 +9064,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9147,8 +9169,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9331,7 +9353,7 @@ msgid ""
"reset\" (only possible with squashfs images)."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9440,7 +9462,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9449,7 +9471,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9567,7 +9589,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9579,7 +9601,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9750,7 +9772,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9803,23 +9825,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9916,11 +9938,11 @@ msgstr ""
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9930,12 +9952,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10052,7 +10074,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10136,7 +10158,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10366,9 +10388,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10396,7 +10418,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10462,7 +10484,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10526,7 +10548,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10689,7 +10711,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/ca/base.po b/modules/luci-base/po/ca/base.po
index 361f36de67..812829f215 100644
--- a/modules/luci-base/po/ca/base.po
+++ b/modules/luci-base/po/ca/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2023-03-08 10:38+0000\n"
-"Last-Translator: Roger Pueyo Centelles <roger.pueyo@guifi.net>\n"
+"PO-Revision-Date: 2023-09-18 15:45+0000\n"
+"Last-Translator: David Rapaň <david@rapan.cz>\n"
"Language-Team: Catalan <https://hosted.weblate.org/projects/openwrt/luci/ca/>"
"\n"
"Language: ca\n"
@@ -12,7 +12,7 @@ msgstr ""
"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.16.2-dev\n"
+"X-Generator: Weblate 5.0.2\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -146,6 +146,7 @@ msgstr[0] "1 senyalador"
msgstr[1] "%d senyaladors"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -164,6 +165,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -186,6 +188,7 @@ msgid "5 Minute Load:"
msgstr "Càrrega de 5 minuts:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -195,6 +198,7 @@ msgstr ""
"Identificador de 6 octets com a cadena hexadecimal - sense els dos punts"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -394,83 +398,83 @@ msgstr "Ja existeix un directori amb aquest mateix nom."
msgid "A new login is required since the authentication session expired."
msgstr "Cal un inici de sessió nou ja que la sessió d'autenticació ha caducat."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -525,25 +529,25 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Mode de transferència asíncrona)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Ponts ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Identificador de canal virtual (VCI) ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Identificador de camí virtual (VPI) ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -553,7 +557,7 @@ msgstr ""
"de xarxa virtual de Linux que es poden utilitzar conjuntament amb DHCP o PPP "
"per trucar a la xarxa del proveïdor."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Número de dispositiu ATM"
@@ -672,7 +676,7 @@ msgstr "Equilibri de càrrega de transmissió adaptativa (balance-tlb, 5)"
msgid "Add"
msgstr "Afegeix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Afegiu pont ATM"
@@ -692,11 +696,11 @@ msgstr "Afegir acció LED"
msgid "Add VLAN"
msgstr "Afegir VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Afegiu la configuració del dispositiu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Afegeix la configuració del dispositiu…"
@@ -716,7 +720,7 @@ msgstr ""
"Afegeix el sufix de domini local als noms servits des dels fitxers de hosts"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Afegeix una interfície nova..."
@@ -782,7 +786,7 @@ msgstr "Administració"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -908,7 +912,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Permetre l'accés de l'usurari <em>root</em> amb contrasenya"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "IPs permeses"
@@ -961,7 +965,7 @@ msgstr "Hi ha hagut un error en desar el formulari:"
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1064,7 +1068,7 @@ msgstr "Arquitectura"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1075,7 +1079,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1158,7 +1162,7 @@ msgid "Automatically check filesystem for errors before mounting"
msgstr ""
"Comprova els sistemes de fitxers a la recerca d'errors abans de muntar-los"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1206,11 +1210,11 @@ msgstr "Mitjana:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1225,7 +1229,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1239,7 +1243,7 @@ msgstr "Enrere"
msgid "Back to Overview"
msgstr "Enrere al Resum"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1383,7 +1387,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1400,7 +1404,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Número d'unitat de pont"
@@ -1489,7 +1493,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1619,17 +1623,17 @@ msgstr "Canvia la paraula clau de l'administrador per accedir al dispositiu"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Canal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1845,7 +1849,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Configura…"
@@ -1873,7 +1877,7 @@ msgstr "Ha fallat l'intent de connexió"
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1963,7 +1967,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "Crea / Assigna zona de tallafocs"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Crear interfície"
@@ -2057,6 +2061,12 @@ msgstr "Client DHCP"
msgid "DHCP-Options"
msgstr "Opcions DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2080,9 +2090,9 @@ msgstr "Reenviaments DNS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:527
msgid "DNS query port"
-msgstr "Port de consulta <abbr title=\"Domain Name System\">DNS</abbr> "
+msgstr "Port de consulta <abbr title=\"Domain Name System\">DNS</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2094,7 +2104,7 @@ msgstr "Port del servidor <abbr title=\"Domain Name System\">DNS</abbr>"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2118,7 +2128,7 @@ msgstr "Temps d'espera per inactivitat de DPD"
msgid "DS-Lite AFTR address"
msgstr "Adreça AFTR DS-Lite"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2127,7 +2137,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Estat de la DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Mode de línia DSL"
@@ -2194,7 +2204,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2281,8 +2291,8 @@ msgstr "Zona de destí"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2317,7 +2327,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2335,7 +2345,7 @@ msgstr ""
"No s'ha pogut contactar amb el dispositiu! S'està esperant que torni a "
"respondre…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Dispositius"
@@ -2588,7 +2598,7 @@ msgstr "Descarrega còpia de seguretat"
msgid "Download mtdblock"
msgstr "Baixa l'mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Òfset de l'SNR del canal de baixada"
@@ -2877,7 +2887,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2910,7 +2920,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2989,8 +2999,8 @@ msgstr "Habilita l'Spanning Tree Protocol a aquest pont"
msgid "Encapsulation limit"
msgstr "Límit d'encapsulat"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Mode d'encapsulació"
@@ -3110,7 +3120,7 @@ msgstr "Expandeix els amfitrions"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3364,7 +3374,7 @@ msgstr "Estat de tallafocs"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Fitxer de microprogramari"
@@ -3398,6 +3408,10 @@ msgstr "Operacions a la memòria flaix"
msgid "Flashing…"
msgstr "S'està escrivint a la memòria flaix…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3435,7 +3449,7 @@ msgstr "Força el TKIP i el CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Força l'enllaç"
@@ -3496,7 +3510,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Mode de reenviament"
@@ -3577,7 +3591,7 @@ msgid "General Settings"
msgstr "Paràmetres generals"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3599,11 +3613,11 @@ msgstr "Genera la PMK localment"
msgid "Generate archive"
msgstr "Genera l'arxiu"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3619,7 +3633,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3633,7 +3647,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Configuració global"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Opcions globals de xarxa"
@@ -3968,7 +3982,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4137,6 +4151,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr "Veïns IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4153,7 +4171,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4167,12 +4185,12 @@ msgstr ""
msgid "IPv6 address"
msgstr "Adreça IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4188,7 +4206,7 @@ msgstr ""
msgid "IPv6 only"
msgstr "Només IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4197,7 +4215,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "Prefix IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4211,11 +4229,11 @@ msgstr "Longitud de prefix IPv6"
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4272,7 +4290,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4302,14 +4320,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4858,7 +4876,7 @@ msgstr "Interval d'eco LCP"
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5070,7 +5088,7 @@ msgstr "Càrrega mitjana"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5137,7 +5155,7 @@ msgstr "Inici local"
msgid "Local Time"
msgstr "Hora local"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5236,7 +5254,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5249,7 +5267,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5313,7 +5331,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5550,7 +5568,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Mode"
@@ -5732,7 +5750,7 @@ msgstr "Candidats de servidor NTP"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5803,7 +5821,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5854,11 +5872,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5948,7 +5966,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6030,7 +6048,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Cap zona assignada"
@@ -6307,7 +6325,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6452,11 +6470,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6650,7 +6668,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6662,7 +6680,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6691,7 +6709,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Part de la zona %q"
@@ -6928,7 +6946,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:278
msgid "Port status:"
-msgstr "Estatus de port"
+msgstr "Estatus de port:"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:516
msgid "Potential negation of: %s"
@@ -6946,6 +6964,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7048,7 +7070,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7335,7 +7357,7 @@ msgstr ""
msgid "References"
msgstr "Referències"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7436,7 +7458,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7860,7 +7882,7 @@ msgstr "Claus SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8019,7 +8041,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8118,7 +8140,7 @@ msgstr "Atura aquesta interfície"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8540,7 +8562,7 @@ msgstr "Especifiqueu el clau de xifració secret aquí."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8570,7 +8592,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8878,7 +8900,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9055,7 +9077,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9091,11 +9113,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9177,7 +9199,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9292,8 +9314,8 @@ msgstr ""
"La imatge pujada no conté un format suportat. Assegura't de triar el format "
"d'imatge genèric per la teva plataforma."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9493,7 +9515,7 @@ msgstr ""
"inicial, fes clic a \"Restableix la configuració\" (només funciona amb "
"imatges squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "To"
@@ -9602,7 +9624,7 @@ msgstr "Interfície del túnel"
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9611,7 +9633,7 @@ msgid "Tx-Power"
msgstr "Potència Tx"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9729,7 +9751,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Desconfigura"
@@ -9741,7 +9763,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9914,7 +9936,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9967,23 +9989,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr "Utilitza la bandera de difusió"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10080,11 +10102,11 @@ msgstr "Nom d'usuari"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -10094,12 +10116,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10216,7 +10238,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10302,7 +10324,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10539,9 +10561,9 @@ msgstr ""
msgid "any"
msgstr "qualsevol"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10569,7 +10591,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "pontejat"
@@ -10635,7 +10657,7 @@ msgstr "inhabilita"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10699,7 +10721,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "amagat"
@@ -10862,7 +10884,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "encaminat"
diff --git a/modules/luci-base/po/cs/base.po b/modules/luci-base/po/cs/base.po
index 1303762b55..4afc0cb3e5 100644
--- a/modules/luci-base/po/cs/base.po
+++ b/modules/luci-base/po/cs/base.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2023-08-31 08:31+0000\n"
+"PO-Revision-Date: 2023-09-30 22:00+0000\n"
"Last-Translator: David Rapaň <david@rapan.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/luci/cs/>\n"
"Language: cs\n"
@@ -9,18 +9,18 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
-msgstr ""
+msgstr "!known (neznámý)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:649
msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabulka \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -75,7 +75,7 @@ msgstr "(nepřipojeno žádné rozhraní)"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:635
msgctxt "Label indicating further amount of allowed ips"
msgid "+ %d more"
-msgstr ""
+msgstr "+ %d víc"
#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:48
msgid "-- Additional Field --"
@@ -137,13 +137,14 @@ msgstr "Vytížení za 1 minutu:"
msgctxt "nft amount of flags"
msgid "1 flag"
msgid_plural "%d flags"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "1 flag"
+msgstr[1] "%d flags"
+msgstr[2] "%d flags"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
-msgstr ""
+msgstr "12h (12 hodin - default)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:253
msgid "15 Minute Load:"
@@ -160,8 +161,9 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
-msgstr ""
+msgstr "3h (3 hodiny)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:59
msgctxt "sstp log level value"
@@ -182,28 +184,31 @@ msgid "5 Minute Load:"
msgstr "Vytížení za 5 minut:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
-msgstr ""
+msgstr "5m (5 minut)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1591
msgid "6-octet identifier as a hex string - no colons"
msgstr "6oktetový identifikátor jako šestnáctkový řetězec - bez dvojteček"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
-msgstr ""
+msgstr "7d (7 dní)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1614
+#, fuzzy
msgid "802.11k RRM"
-msgstr ""
+msgstr "802.11k RRM"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1623
msgid "802.11k: Enable beacon report via radio measurements."
-msgstr ""
+msgstr "802.11k: Povolit hlášení o zprávách pomocí rádiových měření."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1619
msgid "802.11k: Enable neighbor report via radio measurements."
-msgstr ""
+msgstr "802.11k: Povolit hlášení o sousedech pomocí rádiových měření."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1551
msgid "802.11r Fast Transition"
@@ -211,36 +216,41 @@ msgstr "802.11r Fast Transition"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1183
msgid "802.11v: BSS Max Idle. Units: seconds."
-msgstr ""
+msgstr "802.11v: BSS Max Idle. Jednotky: sekundy."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1649
msgid "802.11v: Basic Service Set (BSS) transition management."
-msgstr ""
+msgstr "802.11v: Řízení přechodu v rámci základní sady služeb (BSS)."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1638
msgid "802.11v: Local Time Zone Advertisement in management frames."
-msgstr ""
+msgstr "802.11v: Oznamování místního časového pásma v řídicích rámcích."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1653
msgid ""
"802.11v: Proxy ARP enables non-AP STA to remain in power-save for longer."
msgstr ""
+"802.11v: Proxy ARP umožňuje ne-AP STA zůstat v režimu úspory energie déle."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1629
msgid "802.11v: Time Advertisement in management frames."
-msgstr ""
+msgstr "802.11v: Oznamování času v řídicích rámcích."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1642
msgid ""
"802.11v: Wireless Network Management (WNM) Sleep Mode (extended sleep mode "
"for stations)."
msgstr ""
+"802.11v: Řízení bezdrátové sítě (WNM) režim spánku (rozšířený režim spánku "
+"pro stanice)."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1646
msgid ""
"802.11v: Wireless Network Management (WNM) Sleep Mode Fixes: Prevents "
"reinstallation attacks."
msgstr ""
+"802.11v: Opravy režimu spánku řízení bezdrátové sítě (WNM): Brání "
+"reinstalačním útokům."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1796
msgid "802.11w Association SA Query maximum timeout"
@@ -288,19 +298,19 @@ msgstr "<abbr title=\"Neighbour Discovery Protocol\">NDP</abbr>-Proxy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:912
msgid "<abbr title=\"Prefix Delegation\">PD</abbr> minimum length"
-msgstr ""
+msgstr "<abbr title=\"Prefix Delegation\">PD</abbr> minimální délka"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:808
msgid "<abbr title=\"Router Advertisement\">RA</abbr> Flags"
-msgstr ""
+msgstr "<abbr title=\"Router Advertisement\">RA</abbr> Flagy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:882
msgid "<abbr title=\"Router Advertisement\">RA</abbr> Hop Limit"
-msgstr ""
+msgstr "<abbr title=\"Router Advertisement\">RA</abbr> Hop limit"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:856
msgid "<abbr title=\"Router Advertisement\">RA</abbr> Lifetime"
-msgstr ""
+msgstr "<abbr title=\"Router Advertisement\">RA</abbr> Doba trvání"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:863
msgid "<abbr title=\"Router Advertisement\">RA</abbr> MTU"
@@ -308,64 +318,68 @@ msgstr "<abbr title=\"Router Advertisement\">RA</abbr> MTU"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:780
msgid "<abbr title=\"Router Advertisement\">RA</abbr>-Service"
-msgstr ""
+msgstr "<abbr title=\"Router Advertisement\">RA</abbr>-Služba"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:300
msgid ""
"<code>/#/</code> matches any domain. <code>/example.com/</code> returns "
"NXDOMAIN."
msgstr ""
+"<code>/#/</code> odpovídá jakékoli doméně. <code>/example.com/</code> vrací "
+"NXDOMAIN."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:301
msgid ""
"<code>/example.com/#</code> returns NULL addresses (<code>0.0.0.0</code> and "
"<code>::</code>) for example.com and its subdomains."
msgstr ""
+"<code>/example.com/#</code> vrací NULL adresu (<code>0.0.0.0</code> a "
+"<code>::</code>) pro example.com a její subdomény."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:87
msgctxt "nft relational \">\" operator expression"
msgid "<var>%s</var> greater than <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> větší než <strong>%s</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:85
msgctxt "nft relational \">=\" operator expression"
msgid "<var>%s</var> greater than or equal to <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> větší než nebo rovno <strong>%s</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:90
msgctxt "nft set match expression"
msgid "<var>%s</var> in set <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> v množině <strong>%s</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:83
msgctxt "nft relational \"==\" operator expression"
msgid "<var>%s</var> is <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> je <strong>%s</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:89
msgctxt "nft relational \"in\" operator expression"
msgid "<var>%s</var> is one of <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> je jedním z <strong>%s</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:88
msgctxt "nft relational \"<\" operator expression"
msgid "<var>%s</var> lower than <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> menší než <strong>%s</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:86
msgctxt "nft relational \"<=\" operator expression"
msgid "<var>%s</var> lower than or equal to <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> menší než nebo rovno <strong>%s</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:84
msgctxt "nft relational \"!=\" operator expression"
msgid "<var>%s</var> not <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> není <strong>%s</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:91
msgctxt "nft not in set match expression"
msgid "<var>%s</var> not in set <strong>%s</strong>"
-msgstr ""
+msgstr "<var>%s</var> není v množině <strong>%s</strong>"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:86
msgid ""
@@ -374,6 +388,10 @@ msgid ""
"internet connection in the mesh) or having the gateway support turned off "
"entirely (which is the default setting)."
msgstr ""
+"Nod batman-adv může běžet buď v režimu serveru (sdílení svého internetového "
+"připojení s mesh sítí), nebo v režimu klienta (hledání nejvhodnějšího "
+"internetového připojení v mesh síti), nebo může být zcela vypnutá podpora "
+"brány (což je výchozí nastavení)."
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:424
msgid "A configuration for the device \"%s\" already exists"
@@ -388,83 +406,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"Je třeba se znovu přihlásit, protože platnost relace přihlášení skončila."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
-msgstr ""
+msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
-msgstr ""
+msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
-msgstr ""
+msgstr "ADSL (všechny varianty) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
-msgstr ""
+msgstr "ADSL (všechny varianty) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
-msgstr ""
+msgstr "ADSL (všechny varianty) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
-msgstr ""
+msgstr "ADSL (všechny varianty) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
-msgstr ""
+msgstr "ADSL (všechny varianty) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
-msgstr ""
+msgstr "ADSL (všechny varianty) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
-msgstr ""
+msgstr "ADSL (všechny varianty) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
-msgstr ""
+msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
-msgstr ""
+msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
-msgstr ""
+msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
-msgstr ""
+msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
-msgstr ""
+msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
-msgstr ""
+msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
-msgstr ""
+msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -478,7 +496,7 @@ msgstr "APN"
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:144
msgid "APN profile index"
-msgstr ""
+msgstr "Index profilu APN"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:353
msgid "ARP"
@@ -498,7 +516,7 @@ msgstr "Ověření ARP"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:374
msgid "ARP mode to consider a slave as being up"
-msgstr ""
+msgstr "Režim ARP pro zvážení slave jako aktivního (online)"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:79
msgid "ARP monitoring is not supported for the selected policy!"
@@ -510,7 +528,7 @@ msgstr "ARP limit opakování"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:637
msgid "ARP traffic table \"%h\""
-msgstr ""
+msgstr "ARP tabulka provozu \"%h\""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1146
msgid ""
@@ -518,26 +536,30 @@ msgid ""
"to the STA MAC address. Note: This is not Directed Multicast Service (DMS) "
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
+"ARP, IPv4 a IPv6 (včetně 802.1Q) s multicastovými MAC adresami jsou "
+"odesílány jako unicast na MAC adresu STA. Poznámka: Toto není služba "
+"směrovaného multicastu (DMS) v 802.11v. Poznámka: může narušit očekávání "
+"multicastu u příjemce STA."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (asynchronní režim přenosu)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM mosty"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Identifikátor virtuálního kanálu ATM (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Identifikátor virtuální cesty ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -547,7 +569,7 @@ msgstr ""
"virtuální síťová rozhraní Linuxu, které mohou být použity ve spojení s DHCP "
"nebo PPP vytáčeného připojení od poskytovatele sítě."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "číslo ATM zařízení"
@@ -570,7 +592,7 @@ msgstr "Akceptovat lokální"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:95
msgctxt "nft accept action"
msgid "Accept packet"
-msgstr ""
+msgstr "Příjmout paket"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:701
msgid "Accept packets with local source addresses"
@@ -587,11 +609,11 @@ msgstr "Přístupový bod"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:60
msgid "Access Point Isolation"
-msgstr ""
+msgstr "Izolace přístupového bodu"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:99
msgid "Access Technologies"
-msgstr ""
+msgstr "Přístupové technologie"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:388
msgid "Actions"
@@ -634,7 +656,7 @@ msgstr "Aktivní pravidla pro IPv6"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:205
msgid "Active-Backup policy (active-backup, 1)"
-msgstr ""
+msgstr "Aktivní-záložní pravidla (active-backup, 1)"
#: modules/luci-base/htdocs/luci-static/resources/network.js:3866
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:988
@@ -665,7 +687,7 @@ msgstr "Adaptivní vyvažování přenosové zátěže (balance-tlb, 5)"
msgid "Add"
msgstr "Přidat"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Přidat ATM most"
@@ -685,11 +707,11 @@ msgstr "Přidat akci LED kontrolky"
msgid "Add VLAN"
msgstr "Přidat síť VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Přidat konfiguraci zařízení"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Přidat konfiguraci zařízení…"
@@ -708,7 +730,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Přidat lokální koncovku k doménovým jménům ze souboru hosts."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Přidat rozhraní..."
@@ -718,7 +740,7 @@ msgstr "Přidat protistranu"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:941
msgid "Add static forward and reverse DNS entries for this host."
-msgstr ""
+msgstr "Přidejte statické směrovací a reverzní DNS záznamy pro tohoto hosta."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:335
msgid "Add to Blacklist"
@@ -752,11 +774,11 @@ msgstr "Adresa"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:21
msgctxt "nft meta nfproto"
msgid "Address family"
-msgstr ""
+msgstr "Rodina adres"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:284
msgid "Address setting is invalid"
-msgstr ""
+msgstr "Nastavení adresy není validní"
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:151
msgid "Address to access local relay bridge"
@@ -774,7 +796,7 @@ msgstr "Správa"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -789,11 +811,11 @@ msgstr "Pokročilé nastavení zařízení"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:567
msgid "Ageing time"
-msgstr ""
+msgstr "Ageing time"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:50
msgid "Aggregate Originator Messages"
-msgstr ""
+msgstr "Agregovat zprávy původce"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:260
msgid "Aggregation Selection Logic"
@@ -802,16 +824,22 @@ msgstr "Logika výběru agregace"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:263
msgid "Aggregator: All slaves down or has no slaves (stable, 0)"
msgstr ""
+"Agregátor: Všechny slave uzly jsou offline nebo nemá žádné slave uzly "
+"(stabilní, 0)"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:265
msgid ""
"Aggregator: Chosen by the largest number of ports + slave added/removed or "
"state changes (count, 2)"
msgstr ""
+"Agregátor: Vybrán na základě největšího počtu portů + přidání/odebrání slave "
+"uzlů nebo změn v jejich stavu (počet, 2)"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:264
msgid "Aggregator: Slave added/removed or state changes (bandwidth, 1)"
msgstr ""
+"Agregátor: Přidání/odebrání slave uzlů nebo změny v jejich stavu (šířka "
+"pásma, 1)"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:192
msgid "Alert"
@@ -894,18 +922,18 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Povolit <em>root</em> účtu přihlášení bez nastaveného hesla"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "IP adresy, ze kterých umožnit přístup"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:86
msgid "Allowed network technology"
-msgstr ""
+msgstr "Povolená technologie sítě"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:315
msgid "AllowedIPs setting is invalid"
-msgstr ""
+msgstr "Nastavení AllowedIPs není validní"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:776
msgid "Always"
@@ -922,6 +950,7 @@ msgstr "Vždy zapnuto (jádro: default-on)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:620
msgid "Always send DHCP Options. Sometimes needed, with e.g. PXELinux."
msgstr ""
+"Vždy odesílat DHCP možnosti. Někdy je to potřeba, například s PXELinuxem."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:965
msgid ""
@@ -933,11 +962,11 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:741
msgid "Amount of Duplicate Address Detection probes to send"
-msgstr ""
+msgstr "Množství sond k odeslání pro detekci duplicitní adresy"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
msgid "Amount of seconds to wait for the modem to become ready"
-msgstr ""
+msgstr "Doba čekání v sekundách, než je modem připravený"
#: modules/luci-base/htdocs/luci-static/resources/form.js:608
msgid "An error occurred while saving the form:"
@@ -947,7 +976,7 @@ msgstr "Při ukládání formuláře došlo k chybě:"
msgid "An optional, short description for this device"
msgstr "Volitelný, krátký popis zařízení"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -956,6 +985,8 @@ msgid ""
"Announce NAT64 prefix in <abbr title=\"Router Advertisement\">RA</abbr> "
"messages."
msgstr ""
+"Oznámit NAT64 prefix v <abbr title=\"Router Advertisement\">RA</abbr> "
+"zprávách."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:926
msgid "Announce this device as IPv6 DNS server."
@@ -966,18 +997,24 @@ msgid ""
"Announce this device as default router if a local IPv6 default route is "
"present."
msgstr ""
+"Oznámit toto zařízení jako výchozí směrovač, pokud je přítomna místní IPv6 "
+"výchozí trasa."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:796
msgid ""
"Announce this device as default router if a public IPv6 prefix is available, "
"regardless of local default route availability."
msgstr ""
+"Oznámit toto zařízení jako výchozí směrovač, pokud je k dispozici veřejný "
+"IPv6 prefix, bez ohledu na dostupnost místní výchozí trasy."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:798
msgid ""
"Announce this device as default router regardless of whether a prefix or "
"default route is present."
msgstr ""
+"Oznámit toto zařízení jako výchozí směrovač, bez ohledu na přítomnost "
+"prefixu nebo výchozí trasy."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:933
msgid "Announced DNS domains"
@@ -985,7 +1022,7 @@ msgstr "Oznámené DNS domény"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:917
msgid "Announced IPv6 DNS servers"
-msgstr ""
+msgstr "Oznámené IPv6 DNS servery"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1767
msgid "Anonymous Identity"
@@ -1002,7 +1039,7 @@ msgstr "Anonymní odkládací oddíl/soubor"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:518
msgctxt "nft match any traffic"
msgid "Any packet"
-msgstr ""
+msgstr "Jakýkoliv paket"
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:84
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:174
@@ -1013,11 +1050,11 @@ msgstr "Libovolná zóna"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:614
msgid "Apply DHCP Options to this net. (Empty = all clients)."
-msgstr ""
+msgstr "Použít DHCP možnosti pro tuto síť. (Prázdné = všichni klienti)."
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4706
msgid "Apply and keep settings"
-msgstr ""
+msgstr "Aplikovat a ponechat nastavení"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:119
msgid "Apply backup?"
@@ -1036,6 +1073,7 @@ msgstr "Použít nezkontrolované"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4702
msgid "Apply with revert after connectivity loss"
msgstr ""
+"Aplikovat s podmínkou návratu původního nastavení při ztrátě konektivity"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4642
msgid "Applying configuration changes… %ds"
@@ -1047,9 +1085,9 @@ msgstr "Architektura"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:152
msgid "Arp-scan"
-msgstr ""
+msgstr "Arp-sken"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1057,15 +1095,14 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:913
msgid "Assign new, freeform tags to this entry."
-msgstr ""
+msgstr "Přiřadit nové volně formulované tagy k této položce."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
-#, fuzzy
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
msgstr ""
-"Přiřadit části prefixu pomocí šestnáctkového subprefixového ID k tomuto "
+"Přiřadit části prefixu pomocí tohoto hexadecimálního ID podprefixu pro toto "
"rozhraní."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2266
@@ -1079,10 +1116,12 @@ msgstr "Přiřazení"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:126
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:127
+#, fuzzy
msgid ""
"At least <strong>%h</strong> per <strong>%h</strong>, burst of <strong>%h</"
"strong>"
msgstr ""
+"Alespoň <strong>%h</strong> z <strong>%h</strong>, burst <strong>%h</strong>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:124
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:125
@@ -1144,7 +1183,7 @@ msgstr "Automatický Homenet (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "Před připojením automaticky zkontrolovat souborový systém na chyby"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1194,11 +1233,11 @@ msgstr "Průměr:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1213,7 +1252,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1227,7 +1266,7 @@ msgstr "Zpět"
msgid "Back to Overview"
msgstr "Zpět na přehled"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1373,7 +1412,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Zařízení síťového mostu"
@@ -1390,7 +1429,7 @@ msgstr "Porty síťového mostu"
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Číslo síťového mostu"
@@ -1480,7 +1519,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1607,17 +1646,17 @@ msgstr "Změní administrátorské heslo pro přístup k zařízení"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanál"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Analýza kanálů"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Šířka kanálu"
@@ -1833,7 +1872,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Konfigurovat…"
@@ -1861,7 +1900,7 @@ msgstr "Pokus o připojení se nezdařil"
msgid "Connection attempt failed."
msgstr "Pokus o připojení se nezdařil."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1950,7 +1989,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "Vytvořit / přiřadit zónu brány firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Vytvořit rozhraní"
@@ -2044,6 +2083,12 @@ msgstr "DHCP klient"
msgid "DHCP-Options"
msgstr "Volby DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2069,7 +2114,7 @@ msgstr "Přeposílání DNS"
msgid "DNS query port"
msgstr "port dotazů <abbr title=\"Domain Name System\">DNS</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2081,7 +2126,7 @@ msgstr "port serveru <abbr title=\"Domain Name System\">DNS</abbr>"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2105,7 +2150,7 @@ msgstr "Limit času nečinnosti protistrany (DPD timeout)"
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2114,7 +2159,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Stav DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Režim DSL linky"
@@ -2178,7 +2223,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delegovat prefix IPv6"
@@ -2265,8 +2310,8 @@ msgstr "Cílová zóna"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2301,7 +2346,7 @@ msgstr "Název zařízení"
msgid "Device not managed by ModemManager."
msgstr "Zařízení není spravováno nástrojem ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Zařízení není přítomné"
@@ -2317,7 +2362,7 @@ msgstr "Zařízení nedostupné!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Zařízení není dostupné! Pokračuje čekání na zařízení..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Zařízení"
@@ -2571,7 +2616,7 @@ msgstr "Stáhnout zálohu"
msgid "Download mtdblock"
msgstr "Stáhnout si mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Downstream SNR offset"
@@ -2861,7 +2906,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2894,7 +2939,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2973,8 +3018,8 @@ msgstr "Na tomto síťovém mostě povolit Spanning Tree Protocol"
msgid "Encapsulation limit"
msgstr "Limit zapouzdření"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Režim zapouzdřování"
@@ -3096,7 +3141,7 @@ msgstr "Rozšířit hostitele"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Očekávána šestnáctková hodnota"
@@ -3352,7 +3397,7 @@ msgstr "Stav brány firewall"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Soubor s firmware"
@@ -3386,6 +3431,10 @@ msgstr "Operace nad flash pamětí"
msgid "Flashing…"
msgstr "Flashování…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3423,7 +3472,7 @@ msgstr "Vynutit TKIP a CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Vynutit spojení"
@@ -3485,7 +3534,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Režim přeposílání"
@@ -3566,7 +3615,7 @@ msgid "General Settings"
msgstr "Obecná nastavení"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3588,11 +3637,11 @@ msgstr "Generovat klíč PMK lokálně"
msgid "Generate archive"
msgstr "Vytvorǐt archív"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3608,7 +3657,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3620,7 +3669,7 @@ msgstr "Heslo nezměněno z důvodu nesouhlasu nového hesla a ověření hesla!
msgid "Global Settings"
msgstr "Obecná nastavení"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Globální možnosti sítě"
@@ -3691,7 +3740,7 @@ msgstr ""
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json:3
msgid "Grant access to main status display"
-msgstr "Udělit přístup k hlavnímu zobrazení stavu"
+msgstr "Udělit přístup k zobrazení hlavního stavu"
#: protocols/luci-proto-modemmanager/root/usr/share/rpcd/acl.d/luci-proto-modemmanager.json:3
msgid "Grant access to mmcli"
@@ -3954,7 +4003,7 @@ msgstr "Neplatná IP adresa"
msgid "IP address is missing"
msgstr "Chybí IP adresa"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4124,6 +4173,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "Sousedé IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4140,7 +4193,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr "Nastavení IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA prefix"
@@ -4154,12 +4207,12 @@ msgstr "IPv6 Upstream"
msgid "IPv6 address"
msgstr "IPv6 adresa"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Nápověda pro přiřazení IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Velikost přídělu IPv6"
@@ -4175,7 +4228,7 @@ msgstr "Síť IPv6 v notaci adresa/maska sítě"
msgid "IPv6 only"
msgstr "Pouze IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4184,7 +4237,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "IPv6 prefix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Filtr prefixů IPv6"
@@ -4198,11 +4251,11 @@ msgstr "Délka IPv6 prefixu"
msgid "IPv6 routed prefix"
msgstr "IPv6 směrovaný prefix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6 suffix"
@@ -4259,7 +4312,7 @@ msgstr "Pokud je zaškrtnuto, přidá \"+ipv6\" do možností pppd"
msgid "If checked, encryption is disabled"
msgstr "Je-li zaškrtnuto, je šifrování zakázáno"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4289,14 +4342,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Pokud není povoleno, není nastaven žádný výchozí směrovací záznam"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4850,7 +4903,7 @@ msgstr "LCP interval upozornění"
msgid "LED Configuration"
msgstr "Konfigurace LED"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -4948,7 +5001,7 @@ msgstr "Limit"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:25
msgid "Line Mode"
-msgstr "Režim linky"
+msgstr "Mód linky"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:24
msgid "Line State"
@@ -4956,7 +5009,7 @@ msgstr "Stav linky"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:26
msgid "Line Uptime"
-msgstr "Line Uptime"
+msgstr "Uptime linky"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:125
msgid "Link Aggregation (Channel Bonding)"
@@ -5081,7 +5134,7 @@ msgstr "Průměrná zátěž"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5148,7 +5201,7 @@ msgstr "Místní startup"
msgid "Local Time"
msgstr "Místní čas"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Místní ULA"
@@ -5251,7 +5304,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC adresa"
@@ -5264,7 +5317,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5328,7 +5381,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5451,7 +5504,7 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:330
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:331
msgid "Mbit/s"
-msgstr "Mbit/s"
+msgstr "Mbitů/s"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:35
msgid "Medium"
@@ -5568,7 +5621,7 @@ msgstr "Doména mobility"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Mód"
@@ -5754,11 +5807,11 @@ msgstr "Kandidáti NTP serveru"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
-msgstr "Název"
+msgstr "Jméno"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2104
msgid "Name of the new network"
@@ -5825,7 +5878,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Síťové zařízení"
@@ -5878,11 +5931,11 @@ msgstr ""
"Nikdy nepřesměrovávat odpovídající domény a subdomény, převádět jen podle "
"DHCP a souborů hosts."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Nové rozhraní pro \"%s\" nelze vytvořit: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nový název rozhraní…"
@@ -5972,7 +6025,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr "V tomto adresáři nejsou žádné položky"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6054,7 +6107,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Žádná zóna nepřiřazena"
@@ -6147,7 +6200,7 @@ msgstr "Poznámky"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:188
msgid "Notice"
-msgstr "Oznámení"
+msgstr "Upozornění"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:135
msgid "Nslookup"
@@ -6338,7 +6391,7 @@ msgstr ""
"Volitelné. 32bitová značka pro odchozí šifrované pakety. Zadejte "
"šestnáctkovou hodnotu začínající <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6495,11 +6548,11 @@ msgstr "Výstupní zóna"
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6695,7 +6748,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (režim přenosu paketů)"
@@ -6707,7 +6760,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6737,7 +6790,7 @@ msgstr[1] ""
msgstr[2] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Část zóny %q"
@@ -6992,6 +7045,10 @@ msgstr "Preferovat LTE"
msgid "Prefer UMTS"
msgstr "Preferovat UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7096,7 +7153,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7324,7 +7381,7 @@ msgstr "Restartovat"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:46
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:51
msgid "Rebooting…"
-msgstr "Probíhá restartování…"
+msgstr "Probíhá restart…"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:21
msgid "Reboots the operating system of your device"
@@ -7389,7 +7446,7 @@ msgstr ""
msgid "References"
msgstr "Reference"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7490,7 +7547,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7916,7 +7973,7 @@ msgstr "SSH klíče"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8080,7 +8137,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8181,7 +8238,7 @@ msgstr "Shodit toho rozhraní"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8244,7 +8301,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:3002
#: modules/luci-compat/luasrc/model/network.lua:1428
msgid "Software VLAN"
-msgstr "Software VLAN"
+msgstr "Softwarová VLAN"
#: modules/luci-compat/luasrc/view/cbi/header.htm:5
msgid "Some fields are invalid, cannot save values!"
@@ -8615,7 +8672,7 @@ msgstr "Zde nastavte soukromý šifrovací klíč."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8645,7 +8702,7 @@ msgid "Starting configuration apply…"
msgstr "Provádění konfiguračních změn…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Zahájeno bezdrátové skenování..."
@@ -8957,7 +9014,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9147,7 +9204,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Adresa brány nesmí být lokální IP adresa"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9185,11 +9242,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Název rozhraní je již používán"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Název rozhraní je příliš dlouhý"
@@ -9276,7 +9333,7 @@ msgstr ""
"jeden port pro připojení k vyšší síti (Uplink) jako třeba internet a "
"zbývající porty pro místní síť."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9395,8 +9452,8 @@ msgstr ""
"Nahraný soubor s firmware neobsahuje podporovaný formát. Ujistěte se, že "
"jste vybrali správný formát pro svou platformu."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9604,7 +9661,7 @@ msgstr ""
"konfigurační soubory. Pro obnovení továrního nastavení stiskněte \"Obnovit "
"výchozí\" (možné pouze s obrazy squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tón"
@@ -9713,7 +9770,7 @@ msgstr "Rozhraní tunelu"
msgid "Tunnel Link"
msgstr "Tunelové spojení"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9722,7 +9779,7 @@ msgid "Tx-Power"
msgstr "Tx-Power"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9840,7 +9897,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9852,7 +9909,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr "Neočekávaný formát dat odpovědi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9940,7 +9997,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4261
msgid "Upload"
-msgstr "Nahrát"
+msgstr "Nahráno"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:441
msgid ""
@@ -10030,7 +10087,7 @@ msgstr "Použít DHCP bránu"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10083,23 +10140,23 @@ msgstr "Použít jako kořenový souborový systém (/)"
msgid "Use broadcast flag"
msgstr "Použít příznak broadcastu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Použít vestavěnou správu IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Použít vlastní DNS servery"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Použít výchozí bránu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10204,11 +10261,11 @@ msgstr "Uživatelské jméno"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10218,12 +10275,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10344,7 +10401,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Virtuální Ethernet"
@@ -10430,7 +10487,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10678,9 +10735,9 @@ msgstr ""
msgid "any"
msgstr "libovolný"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10708,7 +10765,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "přemostěný"
@@ -10774,7 +10831,7 @@ msgstr "zakázat"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10838,7 +10895,7 @@ msgid "hexadecimal encoded value"
msgstr "hexadecimální hodnota"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "skrytý"
@@ -10945,7 +11002,7 @@ msgstr "není k dispozici"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:959
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:963
msgid "off"
-msgstr "vypnuto"
+msgstr "off"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:795
msgid "on available prefix"
@@ -11001,7 +11058,7 @@ msgstr ""
msgid "relay mode"
msgstr "reléový režim"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "směrované"
diff --git a/modules/luci-base/po/da/base.po b/modules/luci-base/po/da/base.po
index 53d17a008c..bd38e0700c 100644
--- a/modules/luci-base/po/da/base.po
+++ b/modules/luci-base/po/da/base.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-08-31 08:31+0000\n"
+"PO-Revision-Date: 2023-10-05 19:12+0000\n"
"Last-Translator: drax red <drax@outlook.dk>\n"
"Language-Team: Danish <https://hosted.weblate.org/projects/openwrt/luci/da/>"
"\n"
@@ -8,7 +8,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -19,7 +19,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabel \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -141,6 +141,7 @@ msgstr[0] "1 flag"
msgstr[1] "%d flag"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr "12t (12 timer - standard)"
@@ -159,6 +160,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr "3t (3 timer)"
@@ -181,6 +183,7 @@ msgid "5 Minute Load:"
msgstr "5 minutters belastning:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr "5m (5 minutter)"
@@ -189,6 +192,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "6-oktet-identifikator som en hex-streng - ingen kolon"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr "7d (7 dage)"
@@ -401,83 +405,83 @@ msgstr "Der findes allerede en mappe med samme navn."
msgid "A new login is required since the authentication session expired."
msgstr "Der er behov for et nyt login, da godkendelsessessionen er udløbet."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Bilag A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Bilag B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (alle varianter) Bilag A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (alle varianter) Bilag A/L/M + VDSL2 Bilag A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (alle varianter) Bilag B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (alle varianter) Bilag B + VDSL2 Bilag A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (alle varianter) Bilag B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (alle varianter) Bilag B/J + VDSL2 Bilag A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (alle varianter) Bilag M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Bilag A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Bilag B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Bilag L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Bilag M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Bilag A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Bilag B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Bilag M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -536,25 +540,25 @@ msgstr ""
"Service (DMS) i 802.11v. Bemærk: kan bryde modtagerens STA multicast-"
"forventninger."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (asynkron overførselstilstand)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM-broer"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM Virtual Channel Identifier (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM Virtual Path Identifier (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -564,7 +568,7 @@ msgstr ""
"Linux-netværks interfaces , der kan bruges sammen med DHCP eller PPP til at "
"ringe ind på udbyderens netværk."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM-enhedsnummer"
@@ -683,7 +687,7 @@ msgstr "Adaptiv load balancing af transmission (balance-tlb, 5)"
msgid "Add"
msgstr "Tilføj"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Tilføj ATM-bro"
@@ -703,11 +707,11 @@ msgstr "Tilføj LED-handling"
msgid "Add VLAN"
msgstr "Tilføj VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Tilføj enhedskonfiguration"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Tilføj enhedskonfiguration…"
@@ -726,7 +730,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Tilføj lokalt domæne-suffiks til navne, der serveres fra hosts-filer."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Tilføj nyt interface..."
@@ -792,7 +796,7 @@ msgstr "Administration"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -915,14 +919,14 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Tillad brugeren <em>root</em> at logge ind med adgangskode"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Tilladte IP'er"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:86
msgid "Allowed network technology"
-msgstr ""
+msgstr "Tilladt netværksteknologi"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:315
msgid "AllowedIPs setting is invalid"
@@ -970,7 +974,7 @@ msgstr "Der opstod en fejl under lagring af formularen:"
msgid "An optional, short description for this device"
msgstr "En valgfri, kort beskrivelse af denne enhed"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Bilag"
@@ -1080,7 +1084,7 @@ msgstr "Arkitektur"
msgid "Arp-scan"
msgstr "Arp-scan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1091,7 +1095,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr "Tildel nye, freeform tags til dette indlæg."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1178,7 +1182,7 @@ msgstr "Automatisk Homenet (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "Kontroller automatisk filsystemet for fejl før montering"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1228,11 +1232,11 @@ msgstr "Gennemsnit:"
msgid "Avoid Bridge Loops"
msgstr "Undgå bro Loops"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1247,7 +1251,7 @@ msgstr "BSS overgang"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1261,7 +1265,7 @@ msgstr "Tilbage"
msgid "Back to Overview"
msgstr "Tilbage til Oversigt"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Tilbage til peer-konfiguration"
@@ -1414,7 +1418,7 @@ msgid "Bridge VLAN filtering"
msgstr "Bro VLAN-filtrering"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Bro enhed"
@@ -1431,7 +1435,7 @@ msgstr "Broporte"
msgid "Bridge traffic table \"%h\""
msgstr "Brotrafiktabel \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Nummer på broenhed"
@@ -1525,7 +1529,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1660,17 +1664,17 @@ msgstr "Ændrer administratoradgangskoden for adgang til enheden"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Kanalanalyse"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Kanalbredde"
@@ -1902,7 +1906,7 @@ msgid ""
msgstr ""
"Konfigurerer driftstilstanden for NDP-proxytjenesten på denne interface."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Konfigurer…"
@@ -1930,7 +1934,7 @@ msgstr "Forbindelsesforsøg mislykkedes"
msgid "Connection attempt failed."
msgstr "Forbindelsesforsøg mislykkedes."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Slutpunkt for forbindelse"
@@ -2023,7 +2027,7 @@ msgstr "Dækningscelletæthed"
msgid "Create / Assign firewall-zone"
msgstr "Opret / Tildel firewall-zone"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Opret interface"
@@ -2117,6 +2121,12 @@ msgstr "DHCP klient"
msgid "DHCP-Options"
msgstr "DHCP-indstillinger"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2142,7 +2152,7 @@ msgstr "DNS-videresendelser"
msgid "DNS query port"
msgstr "Port til DNS-forespørgsel"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS-søgningsdomæner"
@@ -2154,7 +2164,7 @@ msgstr "Port til DNS-server"
msgid "DNS setting is invalid"
msgstr "DNS indstillingen er ugyldig"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS vægt"
@@ -2178,7 +2188,7 @@ msgstr "DPD Idle Timeout"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR-adresse"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2187,7 +2197,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL Status"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL-linjemodus"
@@ -2255,7 +2265,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Definerer en specifik MTU for denne rute"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delegere IPv6-præfikser"
@@ -2342,8 +2352,8 @@ msgstr "Destination zone"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2378,7 +2388,7 @@ msgstr "Enhedens navn"
msgid "Device not managed by ModemManager."
msgstr "Enheden administreres ikke af ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Enheden er ikke til stede"
@@ -2394,7 +2404,7 @@ msgstr "Enheden er ikke tilgængelig!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Enheden er ikke tilgængelig! Venter stadig på enheden..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Enheder"
@@ -2652,7 +2662,7 @@ msgstr "Download backup"
msgid "Download mtdblock"
msgstr "Download mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Nedstrøms SNR offset"
@@ -2954,7 +2964,7 @@ msgstr ""
"Protocol\">HTTP</abbr>-anmodninger til <abbr title=\"Hypertext Transfer "
"Protocol Secure\">HTTPS</abbr>-porten."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2989,7 +2999,7 @@ msgstr "Aktiver multicast-querier"
msgid "Enable multicast support"
msgstr "Aktiver understøttelse af multicast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3072,8 +3082,8 @@ msgstr "Aktiverer Spanning Tree-protokollen på denne bro"
msgid "Encapsulation limit"
msgstr "Indkapslingsgrænse"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Indkapslingstilstand"
@@ -3197,7 +3207,7 @@ msgstr "Udvid værter"
msgid "Expected port number."
msgstr "Forventet portnummer."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Forventer et hexadecimalt tildelingshint"
@@ -3449,7 +3459,7 @@ msgstr "Firewall-status"
msgid "Firewall mark"
msgstr "Firewall-mærke"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Firmware-fil"
@@ -3483,6 +3493,10 @@ msgstr "Flash-operationer"
msgid "Flashing…"
msgstr "Flashing…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3520,7 +3534,7 @@ msgstr "Tving TKIP og CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr "Tving broadcast DHCP-respons."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Tving link"
@@ -3590,7 +3604,7 @@ msgstr "Videresend multicast-pakker som unicast-pakker på denne enhed."
msgid "Forward/reverse DNS"
msgstr "Forward/reverse DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Videresendelsestilstand"
@@ -3671,7 +3685,7 @@ msgid "General Settings"
msgstr "Generelle indstillinger"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3693,11 +3707,11 @@ msgstr "Generer PMK lokalt"
msgid "Generate archive"
msgstr "Generer arkiv"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Generer konfiguration"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Generer konfiguration…"
@@ -3714,7 +3728,7 @@ msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
"Genererer en konfiguration, der er egnet til import på en WireGuard peer"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Genererer QR-kode…"
@@ -3727,7 +3741,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Globale indstillinger"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Globale netværksindstillinger"
@@ -4066,7 +4080,7 @@ msgstr "IP-adressen er ugyldig"
msgid "IP address is missing"
msgstr "IP-adresse mangler"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4238,6 +4252,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "IPv6-naboer"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "IPv6 RA-indstillinger"
@@ -4254,7 +4272,7 @@ msgstr "IPv6-regler"
msgid "IPv6 Settings"
msgstr "IPv6-indstillinger"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA-præfiks"
@@ -4268,12 +4286,12 @@ msgstr "IPv6 Upstream"
msgid "IPv6 address"
msgstr "IPv6-adresse"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6-tildelingstip"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6-tildelingslængde"
@@ -4289,7 +4307,7 @@ msgstr "IPv6-netværk i adresse/netmaske-notation"
msgid "IPv6 only"
msgstr "Kun IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "IPv6-præference"
@@ -4298,7 +4316,7 @@ msgstr "IPv6-præference"
msgid "IPv6 prefix"
msgstr "IPv6-præfiks"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "IPv6 præfiksfilter"
@@ -4312,11 +4330,11 @@ msgstr "IPv6-præfiks længde"
msgid "IPv6 routed prefix"
msgstr "IPv6-rutet præfiks"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "IPv6 kilde routing"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6-suffiks"
@@ -4376,7 +4394,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr "Hvis afkrydsningsfeltet er markeret, deaktiveres kryptering"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4417,14 +4435,14 @@ msgstr ""
"inden for %d sekunder for at bekræfte indstillingerne, ellers vil "
"ændringerne blive annulleret."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Hvis ikke markeret, er der ikke konfigureret nogen standardrute"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4993,7 +5011,7 @@ msgstr "LCP-echo interval"
msgid "LED Configuration"
msgstr "LED-konfiguration"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5029,7 +5047,7 @@ msgstr "Seneste håndtryk"
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:21
msgid "Leaf"
-msgstr "Blad"
+msgstr "Leaf"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:775
msgid "Learn"
@@ -5221,7 +5239,7 @@ msgstr "Gennemsnitlig belastning"
msgid "Load configuration…"
msgstr "Indlæs konfiguration…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5288,7 +5306,7 @@ msgstr "Lokal opstart"
msgid "Local Time"
msgstr "Lokal tid"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Lokal ULA"
@@ -5391,7 +5409,7 @@ msgstr "Lua-kompatibilitetstilstand aktiv"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC-adresse"
@@ -5404,7 +5422,7 @@ msgid "MAC Address For The Actor"
msgstr "MAC-adresse for aktøren"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5468,7 +5486,7 @@ msgid "MII Interval"
msgstr "MII-interval"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5709,7 +5727,7 @@ msgstr "Mobilitetsdomæne"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Mode"
@@ -5893,7 +5911,7 @@ msgstr "Kandidater til NTP-server"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5964,7 +5982,7 @@ msgid "Network bridge configuration migration"
msgstr "Migration af konfigurationen af netværksbroen"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Netværksenhed"
@@ -6016,11 +6034,11 @@ msgstr ""
"Videresend aldrig matchende domæner og underdomæner, men kun fra DHCP- eller "
"hosts-filer."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Der kan ikke oprettes et nyt interface for \"%s\": %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nyt navn på interface…"
@@ -6064,7 +6082,7 @@ msgstr "Ingen WireGuard interfaces konfigureret."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:16
msgid "No allowed mode configuration found."
-msgstr ""
+msgstr "Ingen tilladt konfiguration fundet."
#: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut:68
#: themes/luci-theme-material/ucode/template/themes/material/header.ut:88
@@ -6112,7 +6130,7 @@ msgstr "Ingen tilgængelige poster"
msgid "No entries in this directory"
msgstr "Ingen poster i denne mappe"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6174,7 +6192,7 @@ msgstr "Der er endnu ikke defineret nogen peers."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:15
msgid "No preferred mode configuration found."
-msgstr ""
+msgstr "Ingen foretrukne konfiguration fundet."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:146
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:283
@@ -6195,7 +6213,7 @@ msgid "No validation or filtering"
msgstr "Ingen validering eller filtrering"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Ingen zone tildelt"
@@ -6493,7 +6511,7 @@ msgstr ""
"Valgfrit. 32-bit mærke for udgående krypterede pakker. Indtast værdien i "
"hexadecimal, begyndende med <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6657,11 +6675,11 @@ msgstr "Udgangszone"
msgid "Overlap"
msgstr "Overlap"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Ttilsidesætter IPv4-routingtabel"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Tilsidesætter IPv6-routingtabel"
@@ -6860,7 +6878,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (pakkeoverførselstilstand)"
@@ -6872,7 +6890,7 @@ msgstr "PXE/TFTP-indstillinger"
msgid "Packet Service State"
msgstr "Pakkeservicetilstand"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Styring af pakker"
@@ -6901,7 +6919,7 @@ msgstr[0] "En del af netværket:"
msgstr[1] "Del af netværk:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Del af zone %q"
@@ -7159,9 +7177,13 @@ msgstr "Foretrækker LTE"
msgid "Prefer UMTS"
msgstr "Foretrækker UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
-msgstr ""
+msgstr "Programmering af netværksteknologi"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:33
msgid "Prefix Delegated"
@@ -7267,7 +7289,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7566,7 +7588,7 @@ msgstr "Omdiriger til lokalt system"
msgid "References"
msgstr "Referencer"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Opdater kanaler"
@@ -7670,7 +7692,7 @@ msgstr "Fjern IPv4 adresser fra resultaterne og returner kun IPv6 adresser."
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr "Fjern IPv6 adresser fra resultaterne og returner kun IPv4 adresser."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Fjern relaterede enhedsindstillinger fra konfigurationen"
@@ -8107,7 +8129,7 @@ msgstr "SSH-nøgler"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8276,7 +8298,7 @@ msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
"Indstil interface som ekstern NDP-Proxy-slave. Standardværdien er slået fra."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8336,11 +8358,11 @@ msgstr "Indstilling af driftstilstand mislykkedes"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:87
msgid "Setting the allowed network technology."
-msgstr ""
+msgstr "Indstilling af den tilladte netværksteknologi."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:107
msgid "Setting the preferred network technology."
-msgstr ""
+msgstr "Indstilling af den foretrukne netværksteknologi."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js:11
msgid "Settings"
@@ -8385,7 +8407,7 @@ msgstr "Lukning af dette interface"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8894,7 +8916,7 @@ msgstr "Angiv den hemmelige krypteringsnøgle her."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr "Hastighed: %d Mibit/s, Duplex: %"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "Splitterfri ADSL (G.992.2) Bilag A"
@@ -8924,7 +8946,7 @@ msgid "Starting configuration apply…"
msgstr "Starter anvend konfiguration…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Starter trådløs scanning..."
@@ -9248,7 +9270,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr "DHCPv6-DUID (DHCP unik identifikator) for denne vært."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9458,7 +9480,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Gateway-adressen må ikke være en lokal IP-adresse"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9502,11 +9524,11 @@ msgstr "Værtsnavnet for opstartsserveren"
msgid "The interface could not be found"
msgstr "Interfacet kunne ikke findes"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Navnet på interface er allerede brugt"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Navnet på interface er for langt"
@@ -9608,7 +9630,7 @@ msgstr ""
"forbindelse til det næste større netværk, f.eks. internettet, og andre porte "
"til et lokalt netværk."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9744,8 +9766,8 @@ msgstr ""
"Den uploadede image fil indeholder ikke et understøttet format. Sørg for, at "
"du vælger det generiske image format til din platform."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Værdien tilsidesættes af konfigurationen."
@@ -9964,7 +9986,7 @@ msgstr ""
"backuparkiv her. For at nulstille firmwaren til dens oprindelige tilstand "
"skal du klikke på \"Udfør nulstilling\" (kun muligt med squashfs-billeder)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tone"
@@ -10072,7 +10094,7 @@ msgstr "Tunnel Interface"
msgid "Tunnel Link"
msgstr "Tunnelforbindelse"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Tunnel enhed"
@@ -10081,7 +10103,7 @@ msgid "Tx-Power"
msgstr "Tx-Power"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10189,17 +10211,17 @@ msgstr "Kan ikke gemme indholdet: %s"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:14
msgid "Unable to set allowed mode list."
-msgstr ""
+msgstr "Kan ikke indstille tilladt tilstandsliste."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:17
msgid "Unable to set preferred mode."
-msgstr ""
+msgstr "Kan ikke indstille foretrukne tilstand."
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:29
msgid "Unable to verify PIN"
msgstr "PIN-koden kunne ikke bekræftes"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Afkonfigurer"
@@ -10211,7 +10233,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Uventet svardataformat"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10395,7 +10417,7 @@ msgstr "Brug DHCP-gateway"
msgid "Use DHCPv6"
msgstr "Brug DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10450,23 +10472,23 @@ msgstr "Brug som rodfilsystem (/)"
msgid "Use broadcast flag"
msgstr "Brug broadcast-flag"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Brug indbygget IPv6-administration"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Brug brugerdefinerede DNS-servere"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Brug standardgateway"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10575,11 +10597,11 @@ msgstr "Brugernavn"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Brug flowtabel <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10589,12 +10611,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Virtual Ethernet Port Aggregator)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10716,7 +10738,7 @@ msgid "Very High"
msgstr "Meget høj"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Virtuel Ethernet"
@@ -10804,7 +10826,7 @@ msgstr ""
"Når en vært matcher en post, er det specielle tag <em> kendt</em> "
"indstillet. Brug <em> kendt</em> til at matche alle kendte værter."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11070,9 +11092,9 @@ msgstr ""
msgid "any"
msgstr "enhver"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11100,7 +11122,7 @@ msgstr "automatisk (aktiveret)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "brokoblet"
@@ -11166,7 +11188,7 @@ msgstr "deaktiver"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11230,7 +11252,7 @@ msgid "hexadecimal encoded value"
msgstr "hexadecimal kodet værdi"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "skjult"
@@ -11395,7 +11417,7 @@ msgstr ""
msgid "relay mode"
msgstr "relætilstand"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "routed"
diff --git a/modules/luci-base/po/de/base.po b/modules/luci-base/po/de/base.po
index 35be06c8a0..bdd4386c0f 100644
--- a/modules/luci-base/po/de/base.po
+++ b/modules/luci-base/po/de/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-05-26 17:57+0200\n"
-"PO-Revision-Date: 2023-09-02 23:33+0000\n"
-"Last-Translator: Felix Baumann <felix.bau@gmx.de>\n"
+"PO-Revision-Date: 2023-09-25 17:27+0000\n"
+"Last-Translator: \"Jörg S.\" <joerg.schwerdtfeger@gmail.com>\n"
"Language-Team: German <https://hosted.weblate.org/projects/openwrt/luci/de/>"
"\n"
"Language: de\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" Tabelle \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -145,6 +145,7 @@ msgstr[0] "1 Flag"
msgstr[1] "%d Flags"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -163,6 +164,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -185,6 +187,7 @@ msgid "5 Minute Load:"
msgstr "Systemlast (5 Minuten):"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -193,6 +196,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "sechstellige hexadezimale ID (ohne Doppelpunkte)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -405,83 +409,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"Ein neuer Login ist erforderlich da die Benutzersitzung abgelaufen ist."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (alle Varianten) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (alle Varianten) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (alle Varianten) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (alle Varianten) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (alle Varianten) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (alle Varianten) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (alle Varianten) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -540,25 +544,25 @@ msgstr ""
"Service (DMS) in 802.11v. Hinweis: könnte nicht den Erwartungen des STA-"
"Multicast-Empfängers entsprechen."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Asynchroner Transfer-Modus)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM Brücken"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM Virtual Channel Identifier (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM Virtual Path Identifier (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -568,7 +572,7 @@ msgstr ""
"Linux Netzwerkadapter welche z.B. in Verbindung mit DHCP oder PPP genutzt "
"werden können um sich in das Providernetzwerk einzuwählen."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM Adapterindex"
@@ -687,7 +691,7 @@ msgstr "Adaptiver Sendelastausgleich (balance-tlb, 5)"
msgid "Add"
msgstr "Hinzufügen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "ATM-Brücke hinzufügen"
@@ -707,11 +711,11 @@ msgstr "LED-Aktion hinzufügen"
msgid "Add VLAN"
msgstr "VLAN hinzufügen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Konfiguration für Netzwerkadapter hinzufügen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Konfiguration für Netzwerkadapter hinzufügen…"
@@ -730,7 +734,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Lokalen Domänensuffix an Namen aus der Hosts-Datei anhängen."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Neue Schnittstelle hinzufügen..."
@@ -796,7 +800,7 @@ msgstr "Administration"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -922,7 +926,7 @@ msgstr ""
"Zertifikat einzuloggen"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Erlaubte IP-Adressen"
@@ -976,7 +980,7 @@ msgstr "Beim Speichern des Formulars ist ein Fehler aufgetreten:"
msgid "An optional, short description for this device"
msgstr "Kurze, optionale Beschreibung dieses Gerätes"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Anhang"
@@ -1089,7 +1093,7 @@ msgstr "Architektur"
msgid "Arp-scan"
msgstr "ARP-Scan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1100,7 +1104,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1188,7 +1192,7 @@ msgstr "Automatisches Homenet-Protokoll (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "Dateisystem vor dem Einhängen automatisch auf Fehler prüfen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1238,11 +1242,11 @@ msgstr "Durchschnitt:"
msgid "Avoid Bridge Loops"
msgstr "Bridge-Schleifen vermeiden"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1257,7 +1261,7 @@ msgstr "BSS-Übergang"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1271,7 +1275,7 @@ msgstr "Zurück"
msgid "Back to Overview"
msgstr "Zurück zur Übersicht"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Zurück zur Konfiguration des Verbindungspartners"
@@ -1431,7 +1435,7 @@ msgid "Bridge VLAN filtering"
msgstr "Netzwerkbrücken-VLAN-Filter"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Gerät der Netzwerkbrücke"
@@ -1448,7 +1452,7 @@ msgstr "Brückenports"
msgid "Bridge traffic table \"%h\""
msgstr "Bridge-Tabelle \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Geräteindex der Brücke"
@@ -1544,7 +1548,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1681,17 +1685,17 @@ msgstr "Ändert das Administratorpasswort für den Zugriff auf dieses Gerät"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Kanalanalyse"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Kanalbreite"
@@ -1925,7 +1929,7 @@ msgstr ""
"Konfiguriert den Betriebsmodus des NDP-Proxy-Dienstes an dieser "
"Schnittstelle."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Konfigurieren…"
@@ -1953,7 +1957,7 @@ msgstr "Verbindungsversuch fehlgeschlagen"
msgid "Connection attempt failed."
msgstr "Verbindungsversuch gescheitert."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Verbindungsendpunkt"
@@ -2047,7 +2051,7 @@ msgstr "Funkzellendichte"
msgid "Create / Assign firewall-zone"
msgstr "Firewallzone anlegen / zuweisen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Schnittstelle anlegen"
@@ -2142,6 +2146,12 @@ msgstr "DHCP Client"
msgid "DHCP-Options"
msgstr "DHCP-Optionen"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2167,7 +2177,7 @@ msgstr "DNS-Weiterleitungen"
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> Abfrageport"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS-Suchdomänen"
@@ -2179,7 +2189,7 @@ msgstr "<abbr title=\"Domain Name System\">DNS</abbr> Serverport"
msgid "DNS setting is invalid"
msgstr "DNS-Parameter ist ungültig"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS-Gewichtung"
@@ -2203,7 +2213,7 @@ msgstr "DPD Inaktivitätstimeout"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR-Adresse"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2212,7 +2222,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL-Status"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL Leitungsmodus"
@@ -2280,7 +2290,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Definiert eine spezifische MTU für diese Route"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "IPv6-Präfix-Delegation"
@@ -2367,8 +2377,8 @@ msgstr "Ziel-Zone"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2403,7 +2413,7 @@ msgstr "Adaptername"
msgid "Device not managed by ModemManager."
msgstr "Gerät wird nicht vom ModemManager verwaltet."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Netzwerkadapter nicht vorhanden"
@@ -2419,7 +2429,7 @@ msgstr "Das Gerät ist nicht erreichbar!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Gerät nicht erreichbar! Warte immer noch..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Geräte"
@@ -2484,7 +2494,7 @@ msgstr "Dieses Netzwerk deaktivieren"
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:57
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:70
msgid "Disabled"
-msgstr "Deaktiviert"
+msgstr "deaktiviert"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:541
msgctxt "Label indicating that WireGuard peer is disabled"
@@ -2681,7 +2691,7 @@ msgstr "Backup herunterladen"
msgid "Download mtdblock"
msgstr "Mtdblock-Datei herunterladen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Downstream SNR-Offset"
@@ -2990,7 +3000,7 @@ msgstr ""
"Protocol\">HTTP</abbr> Anfragen zum <abbr title=\"Hypertext Transfer "
"Protocol Secure\">HTTPS</abbr> Port."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -3025,7 +3035,7 @@ msgstr "Multicast-Querier aktivieren"
msgid "Enable multicast support"
msgstr "Multicast-Unterstützung aktivieren"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3108,8 +3118,8 @@ msgstr "Aktiviert das Spanning Tree Protokoll auf dieser Netzwerkbrücke"
msgid "Encapsulation limit"
msgstr "A better translation would be \"Verschachtelungslimit"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Kapselung"
@@ -3233,7 +3243,7 @@ msgstr "Hosts vervollständigen"
msgid "Expected port number."
msgstr "Erwartete Portnummer."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Erwarte einen hexadezimalen Zuordnungshinweis"
@@ -3487,7 +3497,7 @@ msgstr "Firewall-Status"
msgid "Firewall mark"
msgstr "Firewall-Markierung"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Firmware-Datei"
@@ -3521,6 +3531,10 @@ msgstr "Flash-Operationen"
msgid "Flashing…"
msgstr "Aktualisieren…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3560,7 +3574,7 @@ msgstr "Erzwinge TKIP und CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Erzwinge Verbindung"
@@ -3631,7 +3645,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Weiterleitungstyp"
@@ -3712,7 +3726,7 @@ msgid "General Settings"
msgstr "Allgemeine Einstellungen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3734,11 +3748,11 @@ msgstr "PMK lokal generieren"
msgid "Generate archive"
msgstr "Sicherung erstellen"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Konfiguration generieren"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Konfiguration generieren…"
@@ -3756,7 +3770,7 @@ msgstr ""
"Generiert eine Konfiguration geeignet für den Import bei einem WireGuard-"
"Verbindungspartner"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "QR-Code generieren…"
@@ -3770,7 +3784,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Globale Einstellungen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Globale Netzwerkeinstellungen"
@@ -4108,7 +4122,7 @@ msgstr "IP-Adresse ist ungültig"
msgid "IP address is missing"
msgstr "IP-Adresse fehlt"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4280,6 +4294,10 @@ msgstr "IPv6-MTU"
msgid "IPv6 Neighbours"
msgstr "IPv6 Nachbarn"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "IPv6-RA-Einstellungen"
@@ -4296,7 +4314,7 @@ msgstr "IPv6-Regeln"
msgid "IPv6 Settings"
msgstr "IPv6 Einstellungen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA-Präfix"
@@ -4310,12 +4328,12 @@ msgstr "IPv6-Upstream"
msgid "IPv6 address"
msgstr "IPv6 Adresse"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6 Zuweisungshinweis"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6 Zuweisungslänge"
@@ -4331,7 +4349,7 @@ msgstr "IPv6-Netzwerk in Addresse/Netzmaske-Notation"
msgid "IPv6 only"
msgstr "nur IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "IPv6-Präferenz"
@@ -4340,7 +4358,7 @@ msgstr "IPv6-Präferenz"
msgid "IPv6 prefix"
msgstr "IPv6-Präfix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "IPv6-Präfix-Filter"
@@ -4354,11 +4372,11 @@ msgstr "Länge des IPv6-Präfix"
msgid "IPv6 routed prefix"
msgstr "Geroutetes IPv6-Präfix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Quellbasiertes IPv6-Routing"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6 Endung"
@@ -4417,7 +4435,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr "Deaktiviert die Verschlüsselung, wenn ausgewählt"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4458,14 +4476,14 @@ msgstr ""
"Sekunden notwendig um die geänderten Einstellungen zu bestätigen. "
"Andernfalls werden die Änderungen automatisch zurückgerollt."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Wenn deaktiviert, wird keine Default-Route gesetzt"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -5036,7 +5054,7 @@ msgstr "LCP Echo Intervall"
msgid "LED Configuration"
msgstr "LED-Konfiguration"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5271,7 +5289,7 @@ msgstr "Durchschnittslast"
msgid "Load configuration…"
msgstr "Konfiguration laden…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5338,7 +5356,7 @@ msgstr "Lokales Startskript"
msgid "Local Time"
msgstr "Ortszeit"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Lokales ULA-Präfix"
@@ -5443,7 +5461,7 @@ msgstr "Lua-Kompatibilitätsmodus aktiv"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC-Adresse"
@@ -5456,7 +5474,7 @@ msgid "MAC Address For The Actor"
msgstr "MAC-Adresse für den Actor"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC-VLAN"
@@ -5520,7 +5538,7 @@ msgid "MII Interval"
msgstr "MII Intervall"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5765,7 +5783,7 @@ msgstr "Mobilitätsbereich"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Modus"
@@ -5949,7 +5967,7 @@ msgstr "NTP Server Kandidaten"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -6020,7 +6038,7 @@ msgid "Network bridge configuration migration"
msgstr "Migration der Konfiguration von Netzwerkbrücken"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Netzwerkadapter"
@@ -6072,11 +6090,11 @@ msgstr ""
"Übereinstimmende Domains und Subdomains niemals weiterleiten, nur aus DHCP- "
"oder Host-Dateien auflösen."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Neue Schnittstelle \"%s\" kann nicht angelegt werden: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Name der neuen Schnittstelle…"
@@ -6169,7 +6187,7 @@ msgstr "Keine Einträge vorhanden"
msgid "No entries in this directory"
msgstr "Keine Einträge in diesem Verzeichnis"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6255,7 +6273,7 @@ msgid "No validation or filtering"
msgstr "Keine Validierung oder Filterung"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Keine Zone zugewiesen"
@@ -6556,7 +6574,7 @@ msgstr ""
"Optional. 32-Bit-Marke für ausgehende, verschlüsselte Pakete. Wert in "
"hexadezimal mit führendem <code>0x</code> angeben."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6724,11 +6742,11 @@ msgstr "Output-Zone"
msgid "Overlap"
msgstr "Überlappung"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "IPv4-Routing-Tabelle festlegen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "IPv6-Routing-Tabelle festlegen"
@@ -6928,7 +6946,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Paket-Transfer-Modus)"
@@ -6940,7 +6958,7 @@ msgstr "PXE/TFTP-Einstellungen"
msgid "Packet Service State"
msgstr "Status des Paketdienstes"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Paket-Flusskontrolle"
@@ -6969,7 +6987,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Teil von Zone %q"
@@ -7230,6 +7248,10 @@ msgstr "LTE bevorzugen"
msgid "Prefer UMTS"
msgstr "UMTS bevorzugen"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7320,7 +7342,7 @@ msgstr "Privat (Kommunikation zwischen MAC-VLANs unterbinden)"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:151
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:590
msgid "Private Key"
-msgstr "Privater Schlüssel"
+msgstr "Private Key"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:564
msgid "Private key present"
@@ -7341,7 +7363,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7643,7 +7665,7 @@ msgstr "Auf lokales System umleiten"
msgid "References"
msgstr "Verweise"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Kanäle aktualisieren"
@@ -7752,7 +7774,7 @@ msgstr ""
"Entfernen Sie IPv6-Adressen aus den Ergebnissen und geben Sie nur IPv4-"
"Adressen zurück."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Zugehörige Netzwerkadaptereinstellungen aus der Konfiguration löschen"
@@ -8193,7 +8215,7 @@ msgstr "SSH-Schlüssel"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8361,7 +8383,7 @@ msgstr "Header-Feld <var>%s</var> auf <strong>%s</strong> setzen"
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr "Als NDP-Proxy-Nebenschnittstelle setzen. Standardmäßig deaktiviert."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8474,7 +8496,7 @@ msgstr "Diese Schnittstelle herunterfahren"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8983,7 +9005,7 @@ msgstr "Geben Sie hier den geheimen Netzwerkschlüssel an."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "ADSL ohne Splitter (G.992.2) Annex A"
@@ -9013,7 +9035,7 @@ msgid "Starting configuration apply…"
msgstr "Starte Anwendung der Konfigurationsänderungen…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Starte WLAN Scan..."
@@ -9341,7 +9363,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9558,7 +9580,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Das Gateway darf keine lokale IP-Addresse des Routers sein"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9603,11 +9625,11 @@ msgstr "Der Hostname des Boot-Servers"
msgid "The interface could not be found"
msgstr "Die Schnittstelle konnte nicht gefunden werden"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Der Schnittstellenname wird bereits verwendet"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Der Schnittstellenname ist zu lang"
@@ -9713,7 +9735,7 @@ msgstr ""
"einen Uplink-Port für eine Verbindung zum nächst größeren Netzwerk wie dem "
"Internet und andere Ports für ein lokales Netzwerk."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9852,8 +9874,8 @@ msgstr ""
"Das hochgeladene Firmware-Image hat ein nicht unterstütztes Format. Stellen "
"Sie sicher dass Sie das generische Format für Ihre Platform gewählt haben."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Dieser Wert ist durch Konfiguration überschrieben."
@@ -10086,7 +10108,7 @@ msgstr ""
"Auslieferungszustand des Systems wieder her (nur möglich bei squashfs-"
"Images)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Ton"
@@ -10195,7 +10217,7 @@ msgstr "Tunneladapter"
msgid "Tunnel Link"
msgstr "Basisschnittstelle"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Tunneladapter"
@@ -10204,7 +10226,7 @@ msgid "Tx-Power"
msgstr "Sendestärke"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10322,7 +10344,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "PIN kann nicht verifiziert werden"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Dekonfigurieren"
@@ -10334,7 +10356,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Unerwartetes Antwortdatenformat"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10519,7 +10541,7 @@ msgstr "Benutze DHCP-Gateway"
msgid "Use DHCPv6"
msgstr "DHCPv6 verwenden"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10575,23 +10597,23 @@ msgstr "Als Root-Dateisystem benutzen (/)"
msgid "Use broadcast flag"
msgstr "Benutze Broadcast-Flag"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Eingebautes IPv6-Management nutzen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Benutze eigene DNS-Server"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Benutze Standard-Gateway"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10700,11 +10722,11 @@ msgstr "Benutzername"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Flow-Tabelle <strong>%h</strong> nutzen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10714,12 +10736,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Virtueller Ethernet-Portaggregator)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10842,7 +10864,7 @@ msgid "Very High"
msgstr "Sehr Hoch"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Virtuelles Ethernet"
@@ -10930,7 +10952,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11200,9 +11222,9 @@ msgstr ""
msgid "any"
msgstr "beliebig"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11230,7 +11252,7 @@ msgstr "automatisch (aktiviert)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "überbrückt"
@@ -11296,7 +11318,7 @@ msgstr "deaktivieren"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11360,7 +11382,7 @@ msgid "hexadecimal encoded value"
msgstr "hexadezimal kodierten Wert"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "versteckt"
@@ -11526,7 +11548,7 @@ msgstr ""
msgid "relay mode"
msgstr "Relay-Modus"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "geroutet"
diff --git a/modules/luci-base/po/el/base.po b/modules/luci-base/po/el/base.po
index f4c3ab80b5..494ce91e87 100644
--- a/modules/luci-base/po/el/base.po
+++ b/modules/luci-base/po/el/base.po
@@ -3,15 +3,15 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2022-11-04 10:26+0000\n"
-"Last-Translator: TakissX <pxatzidakis@gmail.com>\n"
+"PO-Revision-Date: 2023-09-18 15:45+0000\n"
+"Last-Translator: David Rapaň <david@rapan.cz>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/openwrt/luci/el/>\n"
"Language: el\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.14.2-dev\n"
+"X-Generator: Weblate 5.0.2\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -22,7 +22,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" πίνακας \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -145,6 +145,7 @@ msgstr[0] "1 τιμή"
msgstr[1] "%d τιμές"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -163,6 +164,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -185,6 +187,7 @@ msgid "5 Minute Load:"
msgstr "Φορτίο 5 λεπτών:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -195,6 +198,7 @@ msgstr ""
"τελείες"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -298,7 +302,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:808
msgid "<abbr title=\"Router Advertisement\">RA</abbr> Flags"
-msgstr "<abbr title=\"Ρεκλάμα δρομολογητή\">RA</abbr> Αναγνωριστικά"
+msgstr "<abbr title=\"Ρεκλάμα δρομολογητή\">RA</abbr> Αναγνωριστικά"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:882
msgid "<abbr title=\"Router Advertisement\">RA</abbr> Hop Limit"
@@ -400,83 +404,83 @@ msgstr "Ένας φάκελος με το ίδιο όνομα υπάρχει ή
msgid "A new login is required since the authentication session expired."
msgstr "Απαιτείται νέα σύνδεση καθώς η συνεδρία ελέγχου ταυτότητας έληξε."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -531,25 +535,25 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Λειτουργία ασύγχρονης μεταφοράς)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Γέφυρες ΑΤΜ"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM Εικονικό Κανάλι Αναγνωριστή (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM Εικονικό μονοπάτι Αναγνωριστή (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -559,7 +563,7 @@ msgstr ""
"εικονικές διεπαφές δικτύου Linux, οι οποίες μπορούν να χρησιμοποιηθούν σε "
"συνδυασμό με DHCP ή PPP για την κλήση προς τον παροχέα δικτύου."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Αριθμός συσκευής ATM"
@@ -678,7 +682,7 @@ msgstr "Προσαρμοστική εξισορρόπηση φορτίου με
msgid "Add"
msgstr "Προσθήκη"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Προσθήκη ATM Bridge"
@@ -698,11 +702,11 @@ msgstr "Προσθήκη ενέργειας LED"
msgid "Add VLAN"
msgstr "Προσθήκη VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Προσθήκη διαμόρφωσης συσκευής"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Προσθήκη διαμόρφωσης συσκευής…"
@@ -722,7 +726,7 @@ msgstr ""
"Προσθήκη κατάληξης τοπικού τομέα για ονόματα εξυπηρετούμενα από αρχεία hosts"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Προσθήκη νέας διεπαφής..."
@@ -788,7 +792,7 @@ msgstr "Διαχείριση"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -916,7 +920,7 @@ msgstr ""
"Να επιτρέπεται στον χρήστη <em>root</em> να συνδέετε με κωδικό πρόσβασης"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Επιτρεπόμενες IPs"
@@ -972,7 +976,7 @@ msgstr "Παρουσιάστηκε σφάλμα κατά την αποθήκευ
msgid "An optional, short description for this device"
msgstr "Μια προαιρετική, σύντομη περιγραφή για αυτήν τη συσκευή"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1082,7 +1086,7 @@ msgstr "Αρχιτεκτονική"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1091,7 +1095,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1171,7 +1175,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1219,11 +1223,11 @@ msgstr "Μέσος Όρος:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1238,7 +1242,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1252,7 +1256,7 @@ msgstr "Πίσω"
msgid "Back to Overview"
msgstr "Πίσω προς Επισκόπηση"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1397,7 +1401,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1414,7 +1418,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Αριθμός μονάδας γέφυρας"
@@ -1502,7 +1506,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1629,17 +1633,17 @@ msgstr "Αλλάζει τον κωδικό διαχειριστή για πρό
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Κανάλι"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1846,7 +1850,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1874,7 +1878,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1960,7 +1964,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "Δημιουργία / Ανάθεση ζώνης τείχους προστασίας"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -2052,6 +2056,12 @@ msgstr "Πελάτης DHCP"
msgid "DHCP-Options"
msgstr "Επιλογές DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2077,7 +2087,7 @@ msgstr "Προωθήσεις DNS"
msgid "DNS query port"
msgstr "Θύρα ερωτημάτων <abbr title=\"Σύστημα Ονόματος Τομέα\">DNS</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2089,7 +2099,7 @@ msgstr "Θύρα εξυπηρετητή <abbr title=\"Σύστημα Ονόμα
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2113,7 +2123,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2122,7 +2132,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2186,7 +2196,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2273,8 +2283,8 @@ msgstr "Ζώνη προορισμού"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2309,7 +2319,7 @@ msgstr "Όνομα συσκευής"
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2325,7 +2335,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr "Αποτυχία σύνδεσης με συσκευή! Παραμονή για συσκευή..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Συσκευές"
@@ -2580,7 +2590,7 @@ msgstr "Κατέβασμα αντιγράφου ασφαλείας"
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2866,7 +2876,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2899,7 +2909,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2976,8 +2986,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Λειτουργία ενθυλάκωσης"
@@ -3099,7 +3109,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3348,7 +3358,7 @@ msgstr "Κατάσταση Τείχους Προστασίας"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3382,6 +3392,10 @@ msgstr "Λειτουργίες φλασάρισματος"
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3421,7 +3435,7 @@ msgstr "Επιβολή TKIP και CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3482,7 +3496,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Μέθοδος προώθησης"
@@ -3561,7 +3575,7 @@ msgid "General Settings"
msgstr "Γενικές ρυθμίσεις"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3583,11 +3597,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3603,7 +3617,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3615,7 +3629,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3949,7 +3963,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4118,6 +4132,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4134,7 +4152,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4148,12 +4166,12 @@ msgstr ""
msgid "IPv6 address"
msgstr "Διεύθυνση IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4169,7 +4187,7 @@ msgstr ""
msgid "IPv6 only"
msgstr "Μόνο IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4178,7 +4196,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "Πρόθεμα IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4192,11 +4210,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4253,7 +4271,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4287,14 +4305,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4843,7 +4861,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5053,7 +5071,7 @@ msgstr "Μέσος όρος φόρτου"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5120,7 +5138,7 @@ msgstr ""
msgid "Local Time"
msgstr "Τοπική ώρα"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5219,7 +5237,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5232,7 +5250,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5296,7 +5314,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5534,7 +5552,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Λειτουργία"
@@ -5716,7 +5734,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5787,7 +5805,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5838,11 +5856,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5932,7 +5950,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6014,7 +6032,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Δεν έχει ανατεθεί ζώνη"
@@ -6291,7 +6309,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6436,11 +6454,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6634,7 +6652,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6646,7 +6664,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6675,7 +6693,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Μέρος της ζώνης %q"
@@ -6930,6 +6948,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7033,7 +7055,7 @@ msgstr "Πρωτ."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7320,7 +7342,7 @@ msgstr ""
msgid "References"
msgstr "Αναφορές"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7421,7 +7443,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7845,7 +7867,7 @@ msgstr "Κλειδιά SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8004,7 +8026,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8103,7 +8125,7 @@ msgstr "Απενεργοποίηση αυτής της διεπαφής"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8525,7 +8547,7 @@ msgstr "Ορίστε το κρυφό κλειδί κρυπτογράφησης."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8555,7 +8577,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8863,7 +8885,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9040,7 +9062,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9076,11 +9098,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9161,7 +9183,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9273,8 +9295,8 @@ msgstr ""
"Η εικόνα που ανεβάσατε δεν περιέχει κάποια υποστηριζόμενη μορφή. Βεβαιωθείτε "
"ότι επιλέξατε την γενική μορφή εικόνας για την πλατφόρμα σας."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9467,7 +9489,7 @@ msgstr ""
"κατάσταση, κάντε κλικ στο \"Εκτέλεσε επαναφορά\" (δυνατό μόνο σε squashfs "
"εικόνες)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9576,7 +9598,7 @@ msgstr "Διεπαφή Τούνελ"
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9585,7 +9607,7 @@ msgid "Tx-Power"
msgstr "Ισχύς Εκπομπής"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9703,7 +9725,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9715,7 +9737,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9888,7 +9910,7 @@ msgstr "Χρήση πύλης DHCP"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9941,23 +9963,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Χρήση προεπιλεγμένης πύλης"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10054,11 +10076,11 @@ msgstr "Όνομα Χρήστη"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -10068,12 +10090,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10190,7 +10212,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10274,7 +10296,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10508,9 +10530,9 @@ msgstr ""
msgid "any"
msgstr "οποιαδήποτε"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10539,7 +10561,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10605,7 +10627,7 @@ msgstr "ανενεργό"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10669,7 +10691,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10832,7 +10854,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/en/base.po b/modules/luci-base/po/en/base.po
index 77c2f57900..b1d1f8fd8e 100644
--- a/modules/luci-base/po/en/base.po
+++ b/modules/luci-base/po/en/base.po
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr ""
@@ -144,6 +144,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -162,6 +163,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -184,6 +186,7 @@ msgid "5 Minute Load:"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -192,6 +195,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -389,83 +393,83 @@ msgstr ""
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr ""
@@ -520,32 +524,32 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr ""
@@ -662,7 +666,7 @@ msgstr ""
msgid "Add"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -682,11 +686,11 @@ msgstr ""
msgid "Add VLAN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -705,7 +709,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr ""
@@ -771,7 +775,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -887,7 +891,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr ""
@@ -938,7 +942,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1040,7 +1044,7 @@ msgstr ""
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1049,7 +1053,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1129,7 +1133,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1177,11 +1181,11 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr ""
@@ -1196,7 +1200,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr ""
@@ -1210,7 +1214,7 @@ msgstr ""
msgid "Back to Overview"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1351,7 +1355,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1368,7 +1372,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1456,7 +1460,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1583,17 +1587,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1791,7 +1795,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1819,7 +1823,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1905,7 +1909,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -1995,6 +1999,12 @@ msgstr ""
msgid "DHCP-Options"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2020,7 +2030,7 @@ msgstr ""
msgid "DNS query port"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2032,7 +2042,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2056,7 +2066,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr ""
@@ -2065,7 +2075,7 @@ msgstr ""
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2128,7 +2138,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2215,8 +2225,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2251,7 +2261,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2267,7 +2277,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2512,7 +2522,7 @@ msgstr ""
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2792,7 +2802,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2825,7 +2835,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2902,8 +2912,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3023,7 +3033,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3267,7 +3277,7 @@ msgstr ""
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3301,6 +3311,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3338,7 +3352,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3399,7 +3413,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3478,7 +3492,7 @@ msgid "General Settings"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3500,11 +3514,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3520,7 +3534,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3532,7 +3546,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3864,7 +3878,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4033,6 +4047,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4049,7 +4067,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4063,12 +4081,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4084,7 +4102,7 @@ msgstr ""
msgid "IPv6 only"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4093,7 +4111,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4107,11 +4125,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4168,7 +4186,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4198,14 +4216,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4745,7 +4763,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -4955,7 +4973,7 @@ msgstr ""
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5022,7 +5040,7 @@ msgstr ""
msgid "Local Time"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5121,7 +5139,7 @@ msgstr ""
msgid "MAC"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5134,7 +5152,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5198,7 +5216,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5431,7 +5449,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr ""
@@ -5611,7 +5629,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5682,7 +5700,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5732,11 +5750,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5826,7 +5844,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5907,7 +5925,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6184,7 +6202,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6329,11 +6347,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6527,7 +6545,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6539,7 +6557,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6568,7 +6586,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6822,6 +6840,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6924,7 +6946,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7209,7 +7231,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7310,7 +7332,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7732,7 +7754,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr ""
@@ -7891,7 +7913,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -7990,7 +8012,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8412,7 +8434,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8442,7 +8464,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8750,7 +8772,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8923,7 +8945,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8959,11 +8981,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9044,7 +9066,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9149,8 +9171,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9333,7 +9355,7 @@ msgid ""
"reset\" (only possible with squashfs images)."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9442,7 +9464,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9451,7 +9473,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9569,7 +9591,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9581,7 +9603,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9752,7 +9774,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9805,23 +9827,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9918,11 +9940,11 @@ msgstr ""
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9932,12 +9954,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10054,7 +10076,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10138,7 +10160,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10368,9 +10390,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10398,7 +10420,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10464,7 +10486,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10528,7 +10550,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10691,7 +10713,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/es/base.po b/modules/luci-base/po/es/base.po
index 22c6f0c867..98c4839b27 100644
--- a/modules/luci-base/po/es/base.po
+++ b/modules/luci-base/po/es/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:41+0200\n"
-"PO-Revision-Date: 2023-08-21 13:37+0000\n"
-"Last-Translator: gallegonovato <fran-carro@hotmail.es>\n"
+"PO-Revision-Date: 2023-10-01 05:21+0000\n"
+"Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n"
"Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/luci/es/>"
"\n"
"Language: es\n"
@@ -12,18 +12,18 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
-msgstr ""
+msgstr "!known (desconocido)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:649
msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabla \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -146,8 +146,9 @@ msgstr[0] "1 indicador"
msgstr[1] "%d indicadores"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
-msgstr ""
+msgstr "12h (12 horas - predeterminado)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:253
msgid "15 Minute Load:"
@@ -164,8 +165,9 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
-msgstr ""
+msgstr "3h (3 horas)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:59
msgctxt "sstp log level value"
@@ -186,16 +188,18 @@ msgid "5 Minute Load:"
msgstr "Carga a 5 minutos:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
-msgstr ""
+msgstr "5m (5 minutos)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1591
msgid "6-octet identifier as a hex string - no colons"
msgstr "Identificador de 6 octetos como una cadena hexadecimal, sin dos puntos"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
-msgstr ""
+msgstr "7d (7 días)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1614
msgid "802.11k RRM"
@@ -410,83 +414,83 @@ msgstr ""
"Se requiere un nuevo inicio de sesión ya que la sesión de autenticación "
"expiró."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Anexo A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Anexo B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (todas las variantes) Anexo A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (todas las variantes) Anexo A/L/M + VDSL2 Anexo A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (todas las variantes) Anexo B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (todas las variantes) Anexo B + VDSL2 Anexo A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (todas las variantes) Anexo B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (todas las variantes) Anexo B/J + VDSL2 Anexo A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (todas las variantes) Anexo M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Anexo A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Anexo B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Anexo L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Anexo M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Anexo A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Anexo B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Anexo M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -545,25 +549,25 @@ msgstr ""
"multidifusión dirigido (DMS) en 802.11v. Nota: podría romper las "
"expectativas de multidifusión STA del receptor."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Modo de transferencia asíncrono)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Puente ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Identificador de canal virtual ATM (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Identificador de ruta virtual ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -573,7 +577,7 @@ msgstr ""
"interfaces de red Linux virtuales que se pueden usar junto con DHCP o PPP "
"para acceder a la red del proveedor."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Número de dispositivo ATM"
@@ -692,7 +696,7 @@ msgstr "Equilibrio de carga de transmisión adaptativa (balance-tlb, 5)"
msgid "Add"
msgstr "Añadir"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Agregar puente ATM"
@@ -712,11 +716,11 @@ msgstr "Añadir acción de LED"
msgid "Add VLAN"
msgstr "Añadir VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Agregar configuración de dispositivo"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Agregar configuración de dispositivo…"
@@ -737,7 +741,7 @@ msgstr ""
"hosts."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Añadir nueva interfaz..."
@@ -747,7 +751,7 @@ msgstr "Añadir par"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:941
msgid "Add static forward and reverse DNS entries for this host."
-msgstr ""
+msgstr "Agrega entradas DNS estáticas directas e inversas para este host."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:335
msgid "Add to Blacklist"
@@ -803,7 +807,7 @@ msgstr "Administración"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -929,14 +933,14 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Permitir al usuario <em>root</em> conectar con contraseña"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "IPs permitidas"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:86
msgid "Allowed network technology"
-msgstr ""
+msgstr "Tecnología de red permitida"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:315
msgid "AllowedIPs setting is invalid"
@@ -982,7 +986,7 @@ msgstr "Se produjo un error al guardar el formulario:"
msgid "An optional, short description for this device"
msgstr "Una breve descripción opcional de este dispositivo"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Anexo"
@@ -1093,7 +1097,7 @@ msgstr "Arquitectura"
msgid "Arp-scan"
msgstr "Arp-scan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1102,9 +1106,9 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:913
msgid "Assign new, freeform tags to this entry."
-msgstr ""
+msgstr "Asigne nuevas etiquetas de forma libre a esta entrada."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1194,7 +1198,7 @@ msgstr ""
"Comprobar automáticamente el sistema de archivos para detectar errores antes "
"del montaje"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1244,11 +1248,11 @@ msgstr "Media:"
msgid "Avoid Bridge Loops"
msgstr "Evitar bucles de puente"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1263,7 +1267,7 @@ msgstr "Transición BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1277,7 +1281,7 @@ msgstr "Volver"
msgid "Back to Overview"
msgstr "Volver al resumen"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Volver a la configuración de pares"
@@ -1437,7 +1441,7 @@ msgid "Bridge VLAN filtering"
msgstr "Filtrado de VLAN del puente"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Dispositivo puente"
@@ -1456,7 +1460,7 @@ msgstr "Puertos del puente"
msgid "Bridge traffic table \"%h\""
msgstr "Tabla de tráfico de puente \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
#, fuzzy
msgid "Bridge unit number"
msgstr "Número de unidad del puente"
@@ -1475,8 +1479,9 @@ msgid "Bring up the bridge interface even if no ports are attached"
msgstr "Activar la interfaz de puente incluso si no hay puertos conectados"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:936
+#, fuzzy
msgid "Broadcast"
-msgstr ""
+msgstr "Difusión"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:207
msgid "Broadcast policy (broadcast, 3)"
@@ -1514,7 +1519,7 @@ msgstr "Configuración CLAT fallida"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:265
msgid "CNAME"
-msgstr ""
+msgstr "CNAME"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:651
msgid "CNAME or fqdn"
@@ -1551,7 +1556,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1691,17 +1696,17 @@ msgstr "Cambie la contraseña del administrador para acceder al dispositivo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Canal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Análisis de canales"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Ancho de banda"
@@ -1814,7 +1819,7 @@ msgstr "Recolectando datos…"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:241
msgid "Collisions seen"
-msgstr ""
+msgstr "Colisiones vistas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:71
msgid "Command"
@@ -1932,7 +1937,7 @@ msgid ""
msgstr ""
"Configura el modo de operación del servicio de proxy NDP en esta interfaz."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Configurar…"
@@ -1960,7 +1965,7 @@ msgstr "Intento de conexión fallido"
msgid "Connection attempt failed."
msgstr "Intento de conexión fallido."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Punto final de conexión"
@@ -2057,7 +2062,7 @@ msgstr "Densidad celular de cobertura"
msgid "Create / Assign firewall-zone"
msgstr "Crear / Asignar zona de cortafuegos"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Crear interfaz"
@@ -2153,6 +2158,12 @@ msgstr "Cliente DHCP"
msgid "DHCP-Options"
msgstr "Opciones de DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2178,7 +2189,7 @@ msgstr "Reenvíos de DNS"
msgid "DNS query port"
msgstr "Puerto de consultas DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Dominios de búsqueda de DNS"
@@ -2190,7 +2201,7 @@ msgstr "Puerto del servidor DNS"
msgid "DNS setting is invalid"
msgstr "La configuración de DNS no es válida"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Peso de DNS"
@@ -2214,7 +2225,7 @@ msgstr "Tiempo de espera de inactividad de DPD"
msgid "DS-Lite AFTR address"
msgstr "Dirección DS-Lite AFTR"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2223,7 +2234,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Estado DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Modo de línea DSL"
@@ -2292,7 +2303,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Defina una MTU específica para esta ruta"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delegar prefijos de IPv6"
@@ -2379,8 +2390,8 @@ msgstr "Zona de destino"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2415,7 +2426,7 @@ msgstr "Nombre del dispositivo"
msgid "Device not managed by ModemManager."
msgstr "Dispositivo no administrado por ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Dispositivo no presente"
@@ -2431,7 +2442,7 @@ msgstr "Dispositivo inalcanzable!"
msgid "Device unreachable! Still waiting for device..."
msgstr "¡Dispositivo inalcanzable! Todavía esperando al dispositivo..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Dispositivos"
@@ -2558,10 +2569,13 @@ msgid "Distributed ARP Table"
msgstr "Tabla ARP distribuida"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:927
+#, fuzzy
msgid ""
"Dnsmasq instance to which this DHCP host section is bound. If unspecified, "
"the section is valid for all dnsmasq instances."
msgstr ""
+"Instancia de Dnsmasq a la que está vinculada esta sección de host DHCP. Si "
+"no se especifica, la sección es válida para todas las instancias de dnsmasq."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:625
msgid ""
@@ -2691,7 +2705,7 @@ msgstr "Descargar copia de seguridad"
msgid "Download mtdblock"
msgstr "Descargar mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Desplazamiento SNR en sentido descendente"
@@ -2854,8 +2868,9 @@ msgid "Edit peer"
msgstr "Editar par"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:778
+#, fuzzy
msgid "Edit static lease"
-msgstr ""
+msgstr "Editar asignación estática"
#: modules/luci-compat/luasrc/view/cbi/error.htm:13
msgid ""
@@ -3001,7 +3016,7 @@ msgstr ""
"Transfer Protocol\">HTTP</abbr> al puerto <abbr title=\"Hypertext Transfer "
"Protocol Secure\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -3036,7 +3051,7 @@ msgstr "Activar interrogador de multidifusión"
msgid "Enable multicast support"
msgstr "Activar soporte de multidifusión"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3120,8 +3135,8 @@ msgstr "Activa el protocolo Spanning Tree en este puente"
msgid "Encapsulation limit"
msgstr "Límite de encapsulación"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Modo de encapsulado"
@@ -3245,7 +3260,7 @@ msgstr "Expandir hosts"
msgid "Expected port number."
msgstr "Número de puerto esperado."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Esperando una pista de asignación hexadecimal"
@@ -3259,7 +3274,7 @@ msgstr "Esperando una dirección IPv6 válida"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:804
msgid "Expecting a valid MAC address, optionally including wildcards"
-msgstr ""
+msgstr "Esperando una dirección MAC válida, opcionalmente incluyendo comodines"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:29
msgid "Expecting two priority values separated by a colon"
@@ -3506,7 +3521,7 @@ msgstr "Estado del Cortafuegos"
msgid "Firewall mark"
msgstr "Marca de cortafuegos"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Archivo de firmware"
@@ -3540,6 +3555,10 @@ msgstr "Operaciones de instalación"
msgid "Flashing…"
msgstr "Instalando…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3574,10 +3593,11 @@ msgid "Force TKIP and CCMP (AES)"
msgstr "Forzar TKIP y CCMP (AES)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:937
+#, fuzzy
msgid "Force broadcast DHCP response."
-msgstr ""
+msgstr "Forzar la respuesta de la difusión de DHCP"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Forzar enlace"
@@ -3594,7 +3614,6 @@ msgid "Form token mismatch"
msgstr "No coincide el token del formulario"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:947
-#, fuzzy
msgid ""
"Forward <abbr title=\"Neighbour Discovery Protocol\">NDP</abbr> <abbr "
"title=\"Neighbour Solicitation, Type 135\">NS</abbr> and <abbr "
@@ -3602,9 +3621,9 @@ msgid ""
"designated master interface and downstream interfaces."
msgstr ""
"Reenviar <abbr title=\"Neighbour Discovery Protocol\">NDP</abbr> <abbr "
-"title=\"Neighbour Solicitation, Type 135\">NS</abbr> y mensajes \n"
-"<abbr title=\"Neighbour Advertisement, Type 136\">NA</abbr> entre la "
-"interfaz maestra designada y las interfaces posteriores."
+"title=\"Neighbour Solicitation, Type 135\">NS</abbr> y mensajes <abbr "
+"title=\"Neighbour Advertisement, Type 136\">NA</abbr> entre la interfaz "
+"maestra designada y las interfaces posteriores."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:787
msgid ""
@@ -3648,10 +3667,11 @@ msgstr ""
"dispositivo."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940
+#, fuzzy
msgid "Forward/reverse DNS"
-msgstr ""
+msgstr "DNS directo/inverso"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Modo de reenvío"
@@ -3732,7 +3752,7 @@ msgid "General Settings"
msgstr "Configuración general"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3754,11 +3774,11 @@ msgstr "Generar PMK localmente"
msgid "Generate archive"
msgstr "Generar archivo"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Generar configuración"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Generar configuración…"
@@ -3775,7 +3795,7 @@ msgstr "Generar clave precompartida"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "Genera una configuración adecuada para importar en un par de WireGuard"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Generando código QR…"
@@ -3789,7 +3809,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Configuración global"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Opciones globales de red"
@@ -4012,6 +4032,8 @@ msgid ""
"Host-specific lease time, e.g. <code>5m</code>, <code>3h</code>, <code>7d</"
"code>."
msgstr ""
+"Tiempo de asignación específico del host, p. e. <code>5m</code>, <code>3h</"
+"code>, <code>7d</code>."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:38
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:728
@@ -4130,7 +4152,7 @@ msgstr "La dirección IP no es válida"
msgid "IP address is missing"
msgstr "Falta la dirección IP"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4302,6 +4324,10 @@ msgstr "MTU IPv6"
msgid "IPv6 Neighbours"
msgstr "Vecinos de IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Configuración de RA de IPv6"
@@ -4318,7 +4344,7 @@ msgstr "Reglas de IPv6"
msgid "IPv6 Settings"
msgstr "Configuraciones IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "Prefijo ULA IPv6"
@@ -4332,12 +4358,12 @@ msgstr "Conexión IPv6 ascendente"
msgid "IPv6 address"
msgstr "Dirección IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Sugerencia de asignación de IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Longitud de asignación de IPv6"
@@ -4353,7 +4379,7 @@ msgstr "Red IPv6 en notación de dirección / máscara de red"
msgid "IPv6 only"
msgstr "Solo IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "Preferencia de IPv6"
@@ -4362,7 +4388,7 @@ msgstr "Preferencia de IPv6"
msgid "IPv6 prefix"
msgstr "Prefijo IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Filtro de prefijo IPv6"
@@ -4376,12 +4402,12 @@ msgstr "Longitud de prefijo IPv6"
msgid "IPv6 routed prefix"
msgstr "Prefijo IPv6 enrutado"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
#, fuzzy
msgid "IPv6 source routing"
msgstr "Enrutamiento de origen IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Sufijo IPv6"
@@ -4399,7 +4425,7 @@ msgstr "IPv6-PD"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:907
msgid "IPv6-Suffix (hex)"
-msgstr ""
+msgstr "Sufijo IPv6 (hexadecimal)"
#: modules/luci-compat/luasrc/model/network/proto_6x4.lua:13
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:10
@@ -4425,6 +4451,9 @@ msgid ""
"If a host matches an entry which cannot be used because it specifies an "
"address on a different subnet, the tag <em>known-othernet</em> is set."
msgstr ""
+"Si un host coincide con una entrada que no se puede usar porque especifica "
+"una dirección en una subred diferente, se establece la etiqueta <em>known-"
+"othernet</em>."
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96
msgid "If checked, 1DES is enabled"
@@ -4438,7 +4467,7 @@ msgstr "Si está marcado, agrega \"+ipv6\" a las opciones de pppd"
msgid "If checked, encryption is disabled"
msgstr "Si está marcado, la encriptación estará desactivada"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4479,14 +4508,14 @@ msgstr ""
"confirmar la configuración; de lo contrario, se revertirán las "
"modificaciones."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Si no está marcado, no se configurará ninguna ruta predeterminada"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4511,7 +4540,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:856
msgid "Ignore"
-msgstr ""
+msgstr "Ignorar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:434
msgid "Ignore <code>/etc/hosts</code>"
@@ -4524,6 +4553,7 @@ msgstr "Desactivar DHCP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:918
msgid "Ignore requests from unknown machines using <em>!known</em>."
msgstr ""
+"Ignora las solicitudes de máquinas desconocidas usando <em>!known</em>."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:423
msgid "Ignore resolv file"
@@ -4576,6 +4606,11 @@ msgid ""
"a DHCP lease to one of the macaddrs when another asks for a lease. It only "
"works reliably if only one of the macaddrs is active at any time."
msgstr ""
+"En DHCPv4, es posible incluir más de una dirección mac. Esto permite asociar "
+"una dirección IP con múltiples direcciones mac, y dnsmasq abandona una "
+"asignación DHCP a una de las direcciones mac cuando otro solicita una "
+"asignación. Solo funciona de manera confiable si solo una de las direcciones "
+"mac está activa en cualquier momento."
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:71
#, fuzzy
@@ -5057,7 +5092,7 @@ msgstr "Intervalo de eco LCP"
msgid "LED Configuration"
msgstr "Configuración de LEDs"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5290,7 +5325,7 @@ msgstr "Carga media"
msgid "Load configuration…"
msgstr "Cargar configuración…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5357,7 +5392,7 @@ msgstr "Arranque local"
msgid "Local Time"
msgstr "Hora local"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "ULA local"
@@ -5461,7 +5496,7 @@ msgstr "Modo de compatibilidad de Lua activo"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "Dirección MAC"
@@ -5474,7 +5509,7 @@ msgid "MAC Address For The Actor"
msgstr "Dirección MAC para el actor"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5492,7 +5527,7 @@ msgstr "Dirección MAC"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:795
msgid "MAC address(es)"
-msgstr ""
+msgstr "Dirección(es) MAC"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:981
msgid "MAC-Filter"
@@ -5539,7 +5574,7 @@ msgid "MII Interval"
msgstr "Intervalo MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5578,8 +5613,9 @@ msgid "Master"
msgstr "AP"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:916
+#, fuzzy
msgid "Match Tag"
-msgstr ""
+msgstr "Etiqueta de coincidencia"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:842
msgid "Max <abbr title=\"Router Advertisement\">RA</abbr> interval"
@@ -5785,7 +5821,7 @@ msgstr "Dominio de movilidad"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Modo"
@@ -5969,7 +6005,7 @@ msgstr "Servidores NTP a consultar"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -6042,7 +6078,7 @@ msgid "Network bridge configuration migration"
msgstr "Migración de la configuración del puente de red"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Dispositivo de red"
@@ -6095,11 +6131,11 @@ msgstr ""
"Nunca reenviar dominios y subdominios coincidentes, resolver sólo desde DHCP "
"o archivos de hosts."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "No se puede crear una nueva interfaz para \"%s\": %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nuevo nombre de interfaz…"
@@ -6143,7 +6179,7 @@ msgstr "No se han configurado interfaces WireGuard."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:16
msgid "No allowed mode configuration found."
-msgstr ""
+msgstr "No se encontró ninguna configuración de modo permitido."
#: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut:68
#: themes/luci-theme-material/ucode/template/themes/material/header.ut:88
@@ -6193,7 +6229,7 @@ msgstr "No hay entradas disponibles"
msgid "No entries in this directory"
msgstr "No hay entradas en este directorio"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
#, fuzzy
msgid ""
"No fixed interface listening port defined, peers might not be able to "
@@ -6258,7 +6294,7 @@ msgstr "Aún no se han definido pares."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:15
msgid "No preferred mode configuration found."
-msgstr ""
+msgstr "No se encontró ninguna configuración de modo preferido."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:146
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:283
@@ -6279,7 +6315,7 @@ msgid "No validation or filtering"
msgstr "Sin validación o filtrado"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Sin zona asignada"
@@ -6565,7 +6601,7 @@ msgstr "Opcional"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:782
msgid "Optional hostname to assign"
-msgstr ""
+msgstr "Nombre de host opcional para asignar"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:142
msgid "Optional, free-form notes about this device"
@@ -6585,7 +6621,7 @@ msgstr ""
"Opcional. Marca de 32 bits para los paquetes cifrados salientes. Ingrese el "
"valor en hexadecimal, comenzando con <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6754,11 +6790,11 @@ msgstr "Zona de salida"
msgid "Overlap"
msgstr "Superposición"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Anular la tabla de enrutamiento IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Anular la tabla de enrutamiento IPv6"
@@ -6956,7 +6992,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Modo de transferencia de paquetes)"
@@ -6968,7 +7004,7 @@ msgstr "Configuración de PXE/TFTP"
msgid "Packet Service State"
msgstr "Estado del servicio de paquetes"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Direccionamiento de paquetes"
@@ -6994,11 +7030,11 @@ msgstr "Paquetes para transmitir antes de pasar al siguiente esclavo"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:282
msgid "Part of network:"
msgid_plural "Part of networks:"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Parte de la red:"
+msgstr[1] "Parte de las redes:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Parte de zona %q"
@@ -7228,15 +7264,16 @@ msgstr "Puerto %d"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:284
msgid "Port is not part of any network"
-msgstr ""
+msgstr "El puerto no es parte de ninguna red"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:770
msgid "Port isolation"
msgstr "Aislamiento de puertos"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:290
+#, fuzzy
msgid "Port status"
-msgstr ""
+msgstr "Estado del puerto"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:278
msgid "Port status:"
@@ -7258,9 +7295,13 @@ msgstr "Preferir LTE"
msgid "Prefer UMTS"
msgstr "Preferir UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
-msgstr ""
+msgstr "Tecnología de red preferida"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:33
msgid "Prefix Delegated"
@@ -7369,7 +7410,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7619,12 +7660,14 @@ msgid "Receive"
msgstr "Recibir"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:234
+#, fuzzy
msgid "Receive dropped"
-msgstr ""
+msgstr "Recibidos descartados"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:233
+#, fuzzy
msgid "Receive errors"
-msgstr ""
+msgstr "Recibidos con errores"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:57
#, fuzzy
@@ -7633,15 +7676,15 @@ msgstr "Recibir"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:230
msgid "Received bytes"
-msgstr ""
+msgstr "Bytes recibidos"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:232
msgid "Received multicast"
-msgstr ""
+msgstr "Multidifusión recibida"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:231
msgid "Received packets"
-msgstr ""
+msgstr "Paquetes recibidos"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:181
msgid "Recommended. IP addresses of the WireGuard interface."
@@ -7673,7 +7716,7 @@ msgstr "Redirigir al sistema local"
msgid "References"
msgstr "Referencias"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Actualizar canales"
@@ -7787,7 +7830,7 @@ msgstr ""
"Eliminar las direcciones IPv6 de los resultados y solo devuelva direcciones "
"IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
"Eliminar la configuración del dispositivo relacionada de la configuración"
@@ -8232,7 +8275,7 @@ msgstr "Claves SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8402,7 +8445,7 @@ msgstr ""
"Configurar la interfaz como esclavo externo de Proxy NDP. El valor "
"predeterminado es desactivado."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8463,11 +8506,11 @@ msgstr "El modo de operación de ajuste falló"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:87
msgid "Setting the allowed network technology."
-msgstr ""
+msgstr "Configuración de la tecnología de red permitida."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:107
msgid "Setting the preferred network technology."
-msgstr ""
+msgstr "Configuración de la tecnología de red preferida."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js:11
msgid "Settings"
@@ -8512,7 +8555,7 @@ msgstr "Apagar esta interfaz"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -9030,9 +9073,9 @@ msgstr "Especifique la clave de encriptación."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:206
msgid "Speed: %d Mibit/s, Duplex: %s"
-msgstr ""
+msgstr "Velocidad: %d Mibit/s, Dúplex: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "ADSL sin divisor (G.992.2) Anexo A"
@@ -9062,7 +9105,7 @@ msgid "Starting configuration apply…"
msgstr "Iniciando aplicar configuración…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Iniciando escaneo de Wi-Fi..."
@@ -9307,7 +9350,7 @@ msgstr "Tabla"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:912
msgid "Tag"
-msgstr ""
+msgstr "Etiqueta"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:219
msgctxt "VLAN port state"
@@ -9390,10 +9433,11 @@ msgstr ""
"QR de la configuración."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:900
+#, fuzzy
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
-msgstr ""
+msgstr "El DUID (identificador único de DHCP) DHCPv6 de este host."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9428,6 +9472,8 @@ msgid ""
"The IP address to be used for this host, or <em>ignore</em> to ignore any "
"DHCP request from this host."
msgstr ""
+"La dirección IP que se utilizará para este host, o <em>Ignorar</em> para "
+"ignorar cualquier solicitud DHCP de este host."
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:40
msgid "The IPv4 address or the fully-qualified domain name of the remote end."
@@ -9459,6 +9505,8 @@ msgid ""
"The IPv6 interface identifier (address suffix) as hexadecimal number (max. 8 "
"chars)."
msgstr ""
+"El identificador de interfaz IPv6 (sufijo de dirección) como número "
+"hexadecimal (máx. 8 caracteres)."
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59
@@ -9604,7 +9652,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "La dirección de la puerta de enlace no debe ser una dirección IP local"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9627,6 +9675,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:796
msgid "The hardware address(es) of this entry/host, separated by spaces."
msgstr ""
+"Las direcciones de hardware de esta entrada/host, separadas por espacios."
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:93
#, fuzzy
@@ -9650,11 +9699,11 @@ msgstr "El nombre de host del servidor de arranque"
msgid "The interface could not be found"
msgstr "No se pudo encontrar la interfaz"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "El nombre de la interfaz ya está en uso"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "El nombre de la interfaz es demasiado largo"
@@ -9757,7 +9806,7 @@ msgstr ""
"segmentos de red. Es común que exista un puerto por defecto para subida "
"hacia una red mayor como internet y el resto se dediquen a la red local."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
#, fuzzy
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
@@ -9863,6 +9912,11 @@ msgid ""
"directives are used in preference to untagged ones. Note that one of mac, "
"duid or hostname still needs to be specified (can be a wildcard)."
msgstr ""
+"La construcción de etiquetas filtra qué directivas de host se utilizan; se "
+"puede proporcionar más de una etiqueta, en este caso la solicitud debe "
+"coincidir con todas ellas. Las directivas etiquetadas se usan con "
+"preferencia a las no etiquetadas. Tenga en cuenta que aún se debe "
+"especificar una de mac, duid o nombre de host (puede ser un comodín)."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:120
msgid ""
@@ -9891,8 +9945,8 @@ msgstr ""
"El archivo con la imagen de firmware subido no tiene un formato adecuado. "
"Asegúrese de haber elegido la imagen correcta para su plataforma."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "El valor se reemplaza por la configuración."
@@ -10117,7 +10171,7 @@ msgstr ""
"a su estado inicial, haga clic en \"Realizar restablecimiento\" (sólo es "
"posible con imágenes squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tono"
@@ -10168,12 +10222,14 @@ msgid "Transmit Hash Policy"
msgstr "Política de transmisión de hash"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:239
+#, fuzzy
msgid "Transmit dropped"
-msgstr ""
+msgstr "Transmitidos descartados"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:238
+#, fuzzy
msgid "Transmit errors"
-msgstr ""
+msgstr "Transmitidos con errores"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:58
#, fuzzy
@@ -10182,11 +10238,11 @@ msgstr "Antena transmisora"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:236
msgid "Transmitted bytes"
-msgstr ""
+msgstr "Bytes transmitidos"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:237
msgid "Transmitted packets"
-msgstr ""
+msgstr "Paquetes transmitidos"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:79
msgctxt "nft @th,off,len"
@@ -10226,7 +10282,7 @@ msgstr "Interfaz de túnel"
msgid "Tunnel Link"
msgstr "Enlace del túnel"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Dispositivo de túnel"
@@ -10235,7 +10291,7 @@ msgid "Tx-Power"
msgstr "Potencia-TX"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10343,17 +10399,17 @@ msgstr "No se puede guardar el contenido: %s"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:14
msgid "Unable to set allowed mode list."
-msgstr ""
+msgstr "No se puede configurar la lista de modos permitidos."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:17
msgid "Unable to set preferred mode."
-msgstr ""
+msgstr "No se puede configurar el modo preferido."
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:29
msgid "Unable to verify PIN"
msgstr "No se puede verificar el PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Desconfigurar"
@@ -10366,7 +10422,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Formato de datos de respuesta inesperado"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10551,7 +10607,7 @@ msgstr "Usar puerta de enlace DHCP"
msgid "Use DHCPv6"
msgstr "Usar DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10607,23 +10663,23 @@ msgstr "Utilizar como sistema de archivos raíz (/)"
msgid "Use broadcast flag"
msgstr "Usar marca de difusión"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Utilizar la gestión integrada de IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Usar servidores DNS personalizados"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Utilizar la puerta de enlace predeterminada"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10733,11 +10789,11 @@ msgstr "Nombre de usuario"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Utilizar la tabla de flujo <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10747,12 +10803,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (agregador de puertos Ethernet virtual)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10875,7 +10931,7 @@ msgid "Very High"
msgstr "Muy alto"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Ethernet virtual"
@@ -10960,8 +11016,11 @@ msgid ""
"When a host matches an entry then the special tag <em>known</em> is set. Use "
"<em>known</em> to match all known hosts."
msgstr ""
+"Cuando un host coincide con una entrada, se establece la etiqueta especial "
+"<em>conocido</em>. Utilice <em>conocido</em> para hacer coincidir todos los "
+"hosts conocidos."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11237,9 +11296,9 @@ msgstr ""
msgid "any"
msgstr "cualquiera"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11267,7 +11326,7 @@ msgstr "automático (activado)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "puenteado"
@@ -11333,7 +11392,7 @@ msgstr "desactivar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11397,7 +11456,7 @@ msgid "hexadecimal encoded value"
msgstr "valor codificado en hexadecimal"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "oculto"
@@ -11418,7 +11477,7 @@ msgstr "ignorar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:896
msgid "infinite (lease does not expire)"
-msgstr ""
+msgstr "Infinito (la asignación no caduca)"
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:69
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:192
@@ -11436,11 +11495,11 @@ msgstr "clave de 5 o 13 caracteres"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:920
msgid "known"
-msgstr ""
+msgstr "conocido"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:922
msgid "known-othernet (on different subnet)"
-msgstr ""
+msgstr "known-othernet (en una subred diferente)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:810
msgid "managed config (M)"
@@ -11565,7 +11624,7 @@ msgstr ""
msgid "relay mode"
msgstr "modo relé"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "enrutado"
diff --git a/modules/luci-base/po/fi/base.po b/modules/luci-base/po/fi/base.po
index 8cb342c28a..80d0f26157 100644
--- a/modules/luci-base/po/fi/base.po
+++ b/modules/luci-base/po/fi/base.po
@@ -19,7 +19,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -140,6 +140,7 @@ msgstr[0] "1 lippu"
msgstr[1] "%d lippua"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -158,6 +159,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -180,6 +182,7 @@ msgid "5 Minute Load:"
msgstr "5 minuutin kuorma:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -188,6 +191,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "6 oktettia heksadesimaalimerkkijonona - ilman kaksoispisteitä"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -386,83 +390,83 @@ msgstr "Samanniminen hakemisto on jo olemassa."
msgid "A new login is required since the authentication session expired."
msgstr "Istunnon päättymisen jälkeen tarvitaan uusi kirjautuminen."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -517,25 +521,25 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Asynkroninen siirtotila)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM Sillat"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM-näennäiskanavan tunnus (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM-näennäispolun tunnus (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -545,7 +549,7 @@ msgstr ""
"Linux-sovittimiksi, joita voidaan käyttää yhdessä DHCP:n tai PPP:n kanssa "
"yhdistämiseen palvelutarjoajan verkkoon."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM-laitteen numero"
@@ -662,7 +666,7 @@ msgstr "Mukautuva lähetyskuormantasaus (balance-tlb, 5)"
msgid "Add"
msgstr "Lisää"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Lisää ATM-silta"
@@ -682,11 +686,11 @@ msgstr "Lisää LED-toiminto"
msgid "Add VLAN"
msgstr "Lisää VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Lisää laitemäärittely"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Lisää laitemäärittely…"
@@ -707,7 +711,7 @@ msgstr ""
"tiedostoista"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Lisää uusi sovitin..."
@@ -773,7 +777,7 @@ msgstr "Hallinta"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -896,7 +900,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Salli <em>root</em>-käyttäjän kirjautua sisään salasanalla"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Sallitut IP:t"
@@ -949,7 +953,7 @@ msgstr "Lomaketta tallennettaessa tapahtui virhe:"
msgid "An optional, short description for this device"
msgstr "Valinnainen, lyhyt laitteen kuvaus"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1051,7 +1055,7 @@ msgstr "Arkkitehtuuri"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1062,7 +1066,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1145,7 +1149,7 @@ msgid "Automatically check filesystem for errors before mounting"
msgstr ""
"Tarkista tiedostojärjestelmän virheet automaattisesti ennen liittämistä"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1193,11 +1197,11 @@ msgstr "Keskiarvo:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1212,7 +1216,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1226,7 +1230,7 @@ msgstr "Takaisin"
msgid "Back to Overview"
msgstr "Takaisin yleiskatsaukseen"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1373,7 +1377,7 @@ msgid "Bridge VLAN filtering"
msgstr "Sillan VLAN-suodatus"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Siltalaite"
@@ -1390,7 +1394,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Siltayksikön numero"
@@ -1478,7 +1482,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1613,17 +1617,17 @@ msgstr "Muuttaa järjestelmänvalvojan salasanan"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanava"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Kanava-analyysi"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Kanavaleveys"
@@ -1838,7 +1842,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Määritä…"
@@ -1866,7 +1870,7 @@ msgstr "Yhteyden muodostaminen epäonnistui"
msgid "Connection attempt failed."
msgstr "Yhteyden muodostaminen epäonnistui."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1958,7 +1962,7 @@ msgstr "Kantavuusalueen solutiheys"
msgid "Create / Assign firewall-zone"
msgstr "Luo / määritä palomuurivyöhyke"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Luo sovitin"
@@ -2053,6 +2057,12 @@ msgstr "DHCP-asiakas"
msgid "DHCP-Options"
msgstr "DHCP-asetukset"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2079,7 +2089,7 @@ msgid "DNS query port"
msgstr ""
"<abbr title = \"Verkkotunnusten nimijärjestelmä\">DNS</abbr>-kyselyportti"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS-hakutoimialueet"
@@ -2092,7 +2102,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS-paino"
@@ -2116,7 +2126,7 @@ msgstr "DPD:n käyttämättömyysaikakatkaisu"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR -osoite"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2125,7 +2135,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL-tila"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL-linjatila"
@@ -2189,7 +2199,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2276,8 +2286,8 @@ msgstr "Kohdevyöhyke"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2312,7 +2322,7 @@ msgstr "Laitenimi"
msgid "Device not managed by ModemManager."
msgstr "ModemManager ei hallitse laitetta."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Laite ei ole läsnä"
@@ -2328,7 +2338,7 @@ msgstr "Laitetta ei tavoiteta!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Laitetta ei tavoiteta! Odotetaan edelleen laitetta..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Laitteet"
@@ -2582,7 +2592,7 @@ msgstr "Lataa varmuuskopio"
msgid "Download mtdblock"
msgstr "Lataa mtd-osio"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Alavirran SNR-siirtymä"
@@ -2876,7 +2886,7 @@ msgstr ""
"Protocol\">HTTP</abbr>-pyynnöille <abbr title=\"Hypertext Transfer Protocol "
"Secure\">HTTPS</abbr>-porttiin."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2909,7 +2919,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2990,8 +3000,8 @@ msgstr "Ottaa käyttöön Spanning Tree Protokollan tällä sillalla"
msgid "Encapsulation limit"
msgstr "Kapselointiraja"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Kapselointitila"
@@ -3111,7 +3121,7 @@ msgstr "Laajenna palvelimet"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Odottaa heksadesimaalista osoitusvihjettä"
@@ -3368,7 +3378,7 @@ msgstr "Palomuurin tila"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Laiteohjelmisto-tiedosto"
@@ -3402,6 +3412,10 @@ msgstr "Flash-toiminnot"
msgid "Flashing…"
msgstr "Kirjoitetaan laiteohjelmistoa…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3439,7 +3453,7 @@ msgstr "Pakota TKIP ja CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Pakota linkki"
@@ -3500,7 +3514,7 @@ msgstr "Välitä multicast-paketit unicast-paketteina tällä laitteella."
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Edelleenlähetystila"
@@ -3581,7 +3595,7 @@ msgid "General Settings"
msgstr "Yleiset asetukset"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3603,11 +3617,11 @@ msgstr "Luo PMK paikallisesti"
msgid "Generate archive"
msgstr "Luo arkisto"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3623,7 +3637,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3635,7 +3649,7 @@ msgstr "Koska salasanan tarkistus ei onnistunut, salasanaa ei muutettu!"
msgid "Global Settings"
msgstr "Yleiset asetukset"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Yleiset verkkoasetukset"
@@ -3969,7 +3983,7 @@ msgstr "IP-osoite on virheellinen"
msgid "IP address is missing"
msgstr "IP-osoite puuttuu"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4138,6 +4152,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "IPv6-naapurit"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "IPv6-RA-asetukset"
@@ -4154,7 +4172,7 @@ msgstr "IPv6-säännöt"
msgid "IPv6 Settings"
msgstr "IPv6-asetukset"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6-ULA-etuliite"
@@ -4168,12 +4186,12 @@ msgstr "IPv6-ylävirta"
msgid "IPv6 address"
msgstr "IPv6-osoite"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6-varausvihje"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6-varauksen pituus"
@@ -4189,7 +4207,7 @@ msgstr "IPv6-verkko osoite/verkkomaski merkittynä"
msgid "IPv6 only"
msgstr "Vain IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "IPv6-ensisijaisuus"
@@ -4198,7 +4216,7 @@ msgstr "IPv6-ensisijaisuus"
msgid "IPv6 prefix"
msgstr "IPv6-etuliite"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "IPv6-etuliitesuodatin"
@@ -4212,11 +4230,11 @@ msgstr "IPv6-etuliitteen pituus"
msgid "IPv6 routed prefix"
msgstr "IPv6-reititetty etuliite"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "IPv6-lähdereititys"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6-pääte"
@@ -4273,7 +4291,7 @@ msgstr "Lisää \"+ipv6\" valinnan pppd sovelluksen valitsimiin"
msgid "If checked, encryption is disabled"
msgstr "Jos valittuna, salaus on pois käytöstä"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4303,14 +4321,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Jos valitsematta, oletusreittiä ei ole määritetty"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4867,7 +4885,7 @@ msgstr "LCP-kaiun aikaväli"
msgid "LED Configuration"
msgstr "LED-määritys"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5095,7 +5113,7 @@ msgstr "Kuormituksen keskiarvo"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5162,7 +5180,7 @@ msgstr "Paikallinen käynnistys"
msgid "Local Time"
msgstr "Paikallinen aika"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Paikallinen ULA"
@@ -5264,7 +5282,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC-osoite"
@@ -5277,7 +5295,7 @@ msgid "MAC Address For The Actor"
msgstr "Toimijan MAC-osoite"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5341,7 +5359,7 @@ msgid "MII Interval"
msgstr "MII-väli"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5580,7 +5598,7 @@ msgstr "Liikkuvuusalue"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Tila"
@@ -5764,7 +5782,7 @@ msgstr "NTP-palvelinehdokkaat"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5835,7 +5853,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Verkkolaite"
@@ -5888,11 +5906,11 @@ msgstr ""
"Paikallisen verkkotunnuksen määritys. Tätä verkkotunnusta vastaavia nimiä ei "
"koskaan välitetä, ja ne ratkaistaan vain DHCP- tai isäntätiedostoista"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Uutta sovitinta \"%s\" ei voida luoda: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Uusi sovittimen nimi…"
@@ -5982,7 +6000,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr "Tässä hakemistossa ei ole merkintöjä"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6064,7 +6082,7 @@ msgid "No validation or filtering"
msgstr "Ei tarkastusta tai suodatusta"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Vyöhykettä ei ole määritetty"
@@ -6349,7 +6367,7 @@ msgstr ""
"Valinnainen. Lähtevien salattujen pakettien 32-bittinen merkki. Anna arvo "
"heksaina alkaen <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6504,11 +6522,11 @@ msgstr "Lähtöalue"
msgid "Overlap"
msgstr "Päällekkäisyys"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Ohita IPv4-reititystaulu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Ohita IPv6-reititystaulu"
@@ -6704,7 +6722,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Packet Transfer Mode)"
@@ -6716,7 +6734,7 @@ msgstr "PXE/TFTP-asetukset"
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Pakettien ohjaus"
@@ -6745,7 +6763,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Osa vyöhykkeestä %q"
@@ -7000,6 +7018,10 @@ msgstr "Mieluummin LTE"
msgid "Prefer UMTS"
msgstr "Mieluummin UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7108,7 +7130,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7402,7 +7424,7 @@ msgstr "Uudelleenohjaa paikalliseen järjestelmään"
msgid "References"
msgstr "Viite"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7503,7 +7525,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7930,7 +7952,7 @@ msgstr "SSH-avaimet"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8096,7 +8118,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8195,7 +8217,7 @@ msgstr "Sulje tämä sovitin"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8670,7 +8692,7 @@ msgstr "Määritä salainen salausavain tähän."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8700,7 +8722,7 @@ msgid "Starting configuration apply…"
msgstr "Aloitetaan määrityksen käyttöönotto…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Aloitetaan langattoman verkon etsintä..."
@@ -9014,7 +9036,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9210,7 +9232,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Yhdyskäytävän osoite ei saa olla paikallinen IP-osoite"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9248,11 +9270,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Sovittimen nimi on jo käytössä"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Sovittimen nimi on liian pitkä"
@@ -9341,7 +9363,7 @@ msgstr ""
"toisistaan. Usein määritetään yksi portti yhteyden suurempaan verkkoon, "
"kuten Internet ja muut portit lähiverkoon."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9459,8 +9481,8 @@ msgstr ""
"Ladattu tiedosto ei ole laitteesi tukemassa muodossa. Varmista, että käytät "
"laitteeseesi soveltuvaa yleistä tiedostomuotoa."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Arvo ohitetaan kokoonpanon toimesta."
@@ -9663,7 +9685,7 @@ msgstr ""
"Voit palauttaa laiteohjelmiston alkuperäiseen tilaan napsauttamalla "
"\"Suorita nollaus\" (mahdollista vain squashfs-kuvissa)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Sävy"
@@ -9772,7 +9794,7 @@ msgstr "Tunnelisovitin"
msgid "Tunnel Link"
msgstr "Tunnelin linkki"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Tunnelin laite"
@@ -9781,7 +9803,7 @@ msgid "Tx-Power"
msgstr "Tx-teho"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9899,7 +9921,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9911,7 +9933,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr "Odottamaton vastaustietojen muoto"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10089,7 +10111,7 @@ msgstr "Käytä DHCP-yhdyskäytävää"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10144,23 +10166,23 @@ msgstr "Käytä juuritiedostojärjestelmänä (/)"
msgid "Use broadcast flag"
msgstr "Käytä lähetyslippua"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Käytä sisäistä IPv6-hallintaa"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Käytä mukautettuja DNS-palvelimia"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Käytä oletusyhdyskäytävää"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10267,11 +10289,11 @@ msgstr "Käyttäjätunnus"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10281,12 +10303,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10407,7 +10429,7 @@ msgid "Very High"
msgstr "Erittäin korkea"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10494,7 +10516,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10741,9 +10763,9 @@ msgstr ""
msgid "any"
msgstr "mikä tahansa"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10771,7 +10793,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "sillattu"
@@ -10837,7 +10859,7 @@ msgstr "Poista käytöstä"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10901,7 +10923,7 @@ msgid "hexadecimal encoded value"
msgstr "heksadesimaalinen koodattu arvo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "piilotettu"
@@ -11064,7 +11086,7 @@ msgstr ""
msgid "relay mode"
msgstr "välitystila"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "reititetty"
diff --git a/modules/luci-base/po/fr/base.po b/modules/luci-base/po/fr/base.po
index bf5d6f63f2..1403ce1c78 100644
--- a/modules/luci-base/po/fr/base.po
+++ b/modules/luci-base/po/fr/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2023-06-29 14:15+0000\n"
-"Last-Translator: viking76 <liaudetgael@gmail.com>\n"
+"PO-Revision-Date: 2023-09-05 14:35+0000\n"
+"Last-Translator: Louis SCHNEIDER <si0lsfr@gmail.com>\n"
"Language-Team: French <https://hosted.weblate.org/projects/openwrt/luci/fr/>"
"\n"
"Language: fr\n"
@@ -12,18 +12,18 @@ msgstr ""
"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.18.1\n"
+"X-Generator: Weblate 5.0.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
-msgstr ""
+msgstr "!known (inconnu)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:649
msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" table \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -146,8 +146,9 @@ msgstr[0] "1 drapeau"
msgstr[1] "%d drapeaux"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
-msgstr ""
+msgstr "12h (12 heures - par défaut)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:253
msgid "15 Minute Load:"
@@ -164,8 +165,9 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
-msgstr ""
+msgstr "3h ( 3 heures)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:59
msgctxt "sstp log level value"
@@ -186,16 +188,18 @@ msgid "5 Minute Load:"
msgstr "Charge sur 5 minutes :"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
-msgstr ""
+msgstr "5m (5 minutes)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1591
msgid "6-octet identifier as a hex string - no colons"
msgstr "Identifiant hexadécimal sur 6 octets (sans ':')"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
-msgstr ""
+msgstr "7d (7 jours)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1614
msgid "802.11k RRM"
@@ -303,7 +307,7 @@ msgstr "<abbr title=\"Protocole de découverte de voisins\">NDP</abbr>-Proxy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:912
msgid "<abbr title=\"Prefix Delegation\">PD</abbr> minimum length"
-msgstr ""
+msgstr "Longueur minimale de <abbr title=\"Délégation de Préfixe\">DP</abbr>"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:808
msgid "<abbr title=\"Router Advertisement\">RA</abbr> Flags"
@@ -414,83 +418,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"Il est nécessaire de s'authentifier de nouveau car la session a expiré."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
-msgstr ""
+msgstr "ADSL (G.992.1) Annexe A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
-msgstr ""
+msgstr "ADSL (G.992.1) Annexe B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
-msgstr ""
+msgstr "ADSL (toutes variantes) Annexes A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
-msgstr ""
+msgstr "ADSL (toutes variantes) Annexes A/L/M + VDSL2 Annexes A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
-msgstr ""
+msgstr "ADSL (toutes variantes) Annexes B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
-msgstr ""
+msgstr "ADSL (toutes variantes) Annexes B + VDSL2 Annexes A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
-msgstr ""
+msgstr "ADSL (toutes variantes) Annexes B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
-msgstr ""
+msgstr "ADSL (toutes variantes) Annexes B/J + VDSL2 Annexes A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
-msgstr ""
+msgstr "ADSL (toutes variantes) Annexe M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
-msgstr ""
+msgstr "ADSL2 (G.992.3) Annexe A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
-msgstr ""
+msgstr "ADSL2 (G.992.3) Annexe B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
-msgstr ""
+msgstr "ADSL2 (G.992.3) Annexe L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
-msgstr ""
+msgstr "ADSL2 (G.992.3) Annexe M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
-msgstr ""
+msgstr "ADSL2+ (G.992.5) Annexe A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
-msgstr ""
+msgstr "ADSL2+ (G.992.5) Annexe B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
-msgstr ""
+msgstr "ADSL2+ (G.992.5) Annexe M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -550,25 +554,25 @@ msgstr ""
"Direct (DMS) en 802.11v. Note : peut briser les attentes de récepteur STA "
"multicast."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (mode de transfert asynchrone)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Ponts ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Identifiant de canal virtuel ATM (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Identificateur de chemin virtuel ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -578,7 +582,7 @@ msgstr ""
"des interfaces réseau virtuelles Linux qui peuvent être utilisées avec DHCP "
"ou PPP pour se connecter au réseau du fournisseur d'accès."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Numéro de périphérique ATM"
@@ -623,7 +627,7 @@ msgstr "Isolation des points d’accès"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:99
msgid "Access Technologies"
-msgstr ""
+msgstr "Technologies d'accès"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:388
msgid "Actions"
@@ -697,7 +701,7 @@ msgstr "Équilibrage adaptatif de la charge de transmission (balance-tlb, 5)"
msgid "Add"
msgstr "Ajouter"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Ajouter un pont ATM"
@@ -717,11 +721,11 @@ msgstr "Ajouter une action de DEL"
msgid "Add VLAN"
msgstr "Ajouter un VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Ajouter une configuration d’appareil"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Ajout d'une configuration d’appareil…"
@@ -740,7 +744,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Ajouter un suffixe de domaine locale aux noms tirés du fichier hôtes."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Ajout d'une nouvelle interface..."
@@ -806,7 +810,7 @@ msgstr "Administration"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -934,14 +938,14 @@ msgstr ""
"Autoriser l'utilisateur <em>root</em> à se connecter avec un mot de passe"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "IP autorisées"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:86
msgid "Allowed network technology"
-msgstr ""
+msgstr "Technologies réseau autorisées"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:315
msgid "AllowedIPs setting is invalid"
@@ -991,7 +995,7 @@ msgstr "Une erreur s'est produite lors de l'enregistrement du formulaire :"
msgid "An optional, short description for this device"
msgstr "Une courte description, optionnelle, pour cet appareil"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annexe"
@@ -1101,7 +1105,7 @@ msgstr "Architecture"
msgid "Arp-scan"
msgstr "Balayage ARP"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1112,7 +1116,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1201,7 +1205,7 @@ msgid "Automatically check filesystem for errors before mounting"
msgstr ""
"Vérifier automatiquement les erreurs du système de fichiers avant le montage"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1251,11 +1255,11 @@ msgstr "Moyenne :"
msgid "Avoid Bridge Loops"
msgstr "Éviter les boucles de pont"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1270,7 +1274,7 @@ msgstr "Transition BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1284,7 +1288,7 @@ msgstr "Retour"
msgid "Back to Overview"
msgstr "Retour à la vue générale"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Retour à la configuration des pairs"
@@ -1443,7 +1447,7 @@ msgid "Bridge VLAN filtering"
msgstr "Filtre de passerelle-VLAN"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Pont matériel"
@@ -1460,7 +1464,7 @@ msgstr "Ports de la passerelle"
msgid "Bridge traffic table \"%h\""
msgstr "Table de trafic du pont \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Numéro d'unité du pont"
@@ -1517,7 +1521,7 @@ msgstr "La configuration de CLAT a échoué"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:265
msgid "CNAME"
-msgstr ""
+msgstr "CNAME"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:651
msgid "CNAME or fqdn"
@@ -1554,7 +1558,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1691,17 +1695,17 @@ msgstr "Change le mot de passe administrateur pour accéder à l'équipement"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Canal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Analyse des canaux"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Largeur du canal"
@@ -1932,7 +1936,7 @@ msgid ""
msgstr ""
"Configure le mode de fonctionnement du service proxy NDP sur cette interface."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Configuration…"
@@ -1960,7 +1964,7 @@ msgstr "Échec de la tentative de connexion"
msgid "Connection attempt failed."
msgstr "La tentative de connexion a échoué."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Point de terminaison de la connexion"
@@ -2054,7 +2058,7 @@ msgstr "Densité cellulaire de couverture"
msgid "Create / Assign firewall-zone"
msgstr "Créer / Assigner une zone du pare-feu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Créer une interface"
@@ -2148,6 +2152,12 @@ msgstr "client DHCP"
msgid "DHCP-Options"
msgstr "DHCP-Options"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2173,7 +2183,7 @@ msgstr "transmissions DNS"
msgid "DNS query port"
msgstr "DNS requête port"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Domaines de recherche DNS"
@@ -2185,7 +2195,7 @@ msgstr "Port du serveur DNS"
msgid "DNS setting is invalid"
msgstr "Le paramètre DNS n'est pas valide"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Poids DNS"
@@ -2209,7 +2219,7 @@ msgstr "Délai d'inactivité DPD"
msgid "DS-Lite AFTR address"
msgstr "Adresse du DS-Lite AFTR"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2218,7 +2228,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Statut DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Mode ligne DSL"
@@ -2288,7 +2298,7 @@ msgid "Defines a specific MTU for this route"
msgstr ""
"Définit une Unité de Transfert Maximale (MTU) spécifique pour cette route"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Déléguer les préfixes IPv6"
@@ -2375,8 +2385,8 @@ msgstr "Zone de destination"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2411,7 +2421,7 @@ msgstr "Nom de l'appareil"
msgid "Device not managed by ModemManager."
msgstr "Périphérique non géré par ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Périphérique non présent"
@@ -2427,7 +2437,7 @@ msgstr "Appareil inaccessible !"
msgid "Device unreachable! Still waiting for device..."
msgstr "Appareil inaccessible ! Toujours en attente de l’appareil …"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Appareils"
@@ -2687,7 +2697,7 @@ msgstr "Télécharger la sauvegarde"
msgid "Download mtdblock"
msgstr "Télécharger mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Décalage du Rapport signal - bruit descendant"
@@ -2993,7 +3003,7 @@ msgstr ""
"Transfer Protocol\">HTTP</abbr> vers le port <abbr title=\"Hypertext "
"Transfer Protocol Secure\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -3028,7 +3038,7 @@ msgstr "Activer le requêteur de multidiffusion"
msgid "Enable multicast support"
msgstr "Activer le support multicast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3111,8 +3121,8 @@ msgstr "Active le protocole Spanning Tree sur ce pont"
msgid "Encapsulation limit"
msgstr "Limite d'encapsulation"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Mode encapsulé"
@@ -3236,7 +3246,7 @@ msgstr "Étendre le nom d'hôte"
msgid "Expected port number."
msgstr "Numéro de port espéré."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Un indice d'affectation hexadécimal est attendu"
@@ -3495,7 +3505,7 @@ msgstr "État du pare-feu"
msgid "Firewall mark"
msgstr "Marque de pare-feu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Fichier de micrologiciel"
@@ -3529,6 +3539,10 @@ msgstr "Opérations d'écriture"
msgid "Flashing…"
msgstr "Écriture en cours…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3566,7 +3580,7 @@ msgstr "Forcer TKIP et CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Forcer le lien"
@@ -3637,7 +3651,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Mode de transmission"
@@ -3718,7 +3732,7 @@ msgid "General Settings"
msgstr "Paramètres généraux"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3740,11 +3754,11 @@ msgstr "Générer PMK localement"
msgid "Generate archive"
msgstr "Construire l'archive"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Générer la configuration"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Génération de la configuration…"
@@ -3760,7 +3774,7 @@ msgstr "Générer une clé pré-partagée"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "Génère une configuration adaptée à l'importation sur un pair WireGuard"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Génération de code QR…"
@@ -3774,7 +3788,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Paramètres généraux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Options globales de réseau"
@@ -4111,7 +4125,7 @@ msgstr "L'adresse IP n'est pas valide"
msgid "IP address is missing"
msgstr "Adresse IP manquante"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4283,6 +4297,10 @@ msgstr "MTU IPv6"
msgid "IPv6 Neighbours"
msgstr "Voisinage IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Paramètres IPv6 RA"
@@ -4299,7 +4317,7 @@ msgstr "Règles IPv6"
msgid "IPv6 Settings"
msgstr "Paramètres IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "Préfixe ULA IPv6"
@@ -4313,12 +4331,12 @@ msgstr "IPv6 amont"
msgid "IPv6 address"
msgstr "Adresse IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Indice d'affectation IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Longueur d'attribution IPv6"
@@ -4334,7 +4352,7 @@ msgstr "Réseau IPv6 au format adresse/masque réseau"
msgid "IPv6 only"
msgstr "IPv6 uniquement"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "Préférence IPv6"
@@ -4343,7 +4361,7 @@ msgstr "Préférence IPv6"
msgid "IPv6 prefix"
msgstr "Préfixe IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Filtre de préfixe IPv6"
@@ -4357,11 +4375,11 @@ msgstr "longueur du préfixe IPv6"
msgid "IPv6 routed prefix"
msgstr "Préfixe IPv6 routé"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Routage source IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Suffixe IPv6"
@@ -4418,7 +4436,7 @@ msgstr "Si coché, ajoute \"+ ipv6\" aux options pppd"
msgid "If checked, encryption is disabled"
msgstr "Le chiffrement est désactivé si cette case est cochée"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4458,14 +4476,14 @@ msgstr ""
"manuelle à la nouvelle adresse IP </strong> est requise dans les %d secondes "
"pour confirmer les paramètres, sinon les modifications seront annulées."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Aucune route par défaut ne sera configurée si cette case est décochée"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -5033,7 +5051,7 @@ msgstr "Intervalle entre échos LCP"
msgid "LED Configuration"
msgstr "Configuration des DEL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5263,7 +5281,7 @@ msgstr "Charge moyenne"
msgid "Load configuration…"
msgstr "Chargement de la configuration…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5330,7 +5348,7 @@ msgstr "Démarrage local"
msgid "Local Time"
msgstr "Heure locale"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "ULA locale"
@@ -5435,7 +5453,7 @@ msgstr "Mode de compatibilité Lua active"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "Adresse MAC"
@@ -5448,7 +5466,7 @@ msgid "MAC Address For The Actor"
msgstr "Adresse MAC pour l'acteur"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "Adresse MAC du Réseau Virtuel (VLAN)"
@@ -5512,7 +5530,7 @@ msgid "MII Interval"
msgstr "MII Intervalle"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5755,7 +5773,7 @@ msgstr "Domaine de la mobilité"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Mode"
@@ -5939,7 +5957,7 @@ msgstr "Serveurs NTP candidats"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -6010,7 +6028,7 @@ msgid "Network bridge configuration migration"
msgstr "Migration de la configuration du pont réseau"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Périphérique réseau"
@@ -6063,11 +6081,11 @@ msgstr ""
"jamais transmis à un résolveur DNS, ils seront résolus seulement à partir du "
"serveur DHCP ou des fichiers « hosts »."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Impossible de créer une nouvelle interface pour \"%s\": %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nom de la nouvelle interface …"
@@ -6160,7 +6178,7 @@ msgstr "Aucune entrée disponible"
msgid "No entries in this directory"
msgstr "Aucune entrée dans ce répertoire"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6243,7 +6261,7 @@ msgid "No validation or filtering"
msgstr "Pas de validation ni de filtrage"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Aucune zone attribuée"
@@ -6543,7 +6561,7 @@ msgstr ""
"Facultatif. 32 bits pour les paquets chiffrés sortants. Entrez la valeur en "
"hexadécimal, en commençant par <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6711,11 +6729,11 @@ msgstr "Zone de sortie"
msgid "Overlap"
msgstr "Chevauchement"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Remplacer la table de routage IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Remplacer la table de routage IPv6"
@@ -6913,7 +6931,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Mode de transfert de paquets)"
@@ -6925,7 +6943,7 @@ msgstr "Paramètres PXE/TFTP"
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Direction de paquets"
@@ -6954,7 +6972,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Fait partie de la zone %q"
@@ -7215,6 +7233,10 @@ msgstr "Préférer LTE"
msgid "Prefer UMTS"
msgstr "Préférer l'UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7302,7 +7324,7 @@ msgstr "Privé (Empêche la communication entre les MAC VLAN)"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:151
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:590
msgid "Private Key"
-msgstr "Clé privée"
+msgstr "Clé Privée"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:564
msgid "Private key present"
@@ -7323,7 +7345,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7621,7 +7643,7 @@ msgstr "Redirection vers le système local"
msgid "References"
msgstr "Références"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Actualiser les canaux"
@@ -7729,7 +7751,7 @@ msgstr ""
"Supprimer les adresses IPv6 des résultats et ne renvoyer que les adresses "
"IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Supprimez de la configuration les paramètres des dispositifs associés"
@@ -8173,7 +8195,7 @@ msgstr "Clés SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8342,7 +8364,7 @@ msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
"Définit l'interface comme esclave externe NDP-Proxy. Désactivé par défaut."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8452,7 +8474,7 @@ msgstr "Arrêter cette interface"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8963,7 +8985,7 @@ msgstr "Spécifiez ici la clé secrète de chiffrage."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8993,7 +9015,7 @@ msgid "Starting configuration apply…"
msgstr "La configuration de départ s'applique…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Démarrage de l'analyse sans fil ..."
@@ -9320,7 +9342,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9534,7 +9556,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "L'adresse de passerelle ne doit pas être une adresse IP locale"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9579,11 +9601,11 @@ msgstr "Nom d’hôte du serveur d’amorçage"
msgid "The interface could not be found"
msgstr "L'interface n'a pas pu être trouvée"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Le nom de l'interface est déjà utilisé"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Le nom d'interface est trop long"
@@ -9688,7 +9710,7 @@ msgstr ""
"un port d'uplink pour une connexion vers un réseau plus vaste, comme "
"internet et les autres ports sont réservés au réseau local."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9823,8 +9845,8 @@ msgstr ""
"Le fichier d'image téléchargé ne contient pas de format pris en charge. "
"Assurez-vous de choisir le format d'image générique pour votre plate-forme."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Cette valeur est remplacée par la configuration."
@@ -10055,7 +10077,7 @@ msgstr ""
"micrologiciel dans son état initial, cliquer sur \"Réinitialiser\" (possible "
"seulement avec les images de type squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Ton"
@@ -10163,7 +10185,7 @@ msgstr "Interface du tunnel"
msgid "Tunnel Link"
msgstr "Lien de tunnel"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Dispositif de tunnel"
@@ -10172,7 +10194,7 @@ msgid "Tx-Power"
msgstr "Puissance d'émission"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10290,7 +10312,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "Incapable de vérifier PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Annuler la configuration"
@@ -10302,7 +10324,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Format de données de réponse inattendu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10486,7 +10508,7 @@ msgstr "Utiliser la passerelle DHCP"
msgid "Use DHCPv6"
msgstr "Utiliser DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10542,23 +10564,23 @@ msgstr "Utiliser comme système de fichiers racine (/)"
msgid "Use broadcast flag"
msgstr "Utiliser une marque de diffusion"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Utilisez la gestion IPv6 intégrée"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Utiliser des serveurs DNS spécifiques"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Utiliser la passerelle par défaut"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10668,11 +10690,11 @@ msgstr "Nom d'utilisateur"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Utiliser la table des débits <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10682,12 +10704,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Agrégateur de port Ethernet virtuel)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "Réseau Virtuel VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "Réseau Virtuel VLAN (802.1q)"
@@ -10810,7 +10832,7 @@ msgid "Very High"
msgstr "Très élevé"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Ethernet virtuel"
@@ -10898,7 +10920,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11170,9 +11192,9 @@ msgstr ""
msgid "any"
msgstr "tous"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11200,7 +11222,7 @@ msgstr "automatique (activé)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "ponté"
@@ -11266,7 +11288,7 @@ msgstr "désactiver"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11330,7 +11352,7 @@ msgid "hexadecimal encoded value"
msgstr "valeur codée hexadécimale"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "caché"
@@ -11495,7 +11517,7 @@ msgstr ""
msgid "relay mode"
msgstr "mode relais"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "routé"
diff --git a/modules/luci-base/po/he/base.po b/modules/luci-base/po/he/base.po
index 5e30fd8731..0d93505431 100644
--- a/modules/luci-base/po/he/base.po
+++ b/modules/luci-base/po/he/base.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2023-03-11 13:38+0000\n"
+"PO-Revision-Date: 2023-09-18 21:37+0000\n"
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
"Language-Team: Hebrew <https://hosted.weblate.org/projects/openwrt/luci/he/>"
"\n"
@@ -10,7 +10,7 @@ msgstr ""
"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.16.2-dev\n"
+"X-Generator: Weblate 5.0.2\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -21,7 +21,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f דציבל"
@@ -142,6 +142,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -160,6 +161,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -182,6 +184,7 @@ msgid "5 Minute Load:"
msgstr "עומס במשך 5 דקות:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -190,6 +193,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -387,83 +391,83 @@ msgstr ""
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr ""
@@ -518,34 +522,33 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
#, fuzzy
msgid "ATM Bridges"
msgstr "גשרי ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM מזהה ערוץ וירטואלי (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
-#, fuzzy
msgid "ATM Virtual Path Identifier (VPI)"
-msgstr "מזהה נתיבים ווירטואליים של ATM (VPI)"
+msgstr "מזהה נתיבים וירטואליים של ATM‏ (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "מס' התקן של ATM"
@@ -665,7 +668,7 @@ msgstr ""
msgid "Add"
msgstr "הוסף"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -685,11 +688,11 @@ msgstr ""
msgid "Add VLAN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -708,7 +711,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "הוסף דומיין מקומי לשמות המוגשים מהקבצים של המארח"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "הוסף ממשק חדש..."
@@ -775,7 +778,7 @@ msgstr "מנהלה"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -894,7 +897,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "כתובות IP מורשות"
@@ -945,7 +948,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1049,7 +1052,7 @@ msgstr ""
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1058,7 +1061,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1138,7 +1141,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1186,11 +1189,11 @@ msgstr "ממוצע:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr ""
@@ -1205,7 +1208,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1219,7 +1222,7 @@ msgstr "חזרה"
msgid "Back to Overview"
msgstr "חזרה לסקירה"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1363,7 +1366,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1380,7 +1383,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "מס' יח' גשר"
@@ -1469,7 +1472,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1596,17 +1599,17 @@ msgstr "משנה את סיסמת המנהל לגישה למכשיר"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "ערוץ"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1723,7 +1726,7 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:73
msgid "Comment"
-msgstr ""
+msgstr "תגובה"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1810
msgid ""
@@ -1804,7 +1807,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1832,7 +1835,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1878,7 +1881,7 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:132
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:269
msgid "Continue"
-msgstr ""
+msgstr "המשך"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:97
msgctxt "nft jump action"
@@ -1918,7 +1921,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "צור / הקצה תחום-חומת אש"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -2010,6 +2013,12 @@ msgstr "לקוח DHCP"
msgid "DHCP-Options"
msgstr "אפשרויות-DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2035,7 +2044,7 @@ msgstr ""
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> יציאת שאילתא"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2047,7 +2056,7 @@ msgstr "<abbr title=\"Domain Name System\">DNS</abbr> יציאת שרת"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2071,7 +2080,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr ""
@@ -2080,7 +2089,7 @@ msgstr ""
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2144,7 +2153,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2213,7 +2222,7 @@ msgstr ""
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:48
msgid "Destination port"
-msgstr ""
+msgstr "פתחת היעד"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:46
msgctxt "nft ip dport"
@@ -2223,7 +2232,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:59
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:165
msgid "Destination zone"
-msgstr ""
+msgstr "אזור היעד"
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:67
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:192
@@ -2231,8 +2240,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2261,13 +2270,13 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:495
msgid "Device name"
-msgstr ""
+msgstr "שם המכשיר"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:10
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2283,7 +2292,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2528,7 +2537,7 @@ msgstr "הורד גיבוי"
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2810,7 +2819,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2843,7 +2852,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2920,8 +2929,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3041,7 +3050,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3285,7 +3294,7 @@ msgstr ""
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3319,6 +3328,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3356,7 +3369,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3417,7 +3430,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3496,7 +3509,7 @@ msgid "General Settings"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3518,11 +3531,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3538,7 +3551,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3550,7 +3563,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3882,7 +3895,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4051,6 +4064,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4067,7 +4084,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4081,12 +4098,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4102,7 +4119,7 @@ msgstr ""
msgid "IPv6 only"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4111,7 +4128,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4125,11 +4142,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4186,7 +4203,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4216,14 +4233,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4763,7 +4780,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -4973,7 +4990,7 @@ msgstr "עומס ממוצע"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5040,7 +5057,7 @@ msgstr ""
msgid "Local Time"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5139,7 +5156,7 @@ msgstr ""
msgid "MAC"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5152,7 +5169,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5216,7 +5233,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5449,7 +5466,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr ""
@@ -5629,7 +5646,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5700,7 +5717,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5751,11 +5768,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5845,7 +5862,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5927,7 +5944,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6204,7 +6221,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6349,11 +6366,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6547,7 +6564,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6559,7 +6576,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6588,7 +6605,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6785,20 +6802,20 @@ msgstr ""
#: modules/luci-base/ucode/template/sysauth.ut:19
msgid "Please enter your username and password."
-msgstr "אנא הזן את שם המשתמש והסיסמה שלך:"
+msgstr "נא למלא את שם המשתמש והסיסמה שלך."
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4169
msgid "Please select the file to upload."
-msgstr ""
+msgstr "נא לבחור את הקובץ להעלאה."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:54
msgid "Policy"
-msgstr ""
+msgstr "מדיניות"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:594
msgctxt "Chain hook policy"
msgid "Policy: <strong>%h</strong> (%h)"
-msgstr ""
+msgstr "מדיניות: <strong>%h</strong>‏ (%h)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:656
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:20
@@ -6806,46 +6823,49 @@ msgid "Port"
msgstr "פתחה"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:137
-#, fuzzy
msgctxt "WireGuard listen port"
msgid "Port %d"
-msgstr "פתחה"
+msgstr "פתחה %d"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:284
msgid "Port is not part of any network"
-msgstr ""
+msgstr "פתחה אינה חלק מרשת כלשהי"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:770
msgid "Port isolation"
-msgstr ""
+msgstr "בידוד פתחות"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:290
msgid "Port status"
-msgstr ""
+msgstr "מצב פתחה"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:278
msgid "Port status:"
-msgstr ""
+msgstr "מצב פתחה:"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:516
msgid "Potential negation of: %s"
-msgstr ""
+msgstr "ניגוד אפשרי מול: %s"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:89
msgid "Power State"
-msgstr ""
+msgstr "מצב צריכת חשמל"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:78
msgid "Prefer LTE"
-msgstr ""
+msgstr "להעדיף LTE"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:79
msgid "Prefer UMTS"
+msgstr "להעדיף UMTS"
+
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
msgstr ""
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
-msgstr ""
+msgstr "טכנולוגיית רשת מועדפת"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:33
msgid "Prefix Delegated"
@@ -6945,7 +6965,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7230,7 +7250,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7331,7 +7351,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7753,7 +7773,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr ""
@@ -7912,7 +7932,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8011,7 +8031,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8435,7 +8455,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8465,7 +8485,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8776,7 +8796,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8949,7 +8969,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8985,11 +9005,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9070,7 +9090,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9175,8 +9195,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9360,7 +9380,7 @@ msgid ""
msgstr ""
"על מנת לשחזר את קבצי ההגדרות, באפשרותך להעלות ארכיון גיבוי שנוצר לפני כן."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9469,7 +9489,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9478,7 +9498,7 @@ msgid "Tx-Power"
msgstr "עוצמת שידור"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9596,7 +9616,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9608,7 +9628,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9779,7 +9799,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9832,23 +9852,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr "השתמש בדגל broadcast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "השתמש בשרתי DNS מותאמים אישית"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9945,11 +9965,11 @@ msgstr "שם משתמש"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9959,12 +9979,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10081,7 +10101,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10165,7 +10185,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10395,9 +10415,9 @@ msgstr ""
msgid "any"
msgstr "כלשהו"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10425,7 +10445,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10491,7 +10511,7 @@ msgstr "בטל"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10555,7 +10575,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10718,7 +10738,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "מנותב"
@@ -10756,15 +10776,15 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:583
msgid "unique value"
-msgstr ""
+msgstr "ערך יחודי"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:585
msgid "unknown"
-msgstr ""
+msgstr "לא ידוע"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:28
msgid "unknown version"
-msgstr ""
+msgstr "גרסה לא ידועה"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:538
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:959
@@ -10789,7 +10809,7 @@ msgstr "לא מוגדר"
#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:71
msgid "unspecified -or- create:"
-msgstr "לא מוגדר -או- יצר"
+msgstr "לא מוגדר -או- ליצור:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:352
msgid "untagged"
@@ -10799,11 +10819,11 @@ msgstr "לא מתויג"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:177
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:188
msgid "valid IP address"
-msgstr ""
+msgstr "כתובת IP תקפה"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:257
msgid "valid IP address or prefix"
-msgstr ""
+msgstr "כתובת או קידומת IP תקפה"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:294
msgid "valid IPv4 CIDR"
diff --git a/modules/luci-base/po/hi/base.po b/modules/luci-base/po/hi/base.po
index e7b4a41fd9..314c2b6d18 100644
--- a/modules/luci-base/po/hi/base.po
+++ b/modules/luci-base/po/hi/base.po
@@ -1,13 +1,13 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2020-04-07 16:52+0000\n"
-"Last-Translator: Zeeshan Khan <zkhan1093@gmail.com>\n"
+"PO-Revision-Date: 2023-09-18 15:45+0000\n"
+"Last-Translator: David Rapaň <david@rapan.cz>\n"
"Language-Team: Hindi <https://hosted.weblate.org/projects/openwrt/luci/hi/>\n"
"Language: hi\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.0-dev\n"
+"X-Generator: Weblate 5.0.2\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -18,7 +18,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f डेसिबल"
@@ -44,7 +44,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:35
msgid "%s is untagged in multiple VLANs!"
-msgstr "%s विभिन्न वी.लैन में टैग नहीं किए गए"
+msgstr "%s विभिन्न वी.लैन में टैग नहीं किए गए!"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:296
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:405
@@ -139,6 +139,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -157,6 +158,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -179,6 +181,7 @@ msgid "5 Minute Load:"
msgstr "5 मिनट का बोझ:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -187,6 +190,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "6-ओक्टेट पहचानकर्ता एक हेक्स स्ट्रिंग के रूप में - कोई कॉलन नहीं"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -384,83 +388,83 @@ msgstr "समान नाम वाली एक निर्देशिक
msgid "A new login is required since the authentication session expired."
msgstr "प्रमाणीकरण सत्र समाप्त होने के बाद से एक नया लॉगिन आवश्यक है।"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -515,25 +519,25 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (अतुल्यकालिक अंतरण विधा)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM पुलों"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM वर्चुअल चैनल पहचानकर्ता (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM वर्चुअल पथ पहचानकर्ता (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -543,7 +547,7 @@ msgstr ""
"AAL5 कनेक्शन में जो प्रदाता नेटवर्क में डायल करने के लिए DHCP या PPP के साथ संयोजन में "
"उपयोग किया जा सकता है।"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM यंत्र अंक"
@@ -660,7 +664,7 @@ msgstr ""
msgid "Add"
msgstr "जोड़ना"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "ATM पुल जोड़ें"
@@ -680,11 +684,11 @@ msgstr "LED क्रिया जोड़ें"
msgid "Add VLAN"
msgstr "VLAN जोड़ें"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -703,7 +707,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr ""
@@ -769,7 +773,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -885,7 +889,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr ""
@@ -936,7 +940,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1038,7 +1042,7 @@ msgstr ""
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1047,7 +1051,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1127,7 +1131,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1175,11 +1179,11 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1194,7 +1198,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1208,7 +1212,7 @@ msgstr ""
msgid "Back to Overview"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1349,7 +1353,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1366,7 +1370,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1454,7 +1458,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1581,17 +1585,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1789,7 +1793,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1817,7 +1821,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1903,7 +1907,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -1993,6 +1997,12 @@ msgstr ""
msgid "DHCP-Options"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2018,7 +2028,7 @@ msgstr ""
msgid "DNS query port"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2030,7 +2040,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2054,7 +2064,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2063,7 +2073,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2125,7 +2135,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2212,8 +2222,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2248,7 +2258,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2264,7 +2274,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2509,7 +2519,7 @@ msgstr ""
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2789,7 +2799,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2822,7 +2832,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2899,8 +2909,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3020,7 +3030,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3264,7 +3274,7 @@ msgstr ""
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3298,6 +3308,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3335,7 +3349,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3396,7 +3410,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3475,7 +3489,7 @@ msgid "General Settings"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3497,11 +3511,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3517,7 +3531,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3529,7 +3543,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3861,7 +3875,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4030,6 +4044,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4046,7 +4064,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4060,12 +4078,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4081,7 +4099,7 @@ msgstr ""
msgid "IPv6 only"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4090,7 +4108,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4104,11 +4122,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4165,7 +4183,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4195,14 +4213,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4742,7 +4760,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -4952,7 +4970,7 @@ msgstr ""
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5019,7 +5037,7 @@ msgstr ""
msgid "Local Time"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5118,7 +5136,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5131,7 +5149,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5195,7 +5213,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5428,7 +5446,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr ""
@@ -5608,7 +5626,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5679,7 +5697,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5729,11 +5747,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5823,7 +5841,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5904,7 +5922,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6181,7 +6199,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6326,11 +6344,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6524,7 +6542,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6536,7 +6554,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6565,7 +6583,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6819,6 +6837,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6921,7 +6943,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7205,7 +7227,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7306,7 +7328,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7728,7 +7750,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -7887,7 +7909,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -7986,7 +8008,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8408,7 +8430,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8438,7 +8460,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8746,7 +8768,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8919,7 +8941,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8955,11 +8977,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9040,7 +9062,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9145,8 +9167,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9329,7 +9351,7 @@ msgid ""
"reset\" (only possible with squashfs images)."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9437,7 +9459,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9446,7 +9468,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9564,7 +9586,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9576,7 +9598,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9747,7 +9769,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9800,23 +9822,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9913,11 +9935,11 @@ msgstr ""
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9927,12 +9949,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10049,7 +10071,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10133,7 +10155,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10363,9 +10385,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10393,7 +10415,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10459,7 +10481,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10523,7 +10545,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10686,7 +10708,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/hu/base.po b/modules/luci-base/po/hu/base.po
index a9286b0475..c3f0b4b567 100644
--- a/modules/luci-base/po/hu/base.po
+++ b/modules/luci-base/po/hu/base.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2022-12-15 00:57+0000\n"
-"Last-Translator: Gajdos Tamás <gajdipajti@gmail.com>\n"
+"PO-Revision-Date: 2023-10-06 08:29+0000\n"
+"Last-Translator: Norbert Szentner <upd6la1j@duck.com>\n"
"Language-Team: Hungarian <https://hosted.weblate.org/projects/openwrt/luci/"
"hu/>\n"
"Language: hu\n"
@@ -10,7 +10,7 @@ msgstr ""
"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.15-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -21,7 +21,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -144,6 +144,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -162,6 +163,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -184,6 +186,7 @@ msgid "5 Minute Load:"
msgstr "5 perces terhelés:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -193,6 +196,7 @@ msgstr ""
"6 oktettes azonosító hexadecimális karakterláncként – nincsenek kettőspontok"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -390,83 +394,83 @@ msgstr "Már létezik egy ilyen nevű könyvtár."
msgid "A new login is required since the authentication session expired."
msgstr "Új bejelentkezés szükséges, mivel a hitelesítés munkamenete lejárt."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -521,25 +525,25 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (aszinkron átviteli mód)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM hidak"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM virtuális csatorna-azonosító (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM virtuálisútvonal-azonosító (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -549,7 +553,7 @@ msgstr ""
"Linux hálózati csatolókként, amely DHCP-vel vagy PPP-vel együtt használható "
"a szolgáltatói hálózatba történő betárcsázáshoz."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM eszközszám"
@@ -668,7 +672,7 @@ msgstr ""
msgid "Add"
msgstr "Hozzáadás"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "ATM híd hozzáadása"
@@ -688,11 +692,11 @@ msgstr "LED művelet hozzáadása"
msgid "Add VLAN"
msgstr "VLAN hozzáadása"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Eszköz konfiguráció hozzáadása"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -712,7 +716,7 @@ msgstr ""
"Helyi tartományutótag hozzáadása a hosts fájlokból kiszolgált nevekhez."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Új csatoló hozzáadása…"
@@ -778,12 +782,13 @@ msgstr "Adminisztráció"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:982
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:241
+#, fuzzy
msgid "Advanced Settings"
msgstr "Haladó Beállítások"
@@ -900,7 +905,7 @@ msgstr ""
"Engedélyezés a <em>root</em> felhasználónak, hogy jelszóval jelentkezzen be"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Engedélyezett IP-k"
@@ -954,7 +959,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr "Opcionális, rövid leírása az eszköznek"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Melléklet"
@@ -1056,7 +1061,7 @@ msgstr "Architektúra"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1067,7 +1072,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1151,7 +1156,7 @@ msgstr "Automatikus otthoni hálózat (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "Fájlrendszer hibáinak automatikus ellenőrzése a csatolás előtt"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1199,11 +1204,11 @@ msgstr "Átlag:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1218,7 +1223,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1232,7 +1237,7 @@ msgstr "Vissza"
msgid "Back to Overview"
msgstr "Vissza az áttekintőhöz"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1365,6 +1370,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/network.js:2995
#: modules/luci-compat/luasrc/model/network.lua:1421
+#, fuzzy
msgid "Bridge"
msgstr "Híd"
@@ -1379,7 +1385,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Híd eszköz"
@@ -1396,7 +1402,7 @@ msgstr "Híd portok"
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Hídegység száma"
@@ -1486,7 +1492,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1621,17 +1627,17 @@ msgstr "Megváltoztatja az eszköz eléréséhez szükséges adminisztrátori je
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Csatorna"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Csatorna analizálás"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1849,7 +1855,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Konfigurálás…"
@@ -1877,7 +1883,7 @@ msgstr "Kapcsolódási kísérlet sikertelen"
msgid "Connection attempt failed."
msgstr "Csatlakozási próbálkozás sikertelen."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1967,7 +1973,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "Tűzfalzóna létrehozása vagy hozzárendelése"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Csatoló létrehozása"
@@ -2061,6 +2067,12 @@ msgstr "DHCP ügyfél"
msgid "DHCP-Options"
msgstr "DHCP beállítások"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2086,7 +2098,7 @@ msgstr "DNS továbbítások"
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> lekérdezési port"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2098,7 +2110,7 @@ msgstr "<abbr title=\"Domain Name System\">DNS</abbr>-kiszolgáló portja"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2122,7 +2134,7 @@ msgstr "DPD üresjárat időkorlátja"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR cím"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2131,7 +2143,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL állapota"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL vonalmód"
@@ -2196,7 +2208,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2283,8 +2295,8 @@ msgstr "Célzóna"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2319,7 +2331,7 @@ msgstr "Eszköz név"
msgid "Device not managed by ModemManager."
msgstr "Az eszköz nincs menedzselve a ModemManager által."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2335,7 +2347,7 @@ msgstr "Az eszköz elérhetetlen!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Eszköz elérhetetlen! Még mindig várok a készülékre..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Eszközök"
@@ -2589,7 +2601,7 @@ msgstr "Biztonsági mentés letöltése"
msgid "Download mtdblock"
msgstr "Az mtdblock letöltése"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Belső SNR eltolás"
@@ -2879,7 +2891,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2912,7 +2924,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2991,8 +3003,8 @@ msgstr "Engedélyezi a feszítőfa-protokollt ezen a hídon"
msgid "Encapsulation limit"
msgstr "Beágyazási korlát"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Beágyazási mód"
@@ -3114,7 +3126,7 @@ msgstr "Gépek kinyitása"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Hexadecimális hozzárendelési tipp várt"
@@ -3367,7 +3379,7 @@ msgstr "Tűzfal állapota"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Firmware fájl"
@@ -3401,6 +3413,10 @@ msgstr "Beírás műveletei"
msgid "Flashing…"
msgstr "Telepítés…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3440,7 +3456,7 @@ msgstr "TKIP és CCMP (AES) kényszerítése"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Kapcsolat kényszerítése"
@@ -3501,7 +3517,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Továbbítási mód"
@@ -3582,7 +3598,7 @@ msgid "General Settings"
msgstr "Általános Beállítások"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3604,11 +3620,11 @@ msgstr "PMK előállítása helyileg"
msgid "Generate archive"
msgstr "Archívum előállítása"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3624,7 +3640,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3637,7 +3653,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Globális beállítások"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Globális hálózati beállítások"
@@ -3971,7 +3987,7 @@ msgstr "Az IP-cím érvénytelen"
msgid "IP address is missing"
msgstr "IP-cím hiányzik"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4140,6 +4156,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr "IPv6 szomszédok"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4156,7 +4176,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr "IPv6 beállítások"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA-előtag"
@@ -4170,12 +4190,12 @@ msgstr "Külső IPv6"
msgid "IPv6 address"
msgstr "IPv6-cím"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6 hozzárendelés segítsége"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6 hozzárendelés hossza"
@@ -4191,7 +4211,7 @@ msgstr "IPv6 hálózat cím/hálózati maszk jelölésben"
msgid "IPv6 only"
msgstr "Csak IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4200,7 +4220,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "IPv6-előtag"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4214,11 +4234,11 @@ msgstr "IPv6-előtag hossza"
msgid "IPv6 routed prefix"
msgstr "IPv6-irányított előtag"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6-utótag"
@@ -4275,7 +4295,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr "Ha be van jelölve, akkor a titkosítás le van tiltva"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4309,14 +4329,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Ha nincs bejelölve, akkor nincs alapértelmezett útvonal beállítva"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4876,7 +4896,7 @@ msgstr "LCP visszhang időtartama"
msgid "LED Configuration"
msgstr "LED beállítás"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5101,7 +5121,7 @@ msgstr "Átlagos terhelés"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5168,7 +5188,7 @@ msgstr "Helyi indítás"
msgid "Local Time"
msgstr "Helyi idő"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5269,7 +5289,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC cím"
@@ -5282,7 +5302,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5346,7 +5366,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5585,7 +5605,7 @@ msgstr "Mobilitási tartomány"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Mód"
@@ -5769,7 +5789,7 @@ msgstr "NTP-kiszolgáló jelöltek"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5840,7 +5860,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Hálózati eszköz"
@@ -5893,11 +5913,11 @@ msgstr ""
"Helyi tartomány meghatározása. Az ezzel a tartománnyal egyező nevek soha sem "
"lesznek továbbítva és csak DHCP-n vagy host fájlok által kerülnek feloldásra."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Új csatolónév…"
@@ -5988,7 +6008,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr "Nincsenek bejegyzések ebben a könyvtárban"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6071,7 +6091,7 @@ msgid "No validation or filtering"
msgstr "Nincs hitelesítés vagy szűrés"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Nincs zóna hozzárendelve"
@@ -6355,7 +6375,7 @@ msgstr ""
"Elhagyható. 32 bites jel a kimenő titkosított csomagokhoz. Hexadecimálisan "
"adja meg az értéket <code>0x</code> karakterrel kezdve."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6512,12 +6532,12 @@ msgstr "Kimeneti zóna"
msgid "Overlap"
msgstr "Átfedés"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
#, fuzzy
msgid "Override IPv4 routing table"
msgstr "IPv4 routing tábla felülírása"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
#, fuzzy
msgid "Override IPv6 routing table"
msgstr "IPv6 routing tábla feloldása"
@@ -6714,7 +6734,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (csomagátviteli mód)"
@@ -6726,7 +6746,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6755,7 +6775,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "A(z) %q zóna része"
@@ -7010,6 +7030,10 @@ msgstr "LTE előnyben részesítése"
msgid "Prefer UMTS"
msgstr "UMTS előnyben részesítése"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7114,7 +7138,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7412,7 +7436,7 @@ msgstr ""
msgid "References"
msgstr "Hivatkozások"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7513,7 +7537,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7941,7 +7965,7 @@ msgstr "SSH kulcsok"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8105,7 +8129,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8207,7 +8231,7 @@ msgstr "A csatoló leállítása"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8646,7 +8670,7 @@ msgstr "Itt adja meg a titkos titkosító kulcsot."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8676,7 +8700,7 @@ msgid "Starting configuration apply…"
msgstr "Beállítások alkalmazásának indítása…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Vezeték nélküli keresés indítása…"
@@ -8990,7 +9014,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9186,7 +9210,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Az átjáró címe nem lehet helyi IP-cím"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9224,11 +9248,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "A csatoló neve már használatban van"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "A csatoló neve túl hosszú"
@@ -9317,7 +9341,7 @@ msgstr ""
"következő nagyobb hálózathoz (például az internethez) való kapcsolódásra és "
"egyéb portok a helyi hálózathoz."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9437,8 +9461,8 @@ msgstr ""
"A feltöltött lemezképfájl nem tartalmaz támogatott formátumot. Győződjön meg "
"arról, hogy az általános lemezképformátumot választotta-e ki a platformjához."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
#, fuzzy
msgid "The value is overridden by configuration."
msgstr "Az érték felülírva a konfiguráció által."
@@ -9584,6 +9608,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2280
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:172
#: modules/luci-compat/luasrc/view/cbi/tsection.htm:32
+#, fuzzy
msgid "This section contains no values yet"
msgstr "Ez a szakasz még nem tartalmaz értékeket"
@@ -9649,7 +9674,7 @@ msgstr ""
"visszaállításához kattintson a „Visszaállítás végrehajtása” gombra (csak "
"squashfs lemezképekkel lehetséges)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tónus"
@@ -9758,7 +9783,7 @@ msgstr "Alagút csatoló"
msgid "Tunnel Link"
msgstr "Alagút hivatkozás"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9767,7 +9792,7 @@ msgid "Tx-Power"
msgstr "Adóteljesítmény"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9885,7 +9910,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9897,7 +9922,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr "Váratlan válaszadat-formátum"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10075,7 +10100,7 @@ msgstr "DHCP-átjáró használata"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10128,23 +10153,23 @@ msgstr "Használat gyökérfájlrendszerként (/)"
msgid "Use broadcast flag"
msgstr "Üzenetszórási jelző használata"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Beépített IPv6-kezelés használata"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Egyedi DNS-kiszolgálók használata"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Alapértelmezett átjáró használata"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10249,11 +10274,11 @@ msgstr "Felhasználónév"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10263,12 +10288,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10390,7 +10415,7 @@ msgid "Very High"
msgstr "Nagyon magas"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Virtuális Hálózat"
@@ -10478,7 +10503,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10722,9 +10747,9 @@ msgstr ""
msgid "any"
msgstr "bármely"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10752,7 +10777,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "áthidalt"
@@ -10818,7 +10843,7 @@ msgstr "letiltás"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10882,7 +10907,7 @@ msgid "hexadecimal encoded value"
msgstr "hexadecimális kódolt érték"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "rejtett"
@@ -11045,7 +11070,7 @@ msgstr ""
msgid "relay mode"
msgstr "átjátszás mód"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "irányított"
diff --git a/modules/luci-base/po/it/base.po b/modules/luci-base/po/it/base.po
index 74713b52ac..a4403468ab 100644
--- a/modules/luci-base/po/it/base.po
+++ b/modules/luci-base/po/it/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: LuCI\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-10 03:40+0200\n"
-"PO-Revision-Date: 2023-08-29 02:20+0000\n"
-"Last-Translator: beppeilgommista <enrico.ghignatti@gmail.com>\n"
+"PO-Revision-Date: 2023-09-10 12:32+0000\n"
+"Last-Translator: Random <random-r@users.noreply.hosted.weblate.org>\n"
"Language-Team: Italian <https://hosted.weblate.org/projects/openwrt/luci/it/>"
"\n"
"Language: it\n"
@@ -16,14 +16,14 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
-msgstr ""
+msgstr "!known (sconosciuto)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:649
msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabella \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -146,8 +146,9 @@ msgstr[0] "1 flag"
msgstr[1] "%d flag"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
-msgstr ""
+msgstr "12h (12 ore - predefinito)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:253
msgid "15 Minute Load:"
@@ -164,8 +165,9 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
-msgstr ""
+msgstr "3h (3 ore)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:59
msgctxt "sstp log level value"
@@ -186,16 +188,18 @@ msgid "5 Minute Load:"
msgstr "Carico in 5 minuti:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
-msgstr ""
+msgstr "5m (5 minuti)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1591
msgid "6-octet identifier as a hex string - no colons"
msgstr "stringa esadecimale di 6 byte (12 caratteri) - senza separatori"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
-msgstr ""
+msgstr "7d (7 giorni)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1614
msgid "802.11k RRM"
@@ -412,83 +416,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"È necessario un nuovo accesso poiché la sessione di autenticazione è scaduta."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (tutte le varianti) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (tutte le varianti) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (tutte le varianti) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (tutte le varianti) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (tutte le varianti) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (tutte le varianti) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (tutte le varianti) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -547,25 +551,25 @@ msgstr ""
"Service (DMS) di 802.11v. Nota: potrebbe infrangere le aspettative multicast "
"del ricevitore STA."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Asynchronous Transfer Mode)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Ponti ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Identificatore Canale Virtuale ATM (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Identificatore Percorso Virtuale ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -575,7 +579,7 @@ msgstr ""
"interfacce di rete virtuali Linux che possono essere usate insieme a DHCP o "
"PPP per connettersi alla rete del provider."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Numero dispositivo ATM"
@@ -694,7 +698,7 @@ msgstr "Bilanciamento adattativo del carico di trasmissione (balance-tlb, 5)"
msgid "Add"
msgstr "Aggiungi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Aggiungi ponte ATM"
@@ -714,11 +718,11 @@ msgstr "Aggiungi azione LED"
msgid "Add VLAN"
msgstr "Aggiungi VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Aggiungi configurazione dispositivo"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Aggiungi configurazione dispositivo…"
@@ -737,7 +741,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Aggiungi il suffisso di dominio locale ai nomi serviti dai file hosts."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Aggiungi nuova interfaccia..."
@@ -747,7 +751,7 @@ msgstr "Aggiungi peer"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:941
msgid "Add static forward and reverse DNS entries for this host."
-msgstr ""
+msgstr "Aggiungi voci DNS statiche di inoltro e inverse per questo host."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:335
msgid "Add to Blacklist"
@@ -803,7 +807,7 @@ msgstr "Amministrazione"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -931,14 +935,14 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Permetti all'utente <em>root</em> di accedere con la password"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "IP permessi"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:86
msgid "Allowed network technology"
-msgstr ""
+msgstr "Tecnologia di rete consentita"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:315
msgid "AllowedIPs setting is invalid"
@@ -985,7 +989,7 @@ msgstr "Errore durante il salvataggio del modulo:"
msgid "An optional, short description for this device"
msgstr "Una breve descrizione facoltativa per questo dispositivo"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1096,7 +1100,7 @@ msgstr "Architettura"
msgid "Arp-scan"
msgstr "Arp-scan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1105,9 +1109,9 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:913
msgid "Assign new, freeform tags to this entry."
-msgstr ""
+msgstr "Assegna nuove etichette in forma libera a questa voce."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1197,7 +1201,7 @@ msgstr ""
"Controlla automaticamente la presenza di errori nel filesystem prima di "
"montare"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1247,11 +1251,11 @@ msgstr "Media:"
msgid "Avoid Bridge Loops"
msgstr "Evita loop di ponti"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1266,7 +1270,7 @@ msgstr "Transizione BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1280,7 +1284,7 @@ msgstr "Indietro"
msgid "Back to Overview"
msgstr "Torna alla panoramica"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Torna alla configurazione peer"
@@ -1438,7 +1442,7 @@ msgid "Bridge VLAN filtering"
msgstr "Filtraggio VLAN del bridge"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Dispositivo bridge"
@@ -1455,7 +1459,7 @@ msgstr "Porte del bridge"
msgid "Bridge traffic table \"%h\""
msgstr "Tabella traffico bridge \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Numero unità bridge"
@@ -1473,7 +1477,7 @@ msgstr "Attiva l'interfaccia bridge anche se non sono collegate porte"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:936
msgid "Broadcast"
-msgstr ""
+msgstr "Trasmissione"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:207
msgid "Broadcast policy (broadcast, 3)"
@@ -1510,7 +1514,7 @@ msgstr "Configurazione CLAT fallita"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:265
msgid "CNAME"
-msgstr ""
+msgstr "CNAME"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:651
msgid "CNAME or fqdn"
@@ -1547,7 +1551,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1684,17 +1688,17 @@ msgstr "Cambia la password di amministratore per accedere al dispositivo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Canale"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Analisi dei canali"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Larghezza del canale"
@@ -1808,7 +1812,7 @@ msgstr "Raccolta dei dati..."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:241
msgid "Collisions seen"
-msgstr ""
+msgstr "Collisioni viste"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:71
msgid "Command"
@@ -1927,7 +1931,7 @@ msgid ""
msgstr ""
"Configura la modalità operativa del servizio proxy NDP su questa interfaccia."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Configurare…"
@@ -1955,7 +1959,7 @@ msgstr "Tentativo di connessione fallito"
msgid "Connection attempt failed."
msgstr "Tentativo di connessione fallito."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Endpoint della connessione"
@@ -2049,7 +2053,7 @@ msgstr "Densità celle di copertura"
msgid "Create / Assign firewall-zone"
msgstr "Crea / Assegna zona firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Crea interfaccia"
@@ -2143,6 +2147,12 @@ msgstr "Client DHCP"
msgid "DHCP-Options"
msgstr "Opzioni DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2168,7 +2178,7 @@ msgstr "Inoltri DNS"
msgid "DNS query port"
msgstr "Porta di interrogazione DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Domini di ricerca DNS"
@@ -2180,7 +2190,7 @@ msgstr "Porta server DNS"
msgid "DNS setting is invalid"
msgstr "L'impostazione DNS non è valida"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Peso DNS"
@@ -2204,7 +2214,7 @@ msgstr "Scadenza inattività DPD"
msgid "DS-Lite AFTR address"
msgstr "Indirizzo DS-Lite AFTR"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2213,7 +2223,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Stato DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Modalità linea DSL"
@@ -2282,7 +2292,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Definisce un MTU specifico per questo instradamento"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delega i prefissi IPv6"
@@ -2370,8 +2380,8 @@ msgstr "Zona di destinazione"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2406,7 +2416,7 @@ msgstr "Nome dispositivo"
msgid "Device not managed by ModemManager."
msgstr "Dispositivo non gestito da ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Dispositivo non presente"
@@ -2422,7 +2432,7 @@ msgstr "Dispositivo irraggiungibile!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Dispositivo irraggiungibile! Ancora in attesa del dispositivo..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Dispositivi"
@@ -2552,6 +2562,8 @@ msgid ""
"Dnsmasq instance to which this DHCP host section is bound. If unspecified, "
"the section is valid for all dnsmasq instances."
msgstr ""
+"Istanza dnsmasq a cui questa sezione host DHCP è legata. Se non specificata, "
+"la sezione è valida per tutte le istanze dnsmasq."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:625
msgid ""
@@ -2681,7 +2693,7 @@ msgstr "Scarica backup"
msgid "Download mtdblock"
msgstr "Scarica mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Offset SNR a valle"
@@ -2839,7 +2851,7 @@ msgstr "Modifica peer"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:778
msgid "Edit static lease"
-msgstr ""
+msgstr "Modifica lease statico"
#: modules/luci-compat/luasrc/view/cbi/error.htm:13
msgid ""
@@ -2985,7 +2997,7 @@ msgstr ""
"title=\"Hypertext Transfer Protocol\">HTTP</abbr> alla porta <abbr "
"title=\"Hypertext Transfer Protocol Secure\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -3019,7 +3031,7 @@ msgstr "Attiva interrogatore multicast"
msgid "Enable multicast support"
msgstr "Attiva supporto multicast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3102,8 +3114,8 @@ msgstr "Attiva il protocollo di Spanning Tree su questo bridge"
msgid "Encapsulation limit"
msgstr "Limite di incapsulamento"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Modalità di incapsulamento"
@@ -3227,7 +3239,7 @@ msgstr "Espandi gli host"
msgid "Expected port number."
msgstr "Numero di porta previsto."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Necessario un suggerimento di assegnazione esadecimale"
@@ -3242,6 +3254,7 @@ msgstr "Necessario un indirizzo IPv6 valido"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:804
msgid "Expecting a valid MAC address, optionally including wildcards"
msgstr ""
+"Necessario un indirizzo MAC valido, facoltativamente con caratteri jolly"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:29
msgid "Expecting two priority values separated by a colon"
@@ -3480,7 +3493,7 @@ msgstr "Stato del firewall"
msgid "Firewall mark"
msgstr "Marcatore firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "File del firmware"
@@ -3514,6 +3527,10 @@ msgstr "Operazioni di flash"
msgid "Flashing…"
msgstr "Flash in corso…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3549,9 +3566,9 @@ msgstr "Forza TKIP e CCMP (AES)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:937
msgid "Force broadcast DHCP response."
-msgstr ""
+msgstr "Imponi risposta DHCP di broadcast."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Forza collegamento"
@@ -3619,9 +3636,9 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:940
msgid "Forward/reverse DNS"
-msgstr ""
+msgstr "DNS di inoltro/inverso"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Modalità di inoltro"
@@ -3702,7 +3719,7 @@ msgid "General Settings"
msgstr "Impostazioni generali"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3724,11 +3741,11 @@ msgstr "Genera PMK in locale"
msgid "Generate archive"
msgstr "Genera archivio"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Genera configurazione"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Genera configurazione…"
@@ -3745,7 +3762,7 @@ msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
"Genera una configurazione adatta per l'importazione su un peer WireGuard"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Generazione codice QR…"
@@ -3757,7 +3774,7 @@ msgstr "La conferma della nuova password non corrisponde, modifica annullata!"
msgid "Global Settings"
msgstr "Impostazioni globali"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Opzioni di rete globali"
@@ -3977,6 +3994,8 @@ msgid ""
"Host-specific lease time, e.g. <code>5m</code>, <code>3h</code>, <code>7d</"
"code>."
msgstr ""
+"Tempo di lease specifico per host, es. <code>5m</code>, <code>3h</code>, "
+"<code>7d</code>."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:38
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:728
@@ -4094,7 +4113,7 @@ msgstr "L'indirizzo IP non è valido"
msgid "IP address is missing"
msgstr "Indirizzo IP mancante"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4267,6 +4286,10 @@ msgstr "MTU IPv6"
msgid "IPv6 Neighbours"
msgstr "Indirizzi locali dei client IPv6 vicini"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Impostazioni RA IPv6"
@@ -4283,7 +4306,7 @@ msgstr "Regole IPv6"
msgid "IPv6 Settings"
msgstr "Impostazioni IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "Prefisso IPv6 ULA"
@@ -4297,12 +4320,12 @@ msgstr "Upstream IPv6"
msgid "IPv6 address"
msgstr "Indirizzo IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Suggerimento di assegnazione IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Lunghezza assegnazione IPv6"
@@ -4318,7 +4341,7 @@ msgstr "Rete IPv6 in notazione indirizzo/maschera di rete"
msgid "IPv6 only"
msgstr "Solo IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "Preferenza IPv6"
@@ -4327,7 +4350,7 @@ msgstr "Preferenza IPv6"
msgid "IPv6 prefix"
msgstr "Prefisso IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Filtro prefisso IPv6"
@@ -4341,11 +4364,11 @@ msgstr "Lunghezza prefisso IPv6"
msgid "IPv6 routed prefix"
msgstr "Prefisso instradato IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Instradamento di origine IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Suffisso IPv6"
@@ -4363,7 +4386,7 @@ msgstr "IPv6-PD"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:907
msgid "IPv6-Suffix (hex)"
-msgstr ""
+msgstr "Suffisso IPv6 (hex)"
#: modules/luci-compat/luasrc/model/network/proto_6x4.lua:13
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:10
@@ -4389,6 +4412,9 @@ msgid ""
"If a host matches an entry which cannot be used because it specifies an "
"address on a different subnet, the tag <em>known-othernet</em> is set."
msgstr ""
+"Se un host corrisponde a una voce che non può essere usata perché specifica "
+"un indirizzo su una sottorete diversa, viene impostata l'etichetta <em>known-"
+"othernet</em>."
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96
msgid "If checked, 1DES is enabled"
@@ -4402,7 +4428,7 @@ msgstr "Se selezionata, aggiunge \"+ipv6\" alle opzioni pppd"
msgid "If checked, encryption is disabled"
msgstr "Se selezionata, la crittografia è disattivata"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4442,14 +4468,14 @@ msgstr ""
"<strong>riconnessione manuale al nuovo IP</strong> entro %d secondi per "
"confermare le impostazioni, altrimenti le modifiche verranno annullate."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Se deselezionata, non è configurato alcun percorso predefinito"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4474,7 +4500,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:856
msgid "Ignore"
-msgstr ""
+msgstr "Ignora"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:434
msgid "Ignore <code>/etc/hosts</code>"
@@ -4486,7 +4512,7 @@ msgstr "Ignora interfaccia"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:918
msgid "Ignore requests from unknown machines using <em>!known</em>."
-msgstr ""
+msgstr "Ignora richieste da macchine sconosciute usando <em>!known</em>."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:423
msgid "Ignore resolv file"
@@ -4538,6 +4564,10 @@ msgid ""
"a DHCP lease to one of the macaddrs when another asks for a lease. It only "
"works reliably if only one of the macaddrs is active at any time."
msgstr ""
+"In DHCPv4, è possibile includere più di un indirizzo MAC. Ciò permette ad un "
+"indirizzo IP di essere associato a più macaddrs, e dnsmasq abbandona un "
+"lease DHCP a uno dei macaddrs quando un altro chiede un lease. Funziona in "
+"modo affidabile solo se uno solo dei macaddrs è attivo in qualsiasi momento."
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:71
msgid ""
@@ -5016,7 +5046,7 @@ msgstr "Intervallo echo LCP"
msgid "LED Configuration"
msgstr "Configurazione LED"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5247,7 +5277,7 @@ msgstr "Carico medio"
msgid "Load configuration…"
msgstr "Carica configurazione…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5314,7 +5344,7 @@ msgstr "Avvio locale"
msgid "Local Time"
msgstr "Data/ora locale"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "ULA locale"
@@ -5416,7 +5446,7 @@ msgstr "Modalità di compatibilità Lua attiva"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "Indirizzo MAC"
@@ -5429,7 +5459,7 @@ msgid "MAC Address For The Actor"
msgstr "Indirizzo MAC per l'attore"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "VLAN MAC"
@@ -5447,7 +5477,7 @@ msgstr "Indirizzo MAC"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:795
msgid "MAC address(es)"
-msgstr ""
+msgstr "Indirizzo/i MAC"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:981
msgid "MAC-Filter"
@@ -5493,7 +5523,7 @@ msgid "MII Interval"
msgstr "Intervallo MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5736,7 +5766,7 @@ msgstr "Dominio di mobilità"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Modalità"
@@ -5920,7 +5950,7 @@ msgstr "Candidati server NTP"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5991,7 +6021,7 @@ msgid "Network bridge configuration migration"
msgstr "Migrazione della configurazione bridge di rete"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Dispositivo di rete"
@@ -6043,11 +6073,11 @@ msgstr ""
"Non inoltrare mai domini e sottodomini corrispondenti, risolvi solo da DHCP "
"o file hosts."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Impossibile creare la nuova interfaccia per \"%s\": %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nuovo nome interfaccia…"
@@ -6091,7 +6121,7 @@ msgstr "Nessuna interfaccia WireGuard configurata."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:16
msgid "No allowed mode configuration found."
-msgstr ""
+msgstr "Nessuna configurazione di modalità consentita trovata."
#: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut:68
#: themes/luci-theme-material/ucode/template/themes/material/header.ut:88
@@ -6140,7 +6170,7 @@ msgstr "Nessuna voce disponibile"
msgid "No entries in this directory"
msgstr "Nessuna voce in questa directory"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6203,7 +6233,7 @@ msgstr "Ancora nessun peer definito."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:15
msgid "No preferred mode configuration found."
-msgstr ""
+msgstr "Nessuna configurazione di modalità preferita trovata."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:146
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:283
@@ -6224,7 +6254,7 @@ msgid "No validation or filtering"
msgstr "Nessuna convalida o filtro"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Nessuna zona assegnata"
@@ -6502,7 +6532,7 @@ msgstr "Facoltativo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:782
msgid "Optional hostname to assign"
-msgstr ""
+msgstr "Nome host facoltativo da assegnare"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:142
msgid "Optional, free-form notes about this device"
@@ -6522,7 +6552,7 @@ msgstr ""
"Facoltativo. Contrassegno a 32 bit per i pacchetti crittografati in uscita. "
"Immetti il valore in esadecimale, iniziando con <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6692,11 +6722,11 @@ msgstr "Zona di output"
msgid "Overlap"
msgstr "Sovrapposizione"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Sostituisci la tabella di instradamento IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Sostituisci la tabella di instradamento IPv6"
@@ -6894,7 +6924,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Modalità Trasferimento Pacchetti)"
@@ -6906,7 +6936,7 @@ msgstr "Impostazioni PXE/TFTP"
msgid "Packet Service State"
msgstr "Stato del servizio dei pacchetti"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Packet Steering"
@@ -6931,11 +6961,11 @@ msgstr "Pacchetti da trasmettere prima di passare allo slave successivo"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:282
msgid "Part of network:"
msgid_plural "Part of networks:"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Parte della rete:"
+msgstr[1] "Parte delle reti:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Parte della zona %q"
@@ -7164,7 +7194,7 @@ msgstr "Porta %d"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:284
msgid "Port is not part of any network"
-msgstr ""
+msgstr "La porta non fa parte di alcuna rete"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:770
msgid "Port isolation"
@@ -7172,7 +7202,7 @@ msgstr "Isolamento della porta"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:290
msgid "Port status"
-msgstr ""
+msgstr "Stato della porta"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:278
msgid "Port status:"
@@ -7194,9 +7224,13 @@ msgstr "Preferisci LTE"
msgid "Prefer UMTS"
msgstr "Preferisci UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
-msgstr ""
+msgstr "Tecnologia di rete preferita"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:33
msgid "Prefix Delegated"
@@ -7305,7 +7339,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7551,11 +7585,11 @@ msgstr "Ricevi"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:234
msgid "Receive dropped"
-msgstr ""
+msgstr "Ricevi scartati (drop)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:233
msgid "Receive errors"
-msgstr ""
+msgstr "Ricevi errori"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:57
msgid "Received Data"
@@ -7563,15 +7597,15 @@ msgstr "Dati ricevuti"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:230
msgid "Received bytes"
-msgstr ""
+msgstr "Byte ricevuti"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:232
msgid "Received multicast"
-msgstr ""
+msgstr "Multicast ricevuti"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:231
msgid "Received packets"
-msgstr ""
+msgstr "Pacchetti ricevuti"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:181
msgid "Recommended. IP addresses of the WireGuard interface."
@@ -7603,7 +7637,7 @@ msgstr "Reindirizza al sistema locale"
msgid "References"
msgstr "Riferimenti"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Aggiorna canali"
@@ -7709,7 +7743,7 @@ msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
"Rimuovi gli indirizzi IPv6 dai risultati e restituisci solo indirizzi IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Rimuovi dalla configurazione le impostazioni relative al dispositivo"
@@ -8150,7 +8184,7 @@ msgstr "Chiavi SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8266,7 +8300,7 @@ msgid ""
"conjunction with failure threshold"
msgstr ""
"Invia richieste di echo LCP a un determinato intervallo in secondi, efficace "
-"solo in combinazione con la soglia di errore."
+"solo in combinazione con la soglia di errore"
#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:24
msgid "Send the hostname of this device"
@@ -8307,7 +8341,7 @@ msgstr "Imposta statico"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:699
msgid "Set an alias for a hostname."
-msgstr ""
+msgstr "Imposta un alias per un nome host."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:122
msgctxt "nft mangle"
@@ -8320,7 +8354,7 @@ msgstr ""
"Imposta l'interfaccia come slave esterno NDP-Proxy. L'impostazione "
"predefinita è disattivata."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8381,11 +8415,11 @@ msgstr "Impostazione della modalità operativa fallita"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:87
msgid "Setting the allowed network technology."
-msgstr ""
+msgstr "Impostazione della tecnologia di rete consentita."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:107
msgid "Setting the preferred network technology."
-msgstr ""
+msgstr "Impostazione della tecnologia di rete preferita."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js:11
msgid "Settings"
@@ -8430,7 +8464,7 @@ msgstr "Spegni questa interfaccia"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8941,9 +8975,9 @@ msgstr "Specifica la chiave di crittografia segreta qui."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:206
msgid "Speed: %d Mibit/s, Duplex: %s"
-msgstr ""
+msgstr "Velocità: %d Mibit/s, Duplex: %"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "ADSL senza splitter (G.992.2) Allegato A"
@@ -8973,7 +9007,7 @@ msgid "Starting configuration apply…"
msgstr "Inizializzazione configurazione…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Avvio scansione wireless..."
@@ -9077,7 +9111,7 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/20_memory.js:46
msgid "Swap free"
-msgstr ""
+msgstr "Swap libero"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:139
#: modules/luci-mod-network/root/usr/share/luci/menu.d/luci-mod-network.json:3
@@ -9217,7 +9251,7 @@ msgstr "Tabella"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:912
msgid "Tag"
-msgstr ""
+msgstr "Etichetta"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:219
msgctxt "VLAN port state"
@@ -9297,9 +9331,9 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:900
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
-msgstr ""
+msgstr "Il DHCPv6-DUID (identificatore univoco DHCP) di questo host."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9334,6 +9368,8 @@ msgid ""
"The IP address to be used for this host, or <em>ignore</em> to ignore any "
"DHCP request from this host."
msgstr ""
+"L'indirizzo IP da usare per questo host, o <em>ignora</em> per ignorare "
+"qualsiasi richiesta DHCP da questo host."
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:40
msgid "The IPv4 address or the fully-qualified domain name of the remote end."
@@ -9366,6 +9402,8 @@ msgid ""
"The IPv6 interface identifier (address suffix) as hexadecimal number (max. 8 "
"chars)."
msgstr ""
+"L'identificatore di interfaccia IPv6 (suffisso indirizzo) come numero "
+"esadecimale (max 8 caratteri)."
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59
@@ -9513,7 +9551,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "L'indirizzo del gateway non deve essere un indirizzo IP locale"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9535,7 +9573,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:796
msgid "The hardware address(es) of this entry/host, separated by spaces."
-msgstr ""
+msgstr "Indirizzo/i hardware di questa voce/host, separati da spazi."
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:93
msgid ""
@@ -9558,11 +9596,11 @@ msgstr "Il nome host del server di avvio"
msgid "The interface could not be found"
msgstr "L'interfaccia non è stata trovata"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Il nome dell'interfaccia è già in uso"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Il nome dell'interfaccia è troppo lungo"
@@ -9667,7 +9705,7 @@ msgstr ""
"porta Uplink per una connessione alla rete più ampia, come internet e altre "
"porte per una rete locale."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9802,8 +9840,8 @@ msgstr ""
"Il file immagine caricato non contiene un formato supportato. Assicurati di "
"aver scelto il formato immagine generico per la tua piattaforma."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Il valore è sovrascritto dalla configurazione."
@@ -10031,7 +10069,7 @@ msgstr ""
"stato iniziale premi \"Esegui ripristino\" (solo per firmware basati su "
"squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tono"
@@ -10095,11 +10133,11 @@ msgstr "Dati trasmessi"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:236
msgid "Transmitted bytes"
-msgstr ""
+msgstr "Byte trasmessi"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:237
msgid "Transmitted packets"
-msgstr ""
+msgstr "Pacchetti trasmessi"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:79
msgctxt "nft @th,off,len"
@@ -10139,7 +10177,7 @@ msgstr "Interfaccia tunnel"
msgid "Tunnel Link"
msgstr "Collegamento tunnel"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Dispositivo tunnel"
@@ -10148,7 +10186,7 @@ msgid "Tx-Power"
msgstr "Potenza-Tx"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10256,17 +10294,17 @@ msgstr "Impossibile salvare i contenuti: %s"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:14
msgid "Unable to set allowed mode list."
-msgstr ""
+msgstr "Impossibile impostare l'elenco di modalità consentite."
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:17
msgid "Unable to set preferred mode."
-msgstr ""
+msgstr "Impossibile impostare la modalità preferita."
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:29
msgid "Unable to verify PIN"
msgstr "Impossibile verificare il PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Deconfigura"
@@ -10278,7 +10316,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Formato dei dati di risposta non previsto"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10465,7 +10503,7 @@ msgstr "Usa il gateway del DHCP"
msgid "Use DHCPv6"
msgstr "Usa DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10520,23 +10558,23 @@ msgstr "Usa come filesystem di root (/)"
msgid "Use broadcast flag"
msgstr "Usa flag broadcast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Usa la gestione IPv6 integrata"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Usa server DNS personalizzati"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Usa il gateway predefinito"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10645,11 +10683,11 @@ msgstr "Nome utente"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Utilizza tabella di flusso <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10659,12 +10697,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Aggregatore di Porte Ethernet Virtuali)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10787,7 +10825,7 @@ msgid "Very High"
msgstr "Molto alta"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Ethernet virtuale"
@@ -10874,8 +10912,10 @@ msgid ""
"When a host matches an entry then the special tag <em>known</em> is set. Use "
"<em>known</em> to match all known hosts."
msgstr ""
+"Quando un host corrisponde a una voce, viene impostata l'etichetta speciale "
+"<em>known</em>. Usa <em>known</em> per abbinare tutti gli host conosciuti."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11147,9 +11187,9 @@ msgstr ""
msgid "any"
msgstr "qualsiasi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11177,7 +11217,7 @@ msgstr "automatico (attivato)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "in bridge"
@@ -11243,7 +11283,7 @@ msgstr "disattiva"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11307,7 +11347,7 @@ msgid "hexadecimal encoded value"
msgstr "valore in codifica esadecimale"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "nascosto"
@@ -11328,7 +11368,7 @@ msgstr "ignora"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:896
msgid "infinite (lease does not expire)"
-msgstr ""
+msgstr "infinito (il lease non scade)"
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:69
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:192
@@ -11346,11 +11386,11 @@ msgstr "chiave con 5 o 13 caratteri"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:920
msgid "known"
-msgstr ""
+msgstr "known"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:922
msgid "known-othernet (on different subnet)"
-msgstr ""
+msgstr "known-othernet (in sottorete diversa)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:810
msgid "managed config (M)"
@@ -11472,7 +11512,7 @@ msgstr ""
msgid "relay mode"
msgstr "modalità relay"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "instradato"
diff --git a/modules/luci-base/po/ja/base.po b/modules/luci-base/po/ja/base.po
index 74edc6c64b..fc91386d1b 100644
--- a/modules/luci-base/po/ja/base.po
+++ b/modules/luci-base/po/ja/base.po
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" テーブル \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -143,6 +143,7 @@ msgid_plural "%d flags"
msgstr[0] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -161,6 +162,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -183,6 +185,7 @@ msgid "5 Minute Load:"
msgstr "過去5分間の負荷:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -191,6 +194,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "16進数6オクテットの識別子(コロンを含まない)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -392,83 +396,83 @@ msgstr "同じ名前のディレクトリがすでに存在します。"
msgid "A new login is required since the authentication session expired."
msgstr "認証セッションの期限が切れたため、再ログインが必要です。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -523,25 +527,25 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM(非同期転送モード)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATMブリッジ"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM仮想チャネル識別子(VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM仮想パス識別子(VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -551,7 +555,7 @@ msgstr ""
"インターフェイスとして公開し、DHCPまたはPPPと組み合わせて使用し、プロバイダー"
"ネットワークにダイヤルできます。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATMデバイス番号"
@@ -669,7 +673,7 @@ msgstr "アダプティブな送信負荷分散(balance-tlb、5)"
msgid "Add"
msgstr "追加"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "ATMブリッジを追加"
@@ -689,11 +693,11 @@ msgstr "LEDの動作を追加"
msgid "Add VLAN"
msgstr "VLANを追加"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "デバイス設定を追加"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "デバイス設定を追加…"
@@ -712,7 +716,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "hostsファイルから提供される名前にローカルドメインサフィックスを追加"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "インターフェースを新規作成..."
@@ -778,7 +782,7 @@ msgstr "管理"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -897,7 +901,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "パスワードでの <em>root</em> 権限へのログインを許可します"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "許可されたIP"
@@ -950,7 +954,7 @@ msgstr "フォームの保存中にエラーが発生しました:"
msgid "An optional, short description for this device"
msgstr "このデバイスの短い説明(オプション)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1059,7 +1063,7 @@ msgstr "アーキテクチャ"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1070,7 +1074,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1152,7 +1156,7 @@ msgstr "自動ホームネット(HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "マウントする前にファイルシステムのエラーを自動的にチェック"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1200,11 +1204,11 @@ msgstr "平均:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1219,7 +1223,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1233,7 +1237,7 @@ msgstr ""
msgid "Back to Overview"
msgstr "概要へ戻る"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1379,7 +1383,7 @@ msgid "Bridge VLAN filtering"
msgstr "ブリッジ VLAN フィルタリング"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "ブリッジ デバイス"
@@ -1396,7 +1400,7 @@ msgstr "ブリッジ ポート"
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "ブリッジユニット番号"
@@ -1484,7 +1488,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1619,17 +1623,17 @@ msgstr "デバイスにアクセスするための管理者パスワードを変
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "チャンネル"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "チャネル分析"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "チャネル幅"
@@ -1856,7 +1860,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "このデバイスにおける NDP プロキシーサービスの動作モードを設定します。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "設定…"
@@ -1884,7 +1888,7 @@ msgstr "接続の試行に失敗しました"
msgid "Connection attempt failed."
msgstr "接続の試行に失敗しました。"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1973,7 +1977,7 @@ msgstr "通信エリアの密度"
msgid "Create / Assign firewall-zone"
msgstr "ファイアウォールゾーンの作成または割り当て"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "インターフェースを作成"
@@ -2067,6 +2071,12 @@ msgstr "DHCPクライアント"
msgid "DHCP-Options"
msgstr "DHCPオプション"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2092,7 +2102,7 @@ msgstr "DNSフォワーディング"
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> クエリポート"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS 検索ドメイン"
@@ -2104,7 +2114,7 @@ msgstr "<abbr title=\"Domain Name System\">DNS</abbr> サーバーポート"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS ウェイト"
@@ -2128,7 +2138,7 @@ msgstr "DPDアイドルタイムアウト"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTRアドレス"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2137,7 +2147,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSLステータス"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL回線モード"
@@ -2205,7 +2215,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "IPv6 プレフィックスの委任"
@@ -2292,8 +2302,8 @@ msgstr "宛先ゾーン"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2328,7 +2338,7 @@ msgstr "デバイス名"
msgid "Device not managed by ModemManager."
msgstr "モデムマネージャーはデバイスを管理していません。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "デバイスが存在しません"
@@ -2344,7 +2354,7 @@ msgstr "デバイスにアクセスできません!"
msgid "Device unreachable! Still waiting for device..."
msgstr "デバイスにアクセスできません!まだデバイスを待っています..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "デバイス"
@@ -2600,7 +2610,7 @@ msgstr "バックアップをダウンロード"
msgid "Download mtdblock"
msgstr "mtdblockをダウンロード"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "下りSNRオフセット"
@@ -2891,7 +2901,7 @@ msgstr ""
"title=\"Hypertext Transfer Protocol Secure\">HTTPS</abbr> ポートへの自動リダ"
"イレクトを有効にします。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2927,7 +2937,7 @@ msgstr "マルチキャスト クエリアーを有効化"
msgid "Enable multicast support"
msgstr "マルチキャスト サポートを有効化"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3006,8 +3016,8 @@ msgstr "このブリッジのスパニングツリープロトコル(STP)を
msgid "Encapsulation limit"
msgstr "カプセル化限度"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "カプセル化モード"
@@ -3129,7 +3139,7 @@ msgstr "拡張ホスト"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
#, fuzzy
msgid "Expecting a hexadecimal assignment hint"
msgstr "16進数の割り当てヒントである必要があります"
@@ -3382,7 +3392,7 @@ msgstr "ファイアウォールステータス"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "ファームウェアファイル"
@@ -3416,6 +3426,10 @@ msgstr "フラッシュ操作"
msgid "Flashing…"
msgstr "フラッシュ中…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3455,7 +3469,7 @@ msgstr "強制TKIP及びCCMP(AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "強制リンク"
@@ -3523,7 +3537,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "転送モード"
@@ -3604,7 +3618,7 @@ msgid "General Settings"
msgstr "一般設定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3626,11 +3640,11 @@ msgstr "ローカルでPMKを生成"
msgid "Generate archive"
msgstr "アーカイブを生成"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3646,7 +3660,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3660,7 +3674,7 @@ msgstr ""
msgid "Global Settings"
msgstr "全体設定"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "グローバルネットワークオプション"
@@ -3994,7 +4008,7 @@ msgstr "無効なIPアドレスです"
msgid "IP address is missing"
msgstr "IPアドレスがありません"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4163,6 +4177,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr "IPv6隣接装置"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "IPv6 RA 設定"
@@ -4179,7 +4197,7 @@ msgstr "IPv6 ルール"
msgid "IPv6 Settings"
msgstr "IPv6設定"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULAプレフィックス"
@@ -4193,12 +4211,12 @@ msgstr "IPv6アップストリーム"
msgid "IPv6 address"
msgstr "IPv6アドレス"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6割り当てヒント"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6割り当て長"
@@ -4214,7 +4232,7 @@ msgstr "IPv6ネットワーク(アドレス/ネットマスク表記)"
msgid "IPv6 only"
msgstr "IPv6のみ"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4223,7 +4241,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "IPv6 プレフィックス"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4237,11 +4255,11 @@ msgstr "IPv6プレフィックス長"
msgid "IPv6 routed prefix"
msgstr "IPv6ルートプレフィックス"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6サフィックス"
@@ -4298,7 +4316,7 @@ msgstr "チェックを付けると、pppdオプションに\"+ipv6\"が追加
msgid "If checked, encryption is disabled"
msgstr "チェックを付けると、暗号化が無効になります"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4329,14 +4347,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "チェックが付いていない場合、デフォルトルートは構成されません"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4892,7 +4910,7 @@ msgstr "LCP echo送信間隔"
msgid "LED Configuration"
msgstr "LED設定"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5121,7 +5139,7 @@ msgstr "システム平均負荷"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5188,7 +5206,7 @@ msgstr "ローカルスタートアップ"
msgid "Local Time"
msgstr "時刻"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "ローカル ULA"
@@ -5290,7 +5308,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC アドレス"
@@ -5304,7 +5322,7 @@ msgid "MAC Address For The Actor"
msgstr "アクターのMACアドレス"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC ベース VLAN"
@@ -5368,7 +5386,7 @@ msgid "MII Interval"
msgstr "MII間隔"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5605,7 +5623,7 @@ msgstr "モビリティドメイン"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "モード"
@@ -5789,7 +5807,7 @@ msgstr "NTPサーバー候補"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5860,7 +5878,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "ネットワークデバイス"
@@ -5913,11 +5931,11 @@ msgstr ""
"ローカルドメインの定義です。この名前に一致するドメインは転送が行われず、 DHCP"
"または hostsファイルのみで解決されます"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "\"%s\"の新規インターフェースを作成できません: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "新規インターフェース名…"
@@ -6009,7 +6027,7 @@ msgstr "利用可能な項目はありません"
msgid "No entries in this directory"
msgstr "このディレクトリ内にエントリーがありません"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6092,7 +6110,7 @@ msgid "No validation or filtering"
msgstr "検証またはフィルタリングなし"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "割り当てられたゾーンがありません"
@@ -6376,7 +6394,7 @@ msgstr ""
"暗号化された送信パケットの32ビットマークです。<code>0x</code>から始まる16進数"
"を入力してください(オプション)。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6533,11 +6551,11 @@ msgstr "出力ゾーン"
msgid "Overlap"
msgstr "オーバーラップ"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "IPv4 ルーティングテーブルのオーバーライド"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "IPv6 ルーティング テーブルのオーバーライド"
@@ -6733,7 +6751,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM(パケット転送モード)"
@@ -6745,7 +6763,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "パケットステアリング"
@@ -6773,7 +6791,7 @@ msgid_plural "Part of networks:"
msgstr[0] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "ゾーン%qの一部"
@@ -7029,6 +7047,10 @@ msgstr "LTEを優先"
msgid "Prefer UMTS"
msgstr "UMTSを優先"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7136,7 +7158,7 @@ msgstr "プロトコル"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7435,7 +7457,7 @@ msgstr ""
msgid "References"
msgstr "参照"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7536,7 +7558,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "関連するデバイス構成を設定から削除します"
@@ -7963,7 +7985,7 @@ msgstr "SSH-キー"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8129,7 +8151,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8231,7 +8253,7 @@ msgstr "このインターフェースをシャットダウン"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8704,7 +8726,7 @@ msgstr "ここで秘密暗号鍵を指定します。"
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8734,7 +8756,7 @@ msgid "Starting configuration apply…"
msgstr "設定の適用を開始しています…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "無線のスキャンを開始しています..."
@@ -9047,7 +9069,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9241,7 +9263,7 @@ msgstr "点滅周期は1分間の平均 CPU 負荷を表します。"
msgid "The gateway address must not be a local IP address"
msgstr "ゲートウェイアドレスは非ローカルIPアドレスでなければなりません"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9278,11 +9300,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "インターフェース名はすでに使用されています"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "インターフェース名が長すぎます"
@@ -9370,7 +9392,7 @@ msgstr ""
"トワークへの接続に使用するアップリンクポートと、ローカルネットワーク用のその"
"他のポートが存在します。"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9488,8 +9510,8 @@ msgstr ""
"ません。このプラットフォームの通常のイメージフォーマットかどうか、確認してく"
"ださい。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "設定値によりオーバーライドされます。"
@@ -9698,7 +9720,7 @@ msgstr ""
"ださい。ファームウェアを初期状態にリセットする場合、\"初期化する\"をクリック"
"してください(squashfsイメージでのみ初期化可能)。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "トーン"
@@ -9807,7 +9829,7 @@ msgstr "トンネルインターフェース"
msgid "Tunnel Link"
msgstr "トンネルリンク"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "トンネル デバイス"
@@ -9816,7 +9838,7 @@ msgid "Tx-Power"
msgstr "送信出力"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9934,7 +9956,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "設定解除"
@@ -9946,7 +9968,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr "予期しない応答データ形式"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10123,7 +10145,7 @@ msgstr "DHCPゲートウェイを使用"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10178,23 +10200,23 @@ msgstr "ルートファイルシステムとして使用(/)"
msgid "Use broadcast flag"
msgstr "ブロードキャストフラグを使用"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "ビルトインIPv6管理を使用"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "カスタムDNSサーバーを使用"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "デフォルトゲートウェイを使用"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10300,11 +10322,11 @@ msgstr "ユーザー名"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC多重化"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10314,12 +10336,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10440,7 +10462,7 @@ msgid "Very High"
msgstr "非常に高い"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10527,7 +10549,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10773,9 +10795,9 @@ msgstr ""
msgid "any"
msgstr "すべて"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10803,7 +10825,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "ブリッジ"
@@ -10869,7 +10891,7 @@ msgstr "無効"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10933,7 +10955,7 @@ msgid "hexadecimal encoded value"
msgstr "エンコードされた値(16進数)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "(非表示)"
@@ -11096,7 +11118,7 @@ msgstr ""
msgid "relay mode"
msgstr "リレーモード"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "ルート"
diff --git a/modules/luci-base/po/ko/base.po b/modules/luci-base/po/ko/base.po
index 91045207ae..901109542b 100644
--- a/modules/luci-base/po/ko/base.po
+++ b/modules/luci-base/po/ko/base.po
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" table \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f 데시벨"
@@ -144,6 +144,7 @@ msgstr[0] "플래그 1개"
msgstr[1] "플래그 %d개"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -162,6 +163,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -184,6 +186,7 @@ msgid "5 Minute Load:"
msgstr "5분간 부하:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -192,6 +195,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "6-옥텟 식별자를 콜론 없이 16진수 문자열로써 사용"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -398,83 +402,83 @@ msgstr "이미 같은 이름의 디렉터리가 존재합니다."
msgid "A new login is required since the authentication session expired."
msgstr "인증 세션이 만료되어 새 로그인이 필요합니다."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -532,25 +536,25 @@ msgstr ""
"유니캐스트합니다. 참고: 이것은 802.11v의 DMS(직접 멀티캐스트 서비스)가 아닙니"
"다. 참고: 수신자의 STA 멀티캐스트 기대치를 위반할 수 있습니다."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (비동기 전송 모드)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM 브릿지"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM 가상 채널 식별자 (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM 가상 경로 식별자 (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -559,7 +563,7 @@ msgstr ""
"ATM 브리지는 AAL5 연결에서 캡슐화된 이더넷을 DHCP 또는 PPP와 함께 사용하여 공"
"급자 네트워크에 연결할 수 있는 가상 Linux 네트워크 인터페이스로 표시합니다."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM 디바이스 번호"
@@ -678,7 +682,7 @@ msgstr "적응형 송신 부하 분산 (balance-tlb, 5)"
msgid "Add"
msgstr "추가"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "ATM 브릿지 추가"
@@ -698,11 +702,11 @@ msgstr "LED 액션 추가"
msgid "Add VLAN"
msgstr "VLAN 추가"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "디바이스 설정 추가"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "디바이스 설정 추가…"
@@ -721,7 +725,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "hosts에 등록된 호스트명에 로컬 도메인 접미사를 추가합니다."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "새로운 인터페이스 추가..."
@@ -787,7 +791,7 @@ msgstr "관리"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -904,7 +908,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "암호를 이용한 <em>root</em> 사용자 접근을 허용합니다"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "허용된 IP"
@@ -962,7 +966,7 @@ msgstr "양식을 저장하는 동안 오류가 발생했습니다:"
msgid "An optional, short description for this device"
msgstr "이 장치에 대한 간단한 설명(선택 사항)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1074,7 +1078,7 @@ msgstr "아키텍처"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1083,7 +1087,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1164,7 +1168,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr "파일 시스템을 마운트하기 전에 자동으로 오류 확인"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1212,11 +1216,11 @@ msgstr "평균:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1231,7 +1235,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1245,7 +1249,7 @@ msgstr "뒤로"
msgid "Back to Overview"
msgstr "개요로 이동"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1389,7 +1393,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1406,7 +1410,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1494,7 +1498,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1621,17 +1625,17 @@ msgstr "장비 접근을 위한 관리자 암호를 변경합니다"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "채널"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "채널 분석"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "채널 폭"
@@ -1839,7 +1843,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1867,7 +1871,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1953,7 +1957,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "Firewall-zone 생성 / 할당"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -2047,6 +2051,12 @@ msgstr "DHCP 클라이언트"
msgid "DHCP-Options"
msgstr "DHCP 옵션"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2072,7 +2082,7 @@ msgstr ""
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> 쿼리 포트"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2084,7 +2094,7 @@ msgstr "<abbr title=\"Domain Name System\">DNS</abbr> 서버 포트"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2108,7 +2118,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2117,7 +2127,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2182,7 +2192,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2269,8 +2279,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2305,7 +2315,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2321,7 +2331,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "장치"
@@ -2571,7 +2581,7 @@ msgstr "백업 다운로드"
msgid "Download mtdblock"
msgstr "mtdblock 다운로드"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2858,7 +2868,7 @@ msgstr ""
"title=\"Hypertext Transfer Protocol Secure\">HTTPS</abbr> 포트로의 자동 리디"
"렉션을 활성화합니다."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2891,7 +2901,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2968,8 +2978,8 @@ msgstr "이 bridge 에 Spanning Tree Protocol 활성화합니다"
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3091,7 +3101,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3339,7 +3349,7 @@ msgstr "방화벽 상태"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "펌웨어 파일"
@@ -3373,6 +3383,10 @@ msgstr "플래시 작업"
msgid "Flashing…"
msgstr "플래시 중…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3410,7 +3424,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3471,7 +3485,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3550,7 +3564,7 @@ msgid "General Settings"
msgstr "기본 설정"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3572,11 +3586,11 @@ msgstr ""
msgid "Generate archive"
msgstr "아카이브 생성"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3592,7 +3606,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3604,7 +3618,7 @@ msgstr ""
msgid "Global Settings"
msgstr "전역 설정"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "전역 네트워크 옵션"
@@ -3937,7 +3951,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4107,6 +4121,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr "IPv6 Neighbour 들"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4123,7 +4141,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr "IPv6 설정"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4137,12 +4155,12 @@ msgstr ""
msgid "IPv6 address"
msgstr "IPv6-주소"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4158,7 +4176,7 @@ msgstr ""
msgid "IPv6 only"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4167,7 +4185,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4181,11 +4199,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4242,7 +4260,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4272,14 +4290,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "체크하지 않을 경우, 기본 route 가 설정되지 않습니다"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4820,7 +4838,7 @@ msgstr ""
msgid "LED Configuration"
msgstr "LED 설정"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -5031,7 +5049,7 @@ msgstr "부하 평균"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5098,7 +5116,7 @@ msgstr "로컬 시작 프로그램"
msgid "Local Time"
msgstr "지역 시간"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5197,7 +5215,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5210,7 +5228,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5274,7 +5292,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5511,7 +5529,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "모드"
@@ -5691,7 +5709,7 @@ msgstr "NTP 서버 목록"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5762,7 +5780,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5813,11 +5831,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5907,7 +5925,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5989,7 +6007,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6266,7 +6284,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6411,11 +6429,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "IPv4 라우팅 테이블 덮어쓰기"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "IPv6 라우팅 테이블 덮어쓰기"
@@ -6613,7 +6631,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6625,7 +6643,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6654,7 +6672,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6909,6 +6927,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7011,7 +7033,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7303,7 +7325,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7404,7 +7426,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7830,7 +7852,7 @@ msgstr "SSH-Keys"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -7992,7 +8014,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8091,7 +8113,7 @@ msgstr "이 인터페이스 정지"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8517,7 +8539,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8547,7 +8569,7 @@ msgid "Starting configuration apply…"
msgstr "구성 적용 시작하는 중…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "무선 스캔 시작하는 중..."
@@ -8860,7 +8882,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9041,7 +9063,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "게이트웨이 주소는 절대로 로컬 IP 주소면 안됩니다"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9078,11 +9100,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "이미 사용된 인터페이스 이름입니다"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "인터페이스 이름이 너무 깁니다"
@@ -9170,7 +9192,7 @@ msgstr ""
"segment 들을 분리하는데 사용되기도 합니다. 한 개의 uplink 포트가 인터넷에 연"
"결되어 있고 나머지 포트들은 local 네트워크로 연결되는 구성에 자주 사용됩니다."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9287,8 +9309,8 @@ msgstr ""
"업로드 된 이미지 파일은 지원 하지 않는 포맷입니다. 플랫폼에 대한 일반 이미지 "
"형식을 선택해야 합니다."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9483,7 +9505,7 @@ msgstr ""
"할 수 있습니다. 펌웨어의 초기 설정 초기화를 원하시다면, \"초기화 하기\" 를 클"
"릭하세요. (squashfs 이미지들만 가능)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9592,7 +9614,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9601,7 +9623,7 @@ msgid "Tx-Power"
msgstr "송신 출력"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9719,7 +9741,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9731,7 +9753,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9906,7 +9928,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9959,23 +9981,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr "Broadcast flag 사용"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "자체 내장 IPv6-관리 기능 사용"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "임의의 DNS 서버 사용"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Default gateway 사용"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10077,11 +10099,11 @@ msgstr "사용자이름"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -10091,12 +10113,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10213,7 +10235,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10297,7 +10319,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10536,9 +10558,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10566,7 +10588,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10632,7 +10654,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10696,7 +10718,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10860,7 +10882,7 @@ msgstr ""
msgid "relay mode"
msgstr "릴레이 모드"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "라우트 됨"
diff --git a/modules/luci-base/po/lt/base.po b/modules/luci-base/po/lt/base.po
index 2ebb635b5b..fe19b90188 100644
--- a/modules/luci-base/po/lt/base.po
+++ b/modules/luci-base/po/lt/base.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2023-08-28 01:55+0000\n"
+"PO-Revision-Date: 2023-10-06 22:42+0000\n"
"Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/luci/"
"lt/>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
"1 : 2);\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" sąrašas \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -37,15 +37,15 @@ msgstr "%d netinkamas/-i įvedimas/-ai"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:26
msgid "%dh ago"
-msgstr "%dh ago"
+msgstr "prieš %dh"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:24
msgid "%dm ago"
-msgstr "%dm ago"
+msgstr "prieš %dm"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:22
msgid "%ds ago"
-msgstr "%ds ago"
+msgstr "prieš %ds"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:35
msgid "%s is untagged in multiple VLANs!"
@@ -73,7 +73,7 @@ msgstr "(tuščia)"
#: modules/luci-compat/luasrc/view/cbi/network_netlist.htm:58
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:262
msgid "(no interfaces attached)"
-msgstr ""
+msgstr "(nėra prijungta sąsajų ir sietuvų)"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:635
msgctxt "Label indicating further amount of allowed ips"
@@ -105,12 +105,12 @@ msgstr "-- pasirinktinis --"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:271
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:380
msgid "-- match by label --"
-msgstr ""
+msgstr "-- Suderinti pagal etiketę --"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:257
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:363
msgid "-- match by uuid --"
-msgstr ""
+msgstr "-- Suderinti pagal „uuid“ --"
#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:27
#: modules/luci-compat/luasrc/view/cbi/network_ifacelist.htm:44
@@ -134,7 +134,7 @@ msgstr "1"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:233
msgid "1 Minute Load:"
-msgstr ""
+msgstr "1 minutes apkrovą:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:323
msgctxt "nft amount of flags"
@@ -145,12 +145,13 @@ msgstr[1] ""
msgstr[2] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr "12val. (12 valandų formatas – numatytas)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:253
msgid "15 Minute Load:"
-msgstr ""
+msgstr "15 minučių apkrovą:"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:57
msgctxt "sstp log level value"
@@ -163,6 +164,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr "3val. (3 valandos)"
@@ -173,7 +175,7 @@ msgstr "4"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1562
msgid "4-character hexadecimal ID"
-msgstr ""
+msgstr "4 simbolių šešioliktainis ID"
#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:18
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:11
@@ -182,9 +184,10 @@ msgstr "„464XLAT (CLAT)“"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:243
msgid "5 Minute Load:"
-msgstr ""
+msgstr "5 minučių apkrovą:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr "5min. (5-ios minutės)"
@@ -193,6 +196,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr "7d. (7-ios dienos)"
@@ -390,83 +394,83 @@ msgstr ""
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "„A43C + J43 + A43“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "„A43C + J43 + A43 + V43“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "„ADSL“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "„ADSL (G.992.1) Annex A“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "„ADSL (G.992.1) Annex B“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "„ADSL (visi variantai) Annex A/L/M“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "„ADSL (visi variantai) Annex A/L/M + VDSL2 Annex A/B/C“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "„ADSL (visi variantai) Annex B“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "„ADSL (visi variantai) Annex B + VDSL2 Annex A/B/C“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "„ADSL (visi variantai) Annex B/J“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "„ADSL (visi variantai) Annex B/J + VDSL2 Annex A/B/C“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "„ADSL (visi variantai) Annex M“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "„ADSL2 (G.992.3) Annex A“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "„ADSL2 (G.992.3) Annex B“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "„ADSL2 (G.992.3) Annex L“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "„ADSL2 (G.992.3) Annex M“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "„ADSL2+ (G.992.5) Annex A“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "„ADSL2+ (G.992.5) Annex B“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "„ADSL2+ (G.992.5) Annex M“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "„ANSI T1.413“"
@@ -521,41 +525,41 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
-msgstr ""
+msgstr "„ATM“ įrenginio numeris"
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:266
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:548
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:552
msgid "Absent Interface"
-msgstr ""
+msgstr "Nėra sąsajos"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:331
msgid "Accept DNS queries only from hosts whose address is on a local subnet."
@@ -568,11 +572,11 @@ msgstr "Priimti vietini"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:95
msgctxt "nft accept action"
msgid "Accept packet"
-msgstr ""
+msgstr "Priimti paketą"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:701
msgid "Accept packets with local source addresses"
-msgstr ""
+msgstr "Priimti paketus su vietiniais šaltinio adresais"
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:47
msgid "Access Concentrator"
@@ -616,19 +620,19 @@ msgstr "Aktyvūs „DHCPv6 Leases“"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:255
msgid "Active IPv4 Routes"
-msgstr ""
+msgstr "Aktyvūs „IPv4“ maršrutai"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:258
msgid "Active IPv4 Rules"
-msgstr ""
+msgstr "Aktyvūs „IPv4“ taisyklės"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:265
msgid "Active IPv6 Routes"
-msgstr ""
+msgstr "Aktyvūs „IPv6“ maršrutai"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:268
msgid "Active IPv6 Rules"
-msgstr ""
+msgstr "Aktyvūs „IPv6“ taisyklės"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:205
msgid "Active-Backup policy (active-backup, 1)"
@@ -638,7 +642,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:988
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:23
msgid "Ad-Hoc"
-msgstr ""
+msgstr "„Ad-Hoc“"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:210
msgid "Adaptive load balancing (balance-alb, 6)"
@@ -663,7 +667,7 @@ msgstr ""
msgid "Add"
msgstr "Pridėti"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Pridėti „ATM Bridge“"
@@ -683,36 +687,38 @@ msgstr "Pridėti „LED“ (Lemputės) veiksmą"
msgid "Add VLAN"
msgstr "Pridėti „VLAN“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Pridėti įrenginio konfigūravimą"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Pridėti įrenginio konfigūravimą…"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:15
msgid "Add instance"
-msgstr ""
+msgstr "Pridėti egzempliorių"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:171
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:177
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:274
msgid "Add key"
-msgstr ""
+msgstr "Pridėti raktą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:492
msgid "Add local domain suffix to names served from hosts files."
msgstr ""
+"Pridėti vietinio domeno priesagą į vardus, pateikiamų iš pagrindinio "
+"kompiuterio failų."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
-msgstr ""
+msgstr "Pridėti naują sąsają ir/arba sietuvą..."
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:224
msgid "Add peer"
-msgstr ""
+msgstr "Pridėti lygiarangį"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:941
msgid "Add static forward and reverse DNS entries for this host."
@@ -720,11 +726,11 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:335
msgid "Add to Blacklist"
-msgstr ""
+msgstr "Pridėti į juodąjį sąrašą"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:335
msgid "Add to Whitelist"
-msgstr ""
+msgstr "Pridėti į baltąjį sąrašą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:438
msgid "Additional hosts files"
@@ -732,7 +738,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:499
msgid "Additional servers file"
-msgstr ""
+msgstr "Papildomas serverių failas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:34
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:35
@@ -750,11 +756,11 @@ msgstr "Adresas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:21
msgctxt "nft meta nfproto"
msgid "Address family"
-msgstr ""
+msgstr "Adreso šeima"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:284
msgid "Address setting is invalid"
-msgstr ""
+msgstr "Adreso nustatymas yra neteisingas"
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:151
msgid "Address to access local relay bridge"
@@ -762,17 +768,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:297
msgid "Addresses"
-msgstr ""
+msgstr "Adresai"
#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:3
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:15
msgid "Administration"
-msgstr ""
+msgstr "Administravimas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -783,11 +789,11 @@ msgstr "Pažangūs nustatymai"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:391
msgid "Advanced device options"
-msgstr ""
+msgstr "Pažangūs įrenginio parinktys"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:567
msgid "Ageing time"
-msgstr ""
+msgstr "Senėjimo laikas"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:50
msgid "Aggregate Originator Messages"
@@ -813,7 +819,7 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:192
msgid "Alert"
-msgstr ""
+msgstr "Įspėti"
#: modules/luci-base/htdocs/luci-static/resources/network.js:2989
#: modules/luci-compat/luasrc/model/network.lua:1417
@@ -827,7 +833,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:509
msgid "All servers"
-msgstr ""
+msgstr "Visi serveriai"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:449
msgid ""
@@ -849,7 +855,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1084
msgid "Allow all except listed"
-msgstr ""
+msgstr "Leisti visus, išskyrus išvardytus"
#: modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json:3
msgid "Allow full UCI access for legacy applications"
@@ -861,7 +867,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1083
msgid "Allow listed only"
-msgstr ""
+msgstr "Leisti tik išvardytus"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:317
msgid "Allow localhost"
@@ -888,7 +894,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr ""
@@ -939,7 +945,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -981,7 +987,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1767
msgid "Anonymous Identity"
-msgstr ""
+msgstr "Anonimiška tapatybė"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:162
msgid "Anonymous Mount"
@@ -1001,7 +1007,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:196
#: modules/luci-compat/luasrc/view/cbi/firewall_zonelist.htm:60
msgid "Any zone"
-msgstr ""
+msgstr "Bet kokia zona"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:614
msgid "Apply DHCP Options to this net. (Empty = all clients)."
@@ -1023,7 +1029,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4449
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4569
msgid "Apply unchecked"
-msgstr ""
+msgstr "Įgalinti nepažymėtus"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4702
msgid "Apply with revert after connectivity loss"
@@ -1041,7 +1047,7 @@ msgstr "Architektūra"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1050,7 +1056,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1086,7 +1092,7 @@ msgstr ""
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:145
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:64
msgid "Auth Group"
-msgstr ""
+msgstr "Autentifikavimo grupė"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1706
msgid "Authentication"
@@ -1130,7 +1136,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1154,11 +1160,11 @@ msgstr ""
#: protocols/luci-proto-autoip/htdocs/luci-static/resources/protocol/autoip.js:6
msgid "Avahi IPv4LL"
-msgstr ""
+msgstr "„Avahi IPv4LL“"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:193
msgid "Available"
-msgstr "Galimas/Pasiekiamas"
+msgstr "Pasiekiamas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:270
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:280
@@ -1178,17 +1184,17 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
-msgstr ""
+msgstr "„B43 + B43C“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
-msgstr ""
+msgstr "„B43 + B43C + V43“"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:48
msgid "BR / DMR / AFTR"
-msgstr ""
+msgstr "„BR / DMR / AFTR“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1649
msgid "BSS Transition"
@@ -1197,21 +1203,21 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "„BSSID“"
#: modules/luci-base/htdocs/luci-static/resources/form.js:3255
msgid "Back"
-msgstr ""
+msgstr "Atgal"
#: modules/luci-compat/luasrc/view/cbi/footer.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:48
msgid "Back to Overview"
-msgstr ""
+msgstr "Atgal į apžiūrą"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1234,7 +1240,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:431
msgid "Base device"
-msgstr ""
+msgstr "Pagrindo įrenginys"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:158
msgid "Base64-encoded public key of this interface for sharing."
@@ -1243,7 +1249,7 @@ msgstr ""
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:10
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv_hardif.js:41
msgid "Batman Device"
-msgstr ""
+msgstr "„Batman“ įrenginys"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv_hardif.js:10
msgid "Batman Interface"
@@ -1352,7 +1358,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1369,7 +1375,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1457,7 +1463,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1560,12 +1566,12 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:57
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:212
msgid "Chain"
-msgstr ""
+msgstr "Grandinė"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:580
msgctxt "Yet unknown nftables chain hook"
msgid "Chain hook \"%h\""
-msgstr ""
+msgstr "Grandinės pririšimas \"%h\""
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4429
msgid "Changes"
@@ -1584,17 +1590,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanalas"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Kanalų analizė"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Kanalo plotis"
@@ -1617,7 +1623,7 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:427
msgid "Choose mtdblock"
-msgstr ""
+msgstr "Pasirinkti „mtdblock“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:597
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2130
@@ -1800,7 +1806,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Konfigūruoti…"
@@ -1828,7 +1834,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1914,7 +1920,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -2004,6 +2010,12 @@ msgstr "„DHCP“ klientas"
msgid "DHCP-Options"
msgstr "„DHCP“-Nustatymai/pasirinkimai"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2029,7 +2041,7 @@ msgstr "„DNS“ perleidimai"
msgid "DNS query port"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2041,7 +2053,7 @@ msgstr "„DNS“ serverio prievadas"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2065,7 +2077,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "„DSL“"
@@ -2074,7 +2086,7 @@ msgstr "„DSL“"
msgid "DSL Status"
msgstr "„DSL“ būsena"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "„DSL“ linijos režimas"
@@ -2136,7 +2148,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2223,8 +2235,8 @@ msgstr "Paskirties/Kelionės tikslo zona"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2259,7 +2271,7 @@ msgstr "Įrenginio vardas"
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2275,7 +2287,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr "Įrenginys nepasiekiamas! Vis dar laukiama įrenginio..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Įrenginiai"
@@ -2520,7 +2532,7 @@ msgstr ""
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2767,23 +2779,23 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:764
msgid "Enable MAC address learning"
-msgstr ""
+msgstr "Įgalinti „MAC“ adreso mokymą"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:257
msgid "Enable NTP client"
-msgstr ""
+msgstr "Įjungti „NTP“ klientą"
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96
msgid "Enable Single DES"
-msgstr ""
+msgstr "Įjungti vienetinį „DES“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:562
msgid "Enable TFTP server"
-msgstr ""
+msgstr "Įjungti „TFTP“ serverį"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:796
msgid "Enable VLAN filtering"
-msgstr ""
+msgstr "Įjungti „VLAN“ filtravimą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:184
msgid "Enable VLAN functionality"
@@ -2791,7 +2803,7 @@ msgstr "Įjungti/Įgalinti „VLAN“ funkcija/veiksmumą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1814
msgid "Enable WPS pushbutton, requires WPA(2)-PSK/WPA3-SAE"
-msgstr ""
+msgstr "Įjungti „WPS“ mygtuko paspaudimą, reikalaują „WPA(2)-PSK“/„WPA3-SAE“"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js:14
msgid ""
@@ -2799,8 +2811,11 @@ msgid ""
"Protocol\">HTTP</abbr> requests to <abbr title=\"Hypertext Transfer Protocol "
"Secure\">HTTPS</abbr> port."
msgstr ""
+"Įgalinti automatinį persiuntimą <abbr title=\"Hypertext Transfer "
+"Protocol\">„HTTP“</abbr> užklausas į <abbr title=\"Hypertext Transfer "
+"Protocol Secure\">„HTTPS“</abbr> prievadą."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2811,7 +2826,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:189
msgid "Enable learning and aging"
-msgstr ""
+msgstr "Įjungti pamokymą ir senstelėjimą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:200
msgid "Enable mirroring of incoming packets"
@@ -2833,7 +2848,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2866,7 +2881,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:889
msgid "Enable this network"
-msgstr ""
+msgstr "Įjungti šį tinklą"
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:75
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:70
@@ -2910,8 +2925,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -2942,35 +2957,35 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:752
msgid "Enforce IGMPv1"
-msgstr ""
+msgstr "Įsteigti „IGMPv1“"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:753
msgid "Enforce IGMPv2"
-msgstr ""
+msgstr "Įsteigti „IGMPv2“"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:754
msgid "Enforce IGMPv3"
-msgstr ""
+msgstr "Įsteigti „IGMPv3“"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:759
msgid "Enforce MLD version 1"
-msgstr ""
+msgstr "Įsteigti „MLD versija 1“"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:760
msgid "Enforce MLD version 2"
-msgstr ""
+msgstr "Įsteigti „MLD versija 2“"
#: modules/luci-compat/luasrc/view/cbi/dropdown.htm:16
msgid "Enter custom value"
-msgstr ""
+msgstr "Įvesti pasirinktinę reikšmę"
#: modules/luci-compat/luasrc/view/cbi/dropdown.htm:16
msgid "Enter custom values"
-msgstr ""
+msgstr "Įvesti pasirinktines reikšmes"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:97
msgid "Erasing..."
-msgstr ""
+msgstr "Šalinama..."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:104
@@ -2979,33 +2994,33 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:107
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:190
msgid "Error"
-msgstr ""
+msgstr "Klaida"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:170
msgid "Error getting PublicKey"
-msgstr ""
+msgstr "Klaida gaunant „Viešasis Raktas“"
#: modules/luci-base/htdocs/luci-static/resources/network.js:3008
#: modules/luci-compat/luasrc/model/network.lua:1433
msgid "Ethernet Adapter"
-msgstr ""
+msgstr "Eterneto tinklo plokštė"
#: modules/luci-base/htdocs/luci-static/resources/network.js:2999
#: modules/luci-compat/luasrc/model/network.lua:1423
msgid "Ethernet Switch"
-msgstr ""
+msgstr "Eterneto tinklo komutatorius"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:272
msgid "Every 30 seconds (slow, 0)"
-msgstr ""
+msgstr "Kas trisdešimt (30) sekundžių (lėtai, 0)"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:273
msgid "Every second (fast, 1)"
-msgstr ""
+msgstr "Kas sekundę (greitai, 1)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:349
msgid "Exclude interfaces"
-msgstr ""
+msgstr "Neįtraukti sąsajų ir sietuvų"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:160
msgid ""
@@ -3031,7 +3046,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3070,7 +3085,7 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:50
msgid "Expires"
-msgstr ""
+msgstr "Baigia galioti"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:696
msgid ""
@@ -3079,95 +3094,96 @@ msgstr ""
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:19
msgid "External"
-msgstr ""
+msgstr "Išorinis"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1602
msgid "External R0 Key Holder List"
-msgstr ""
+msgstr "Išorinio „R0“ rakto laikytojo sąrašas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1606
msgid "External R1 Key Holder List"
-msgstr ""
+msgstr "Išorinio „R1“ rakto laikytojo sąrašas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
msgid "External system log server"
-msgstr ""
+msgstr "Išorinės sistemos žurnalo serveris"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:172
msgid "External system log server port"
-msgstr ""
+msgstr "Išorinės sistemos žurnalo serverio prievadas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:177
msgid "External system log server protocol"
-msgstr ""
+msgstr "Išorinės sistemos žurnalo serverio protokolas"
#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:79
msgid "Extra SSH command options"
-msgstr ""
+msgstr "Papildomi „SSH“ komandos pasirinkimai"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:68
msgid "Extra pppd options"
-msgstr ""
+msgstr "Papildomi „pppd“ pasirinkimai"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:66
msgid "Extra sstpc options"
-msgstr ""
+msgstr "Papildomi „sstpc“ pasirinkimai"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1577
msgid "FT over DS"
-msgstr ""
+msgstr "„FT per DS“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1576
msgid "FT over the Air"
-msgstr ""
+msgstr "„FT per orą“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1574
msgid "FT protocol"
-msgstr ""
+msgstr "„FT“ protokolas"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:91
msgid "Failed Reason"
-msgstr ""
+msgstr "Priežastis, kodėl nepavyko"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:87
msgid "Failed to change the system password."
-msgstr ""
+msgstr "Nepavyko pakeisti sistemos slaptažodžio."
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:21
msgid "Failed to configure modem"
-msgstr ""
+msgstr "Nepavyko konfigūruoti modemą"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4549
msgid "Failed to confirm apply within %ds, waiting for rollback…"
msgstr ""
+"Nepavyko patvirtinti įgalimą vidun/per %ds, laukiama, kol bus sugrąžintą…"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:22
msgid "Failed to connect"
-msgstr ""
+msgstr "Nepavyko prisijungti"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:23
msgid "Failed to disconnect"
-msgstr ""
+msgstr "Nepavyko atsijungti"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:37
msgid "Failed to execute \"/etc/init.d/%s %s\" action: %s"
-msgstr ""
+msgstr "Nepavyko vykdyti „/etc/init.d/%s %s“ veiksmą: %s"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:25
msgid "Failed to get modem information"
-msgstr ""
+msgstr "Nepavyko gauti modemo informacijos"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:26
msgid "Failed to initialize modem"
-msgstr ""
+msgstr "Nepavyko paleisti modemo"
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:30
msgid "Failed to set operating mode"
-msgstr ""
+msgstr "Nepavyko nustatyti operavimo režimo"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2732
msgid "File"
-msgstr ""
+msgstr "Failas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:500
msgid ""
@@ -3177,11 +3193,11 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2679
msgid "File not accessible"
-msgstr ""
+msgstr "Failas nepasiekiamas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:420
msgid "File to store DHCP lease information."
-msgstr ""
+msgstr "Failas, skirtas laikyti „DHCP“ nuomos informaciją."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:428
msgid "File with upstream resolvers."
@@ -3203,19 +3219,19 @@ msgstr "Failo sistema"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:469
msgid "Filter IPv4 A records"
-msgstr ""
+msgstr "Filtruoti „IPv4 A“ įrašus"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:463
msgid "Filter IPv6 AAAA records"
-msgstr ""
+msgstr "Filtruoti „IPv6 AAAA“ įrašus"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:458
msgid "Filter SRV/SOA service discovery"
-msgstr ""
+msgstr "Filtruoti „SRV/SOA“ tarnybos atradimą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:453
msgid "Filter private"
-msgstr ""
+msgstr "Filtruoti privatūs"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:389
msgid "Filtering for all slaves, no validation"
@@ -3247,11 +3263,11 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:872
msgid "Find and join network"
-msgstr ""
+msgstr "Surasti ir prisijungti prie tinklo"
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:9
msgid "Finish"
-msgstr ""
+msgstr "Baigti"
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:27
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:43
@@ -3261,23 +3277,23 @@ msgstr "Užkarda"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:201
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:39
msgid "Firewall Mark"
-msgstr ""
+msgstr "Užkardos Žymė"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:499
msgid "Firewall Settings"
-msgstr ""
+msgstr "Užkardos nustatymai"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:326
msgid "Firewall Status"
-msgstr ""
+msgstr "Užkardos būklė/būsena"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:177
msgid "Firewall mark"
-msgstr ""
+msgstr "Užkardos žymė"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
-msgstr ""
+msgstr "Programinės įrangos failas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/10_system.js:59
msgid "Firmware Version"
@@ -3309,54 +3325,60 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
-msgstr ""
+msgstr "Priversti"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:965
msgid "Force 40MHz mode"
-msgstr ""
+msgstr "Priversti 40Mhz režimą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1239
msgid "Force CCMP (AES)"
-msgstr ""
+msgstr "Priversti „CCMP („AES“)“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force DHCP on this network even if another server is detected."
msgstr ""
+"Priversti „DHCP“ naudojimą šiame tinkle, net jeigu kitas serveris yra "
+"aptiktas."
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:750
msgid "Force IGMP version"
-msgstr ""
+msgstr "Priversti „IGMP“ versiją"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:757
msgid "Force MLD version"
-msgstr ""
+msgstr "Priversti „MLD“ versiją"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1240
msgid "Force TKIP"
-msgstr ""
+msgstr "Priversti „TKIP“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1241
msgid "Force TKIP and CCMP (AES)"
-msgstr ""
+msgstr "Priversti „TKIP“ ir „CCMP („AES“)“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:937
msgid "Force broadcast DHCP response."
-msgstr ""
+msgstr "Priversti, kad „DHCP“ transliuotu atsaką."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
-msgstr ""
+msgstr "Priversti pririšimą"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:281
msgid "Force upgrade"
-msgstr ""
+msgstr "Priversti aukštutinį atnaujinimą"
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:90
msgid "Force use of NAT-T"
-msgstr ""
+msgstr "Priversti „NAT-T“ naudojimą"
#: modules/luci-base/ucode/template/csrftoken.ut:8
msgid "Form token mismatch"
@@ -3369,6 +3391,10 @@ msgid ""
"title=\"Neighbour Advertisement, Type 136\">NA</abbr> messages between the "
"designated master interface and downstream interfaces."
msgstr ""
+"Persiųsti <abbr title=\"Neighbour Discovery Protocol\">„NDP“</abbr> <abbr "
+"title=\"Neighbour Solicitation, Type 135\">„NS“</abbr> ir <abbr "
+"title=\"Neighbour Advertisement, Type 136\">„NA“</abbr> pranešimus tarp "
+"nustatytos aukštumos sąsajos ir/arba sietuvų, bei atsiuntimo srautu."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:787
msgid ""
@@ -3376,16 +3402,21 @@ msgid ""
"messages received on the designated master interface to downstream "
"interfaces."
msgstr ""
+"Persiųsti <abbr title=\"Router Advertisement, ICMPv6 Type 134\">„RA“</abbr> "
+"gautus pranešimus nustatytame aukštumos sąsajos ir/arba sietuvų, bei "
+"atsiuntimo srautu."
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:164
msgid "Forward DHCP traffic"
-msgstr ""
+msgstr "Persiųsti „DHCP“ srautą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:909
msgid ""
"Forward DHCPv6 messages between the designated master interface and "
"downstream interfaces."
msgstr ""
+"Persiųsti „DHCPv6“ pranešimus tarp nustatytų aukštumos sąsajos ir/arba "
+"sietuvų, bei atsiuntimo srautų."
#: protocols/luci-proto-relay/htdocs/luci-static/resources/protocol/relay.js:161
msgid "Forward broadcast traffic"
@@ -3407,7 +3438,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3439,42 +3470,42 @@ msgstr "GHz"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:92
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:82
msgid "GPRS only"
-msgstr ""
+msgstr "Tik „GPRS“"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:10
msgid "GRE tunnel over IPv4"
-msgstr ""
+msgstr "„GRE“ tunelis per „IPv4“"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:10
msgid "GRE tunnel over IPv6"
-msgstr ""
+msgstr "„GRE“ tunelis per „IPv6“"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:10
msgid "GRETAP tunnel over IPv4"
-msgstr ""
+msgstr "„GRETAP“ tunelis per „IPv4“"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:10
msgid "GRETAP tunnel over IPv6"
-msgstr ""
+msgstr "„GRETAP“ tunelis per „IPv6“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:76
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:44
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:188
msgid "Gateway"
-msgstr ""
+msgstr "Tinklo tarpuvartė"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:85
msgid "Gateway Mode"
-msgstr ""
+msgstr "Tinklo tarpuvartės režimas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/dropbear.js:35
msgid "Gateway Ports"
-msgstr ""
+msgstr "Tinklo tarpuvartės prievadai"
#: modules/luci-base/htdocs/luci-static/resources/network.js:11
#: modules/luci-compat/luasrc/model/network.lua:29
msgid "Gateway address is invalid"
-msgstr ""
+msgstr "Tinklo tarpuvartės adresas yra negalimas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:256
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:494
@@ -3486,61 +3517,61 @@ msgid "General Settings"
msgstr "Bendri nustatymai"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
-msgstr ""
+msgstr "Bendra sąranka"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:390
msgid "General device options"
-msgstr ""
+msgstr "Bendri įrenginio pasirinkimai"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:150
msgid "Generate Config"
-msgstr ""
+msgstr "Sukurti konfigūravimą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1580
msgid "Generate PMK locally"
-msgstr ""
+msgstr "Sukurti vietinį „PMK“"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:396
msgid "Generate archive"
-msgstr ""
+msgstr "Sukurti archyvą"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
-msgstr ""
+msgstr "Sukurti konfigūraciją"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
-msgstr ""
+msgstr "Sukurti konfigūraciją…"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:109
msgid "Generate new key pair"
-msgstr ""
+msgstr "Sukurti naują raktų porą"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:621
msgid "Generate preshared key"
-msgstr ""
+msgstr "Sukurti „jau bendrintą“ raktą"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:691
msgid "Generates a configuration suitable for import on a WireGuard peer"
-msgstr ""
+msgstr "Sukuria konfigūracija tinkama importuoti į „WireGuard“ lygiarangį"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
-msgstr ""
+msgstr "Sukuriamas „QR kodas“…"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:79
msgid "Given password confirmation did not match, password not changed!"
-msgstr ""
+msgstr "Duotas slaptažodžio patvirtinimas, nesutapo, slaptažodis nepakeistas!"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:146
msgid "Global Settings"
-msgstr ""
+msgstr "Pagrindiniai/Vieši nustatymai"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3549,61 +3580,61 @@ msgstr ""
#: themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut:67
#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:92
msgid "Go to firmware upgrade..."
-msgstr ""
+msgstr "Eiti į programinės įrangos aukštutinį atnaujinimą..."
#: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/header.ut:60
#: themes/luci-theme-material/ucode/template/themes/material/header.ut:80
#: themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut:57
#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:82
msgid "Go to password configuration..."
-msgstr ""
+msgstr "Eiti į slaptažodžio konfigūravimą..."
#: modules/luci-base/htdocs/luci-static/resources/form.js:2640
#: modules/luci-base/htdocs/luci-static/resources/form.js:3753
#: modules/luci-compat/luasrc/view/cbi/full_valueheader.htm:4
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:58
msgid "Go to relevant configuration page"
-msgstr ""
+msgstr "Eiti į atitinkamą konfigūracijos puslapį"
#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:39
msgid "Grant access to DHCP configuration"
-msgstr ""
+msgstr "Duoti prieigą prie „DHCP“ konfigūracijos"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json:23
msgid "Grant access to DHCP status display"
-msgstr "Duoti/Suteikti prieigą prie „DHCP“ statuso rodymo"
+msgstr "Duoti/Suteikti prieigą prie „DHCP“ būsenos rodymo"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json:32
msgid "Grant access to DSL status display"
-msgstr ""
+msgstr "Duoti prieigą prie „DSL“ būsenos rodymo"
#: protocols/luci-proto-openconnect/root/usr/share/rpcd/acl.d/luci-openconnect.json:3
msgid "Grant access to LuCI OpenConnect procedures"
-msgstr ""
+msgstr "Duoti prieigą prie „LuCI OpenConnect procedures“"
#: protocols/luci-proto-wireguard/root/usr/share/rpcd/acl.d/luci-wireguard.json:3
msgid "Grant access to LuCI Wireguard procedures"
-msgstr ""
+msgstr "Duoti prieigą prie „LuCI Wireguard procedures“"
#: protocols/luci-proto-openfortivpn/root/usr/share/rpcd/acl.d/luci-openfortivpn.json:3
msgid "Grant access to LuCI openfortivpn procedures"
-msgstr ""
+msgstr "Duoti prieigą prie „LuCI openfortivpn procedures“"
#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:20
msgid "Grant access to SSH configuration"
-msgstr ""
+msgstr "Duoti prieigą prie „SSH“ konfigūracijos"
#: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:12
msgid "Grant access to basic LuCI procedures"
-msgstr ""
+msgstr "Duoti prieigą prie paprastų „LuCI procedures“"
#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:79
msgid "Grant access to crontab configuration"
-msgstr ""
+msgstr "Duoti prieigą prie „crontab“ konfigūracijos"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:70
msgid "Grant access to firewall status"
-msgstr ""
+msgstr "Duoti prieigą prie užkardos būsenos"
#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:132
msgid "Grant access to flash operations"
@@ -3623,47 +3654,47 @@ msgstr ""
#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:3
msgid "Grant access to network configuration"
-msgstr ""
+msgstr "Duoti prieigą prie tinklo konfigūracijos"
#: modules/luci-mod-network/root/usr/share/rpcd/acl.d/luci-mod-network.json:52
msgid "Grant access to network diagnostic tools"
-msgstr ""
+msgstr "Duoti prieigą prie tinklo diagnostinių įrankių"
#: modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json:36
msgid "Grant access to network status information"
-msgstr ""
+msgstr "Duoti prieigą prie tinklo būklės ir būsenos informacijos"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:13
msgid "Grant access to process status"
-msgstr ""
+msgstr "Duoti prieigą prie proceso būsenos"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:3
msgid "Grant access to realtime statistics"
-msgstr ""
+msgstr "Duoti prieigą prie realaus laiko statistikos"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:47
msgid "Grant access to routing status"
-msgstr ""
+msgstr "Duoti prieigą prie kelvados būklės ir būsenos"
#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:57
msgid "Grant access to startup configuration"
-msgstr ""
+msgstr "Duoti prieigą prie paleidimo konfigūracijos"
#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:3
msgid "Grant access to system configuration"
-msgstr ""
+msgstr "Duoti prieigą prie sistemos konfigūracijos"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:30
msgid "Grant access to system logs"
-msgstr ""
+msgstr "Duoti prieigą prie sistemos žurnalų"
#: modules/luci-mod-system/root/usr/share/rpcd/acl.d/luci-mod-system.json:43
msgid "Grant access to uHTTPd configuration"
-msgstr ""
+msgstr "Duoti prieigą prie „uHTTPd“ konfigūracijos"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status.json:61
msgid "Grant access to wireless channel status"
-msgstr ""
+msgstr "Duoti prieigą prie belaidžių kanalų būsenos ir būklės"
#: modules/luci-mod-status/root/usr/share/rpcd/acl.d/luci-mod-status-index.json:41
msgid "Grant access to wireless status display"
@@ -3671,19 +3702,19 @@ msgstr "Duoti/Suteikti prieigą į belaidžio statuso rodymą"
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:66
msgid "Group Password"
-msgstr ""
+msgstr "Grupės slaptažodis"
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:22
msgid "Guest"
-msgstr ""
+msgstr "Svečias"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:81
msgid "HE.net password"
-msgstr ""
+msgstr "„HE.net“ slaptažodis"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:73
msgid "HE.net username"
-msgstr ""
+msgstr "„HE.net“ slapyvardis/vartotojo vardas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/uhttpd.js:9
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:64
@@ -3696,39 +3727,41 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:6
msgid "Heartbeat interval (kernel: heartbeat)"
-msgstr ""
+msgstr "Širdies dūžio intervalas („kernel: heartbeat“)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:576
msgid "Hello interval"
-msgstr ""
+msgstr "„Labas“ intervalas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:114
msgid ""
"Here you can configure the basic aspects of your device like its hostname or "
"the timezone."
msgstr ""
+"Čia galite konfigūruoti paprastus įrenginio nuožiūras kaip jo pavadinimą ir "
+"laiko zoną."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1135
msgid "Hide <abbr title=\"Extended Service Set Identifier\">ESSID</abbr>"
-msgstr ""
+msgstr "Slėpti <abbr title=\"Extended Service Set Identifier\">„ESSID“</abbr>"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:293
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:332
msgid "Hide empty chains"
-msgstr ""
+msgstr "Slėpti tuščias grandines"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:950
msgid "High"
-msgstr ""
+msgstr "Aukštas"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:707
msgid "Honor gratuitous ARP"
-msgstr ""
+msgstr "Gerbti „neatlyginamą/be pagrindo – ARP“"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:593
msgctxt "Chain hook description"
msgid "Hook: <strong>%h</strong> (%h), Priority: <strong>%d</strong>"
-msgstr ""
+msgstr "Pririšti: <strong>%h</strong> (%h), Prioritetas: <strong>%d</strong>"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:92
msgid "Hop Penalty"
@@ -3774,7 +3807,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:260
msgid "Hostnames"
-msgstr ""
+msgstr "Įrenginio pavadinimai"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:720
msgid ""
@@ -3782,18 +3815,21 @@ msgid ""
"redundant for hostnames already configured with static leases, but it can be "
"useful to rebind an FQDN."
msgstr ""
+"Įrenginio pavadinimas yra naudojami pririšti domeno vardą prie „IP“ adreso. "
+"Šis nustatymas yra beprasmis, jeigu jo pavadinimai jau yra nustatyti, bet "
+"gali būti naudingas perrišant „FQDN“."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:19
msgid "How long (in milliseconds) the LED should be off"
-msgstr ""
+msgstr "Kokios trukmės (milisekundėmis) „LED“ lemputė turėtų būti išjungta"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:13
msgid "How long (in milliseconds) the LED should be on"
-msgstr ""
+msgstr "Kokios trukmės (milisekundėmis) „LED“ lemputė turėtų būti įjungta"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:276
msgid "Human-readable counters"
-msgstr ""
+msgstr "Žmogui perskaitomi rodikliai"
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:24
msgid "Hybrid"
@@ -3872,7 +3908,7 @@ msgstr "„IP“ adresas yra neteisingas/netinkamas"
msgid "IP address is missing"
msgstr "Nėra „IP“ adreso"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -3903,7 +3939,7 @@ msgstr ""
#: protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js:9
msgid "IPsec XFRM"
-msgstr ""
+msgstr "„IPsec XFRM“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:87
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:110
@@ -3955,7 +3991,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:180
msgid "IPv4 gateway"
-msgstr ""
+msgstr "„IPv4“ tinklo tarpuvartė"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:179
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:170
@@ -3972,12 +4008,12 @@ msgstr "Tik „IPv4“"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:52
msgid "IPv4 prefix"
-msgstr ""
+msgstr "„IPv4“ prielinksnis"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:61
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:55
msgid "IPv4 prefix length"
-msgstr ""
+msgstr "„IPv4“ prielinksnio ilgis"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:625
msgid "IPv4 traffic table \"%h\""
@@ -4041,6 +4077,10 @@ msgstr "„IPv6 MTU“"
msgid "IPv6 Neighbours"
msgstr "„IPv6 kaimynai“"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "„IPv6 RA“ nustatymai"
@@ -4057,9 +4097,9 @@ msgstr "„IPv6“ taisyklės"
msgid "IPv6 Settings"
msgstr "„IPv6“ nustatymai"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
-msgstr ""
+msgstr "„IPv6 ULA“ prielinksnis"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:29
msgid "IPv6 Upstream"
@@ -4071,18 +4111,18 @@ msgstr ""
msgid "IPv6 address"
msgstr "„IPv6“ adresas"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:188
msgid "IPv6 gateway"
-msgstr ""
+msgstr "„IPv6“ tinklo tarpuvartė"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:310
msgid "IPv6 network in address/netmask notation"
@@ -4092,7 +4132,7 @@ msgstr ""
msgid "IPv6 only"
msgstr "Tik „IPv6“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4101,25 +4141,25 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "„IPv6“ prielinksnis"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
-msgstr ""
+msgstr "„IPv6“ prielinksnio filtras"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:57
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:63
msgid "IPv6 prefix length"
-msgstr ""
+msgstr "„IPv6“ prielinksnio ilgis"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:192
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:57
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4166,7 +4206,7 @@ msgstr ""
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:96
msgid "If checked, 1DES is enabled"
-msgstr ""
+msgstr "Jei pažymėtą, „1DES“ yra įjungtas"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51
msgid "If checked, adds \"+ipv6\" to the pppd options"
@@ -4176,7 +4216,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr "Jeigu pažymėtą, šifravimas bus/yra atjungtas/neįjungtas/neįgalintas"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4206,14 +4246,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4239,7 +4279,7 @@ msgstr "Ignoruoti <code>/etc/hosts</code>"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:683
msgid "Ignore interface"
-msgstr ""
+msgstr "Ignoruoti sąsaja ir/arba sietuvą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:918
msgid "Ignore requests from unknown machines using <em>!known</em>."
@@ -4259,29 +4299,30 @@ msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:476
msgid "Import as peer"
-msgstr ""
+msgstr "Importuoti kaip lygiarangis"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:188
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:476
msgid "Import configuration"
-msgstr ""
+msgstr "Importuoti konfigūracija"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:504
msgid "Import configuration as peer…"
-msgstr ""
+msgstr "Importuoti konfigūracija kaip lygiarangis…"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:490
msgid "Import settings"
-msgstr ""
+msgstr "Importuoti nustatymus"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:376
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:403
msgid "Imported peer configuration"
-msgstr ""
+msgstr "Importuoti lygiarangio konfigūracija"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:188
msgid "Imports settings from an existing WireGuard configuration file"
msgstr ""
+"Importuoja nustatymus iš egzistuojančio „WireGuard“ konfigūracijos failo"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:68
msgid "In"
@@ -4309,7 +4350,7 @@ msgstr ""
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:146
msgid "In seconds"
-msgstr ""
+msgstr "Sekundėmis"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:156
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:128
@@ -4318,7 +4359,7 @@ msgstr ""
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:101
#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:124
msgid "Inactivity timeout"
-msgstr ""
+msgstr "Neaktyvumo užklausos laikas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:267
msgid "Inbound:"
@@ -4384,11 +4425,11 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:77
msgid "Initscript"
-msgstr ""
+msgstr "„Initscript“"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/startup.js:111
msgid "Initscripts"
-msgstr ""
+msgstr "„Initscripts“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1748
msgid "Inner certificate constraint (Domain)"
@@ -4460,47 +4501,47 @@ msgstr ""
#: protocols/luci-proto-xfrm/htdocs/luci-static/resources/protocol/xfrm.js:39
msgid "Interface ID"
-msgstr ""
+msgstr "Sąsajos ir Sietuvo ID"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:111
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:151
msgid "Interface has %d pending changes"
-msgstr ""
+msgstr "Sąsaja ir/arba Sietuvas turi %d laukiamus pakeitimus"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:92
msgid "Interface is disabled"
-msgstr ""
+msgstr "Sąsaja ir/arba Sietuvas yra išjungtas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:65
msgid "Interface is marked for deletion"
-msgstr ""
+msgstr "Sąsaja ir/arba Sietuvas yra pažymėtas ištrynimui"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:210
msgid "Interface is reconnecting..."
-msgstr ""
+msgstr "Sąsaja ir/arba Sietuvas persijungia..."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:194
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:204
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:210
msgid "Interface is shutting down..."
-msgstr ""
+msgstr "Sąsaja ir/arba Sietuvas išsijungia..."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:302
msgid "Interface is starting..."
-msgstr ""
+msgstr "Sąsaja ir/arba Sietuvas pasileidžia..."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:305
msgid "Interface is stopping..."
-msgstr ""
+msgstr "Sąsaja ir/arba Sietuvas sustoja..."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1153
msgid "Interface name"
-msgstr ""
+msgstr "Sąsajos ir/arba Sietuvo pavadinimas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:123
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:321
msgid "Interface not present or not connected yet."
-msgstr ""
+msgstr "Sąsaja ir/arba Sietuvas nėra pasiekiamas arba nėra prijungtas."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:479
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:508
@@ -4538,7 +4579,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:192
#: modules/luci-compat/luasrc/view/cbi/tsection.htm:42
msgid "Invalid"
-msgstr ""
+msgstr "Negalimas"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:101
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:68
@@ -4546,16 +4587,16 @@ msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:97
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:73
msgid "Invalid APN provided"
-msgstr ""
+msgstr "Negalimas pateiktas „APN“"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:37
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:40
msgid "Invalid Base64 key string"
-msgstr ""
+msgstr "Negalimas „Base64“ rakto įvestis"
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:117
msgid "Invalid IPv6 address"
-msgstr ""
+msgstr "Negalimas „IPv6“ adresas"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:78
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:83
@@ -4577,7 +4618,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/rpc.js:403
msgid "Invalid argument"
-msgstr ""
+msgstr "Negalimas argumentas"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:11
msgid ""
@@ -4587,7 +4628,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/rpc.js:402
msgid "Invalid command"
-msgstr ""
+msgstr "Negalima komanda"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:205
msgid "Invalid hexadecimal value"
@@ -4599,16 +4640,18 @@ msgstr ""
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:134
msgid "Invalid port"
-msgstr ""
+msgstr "Negalimas prievadas"
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:108
msgid "Invalid server URL"
-msgstr ""
+msgstr "Negalimas serverio „URL“"
#: modules/luci-base/ucode/template/sysauth.ut:12
#: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:32
msgid "Invalid username and/or password! Please try again."
msgstr ""
+"Neteisingas vartotojo vardas ir/arba slaptažodis! Prašome pamėginti dar "
+"kartą."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/heartbeat.js:13
msgid "Invert blinking"
@@ -4753,7 +4796,7 @@ msgstr ""
msgid "LED Configuration"
msgstr "„LED“ (Lemputės) Konfigūracija"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "„LLC“"
@@ -4787,11 +4830,11 @@ msgstr ""
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:21
msgid "Leaf"
-msgstr ""
+msgstr "„Lapas“"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:775
msgid "Learn"
-msgstr ""
+msgstr "Sužinoti"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:951
msgid "Learn routes"
@@ -4847,15 +4890,15 @@ msgstr "Limitas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:25
msgid "Line Mode"
-msgstr ""
+msgstr "Linijos režimas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:24
msgid "Line State"
-msgstr ""
+msgstr "Linijos būsena"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:26
msgid "Line Uptime"
-msgstr ""
+msgstr "Linijos aktyvumo laikas"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:125
msgid "Link Aggregation (Channel Bonding)"
@@ -4963,7 +5006,7 @@ msgstr "Įkėlimo/Krovimo vidurkis"
msgid "Load configuration…"
msgstr "Įkelti konfigūracija…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5030,7 +5073,7 @@ msgstr "Vietinis paleidimas"
msgid "Local Time"
msgstr "Vietinis laikas"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Vietinis „ULA“"
@@ -5064,12 +5107,12 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2126
msgid "Lock to BSSID"
-msgstr ""
+msgstr "Užrakinti prie „BSSID“"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:98
msgctxt "nft log action"
msgid "Log event \"<strong>%h</strong>…\""
-msgstr ""
+msgstr "Žurnalo įvykis „<strong>%h</strong>...“"
#: modules/luci-base/ucode/template/sysauth.ut:38
#: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:36
@@ -5078,7 +5121,7 @@ msgstr "Prisijungti"
#: modules/luci-base/htdocs/luci-static/resources/luci.js:2674
msgid "Log in…"
-msgstr ""
+msgstr "Prisijungti…"
#: modules/luci-base/root/usr/share/luci/menu.d/luci-base.json:81
msgid "Log out"
@@ -5098,7 +5141,7 @@ msgstr "Žurnalininimas"
#: themes/luci-theme-bootstrap/htdocs/luci-static/resources/view/bootstrap/sysauth.js:23
msgid "Logging in…"
-msgstr "Žurnalinimas įvyks…"
+msgstr "Prisijungiama…"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:57
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:57
@@ -5129,7 +5172,7 @@ msgstr ""
msgid "MAC"
msgstr "„MAC“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "„MAC“ adresas"
@@ -5142,7 +5185,7 @@ msgid "MAC Address For The Actor"
msgstr "„MAC“ adresas „For The Actor“"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "„MAC VLAN“"
@@ -5178,7 +5221,7 @@ msgstr "„MAP / LW4over6“"
#: modules/luci-compat/luasrc/model/network/proto_4x6.lua:62
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:7
msgid "MAP rule is invalid"
-msgstr ""
+msgstr "„MAP“ taisyklė yra negalima"
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:24
msgid "MBIM Cellular"
@@ -5206,7 +5249,7 @@ msgid "MII Interval"
msgstr "„MII“ Intervalas"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5248,15 +5291,15 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:842
msgid "Max <abbr title=\"Router Advertisement\">RA</abbr> interval"
-msgstr ""
+msgstr "Maksimalus <abbr title=\"Router Advertisement\">„RA“</abbr> intervalas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:534
msgid "Max. DHCP leases"
-msgstr ""
+msgstr "Maks. „DHCP leases“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:541
msgid "Max. EDNS0 packet size"
-msgstr ""
+msgstr "Maks. „EDNS0“ paketo dydis"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:548
msgid "Max. concurrent queries"
@@ -5304,11 +5347,11 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:941
msgid "Maximum transmit power"
-msgstr ""
+msgstr "Maksimalus energijos perdavimas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:460
msgid "May prevent VoIP or other services from working."
-msgstr ""
+msgstr "Gali sustabdyti „VoIP“ ar kitas tarnybas nuo veikimo."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:129
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:188
@@ -5358,7 +5401,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/rpc.js:404
msgid "Method not found"
-msgstr ""
+msgstr "Būdas nerastas"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:350
msgid "Method of link monitoring"
@@ -5381,7 +5424,7 @@ msgstr "MiB"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:849
msgid "Min <abbr title=\"Router Advertisement\">RA</abbr> interval"
-msgstr ""
+msgstr "Minimalus <abbr title=\"Router Advertisement\">„RA“</abbr> intervalas"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:721
msgid "Minimum ARP validity time"
@@ -5413,7 +5456,7 @@ msgstr ""
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:120
msgid "Mobile Country Code"
-msgstr ""
+msgstr "Mobilus šalies kodas"
#: modules/luci-compat/luasrc/model/network/proto_modemmanager.lua:9
msgid "Mobile Data"
@@ -5421,7 +5464,7 @@ msgstr "Mobilusis ryšys"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:123
msgid "Mobile Network Code"
-msgstr ""
+msgstr "Mobilausk tinklo kodas"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:167
#: protocols/luci-proto-modemmanager/root/usr/share/luci/menu.d/luci-proto-modemmanager.json:3
@@ -5439,7 +5482,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Režimas"
@@ -5451,17 +5494,19 @@ msgstr "Modelis"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:81
msgid "Modem Info"
-msgstr ""
+msgstr "Modemo informacija"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:9
msgid ""
"Modem connection in progress. Please wait. This process will timeout after 2 "
"minutes."
msgstr ""
+"Modemas jungiasi. Prašome palaukti. Šis procesas pabaigs užklausos laiką po "
+"dviejų (2) minučių."
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:77
msgid "Modem default"
-msgstr ""
+msgstr "Modemo numatytas"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:73
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:54
@@ -5470,7 +5515,7 @@ msgstr ""
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:73
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:57
msgid "Modem device"
-msgstr ""
+msgstr "Modemo įrenginys"
#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:66
msgid "Modem information query failed"
@@ -5481,11 +5526,11 @@ msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:119
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:113
msgid "Modem init timeout"
-msgstr ""
+msgstr "Modemo „init“ užklausos laikas"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:21
msgid "ModemManager"
-msgstr ""
+msgstr "„Modemo Tvarkytuvas“"
#: modules/luci-base/htdocs/luci-static/resources/network.js:3868
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1073
@@ -5494,7 +5539,7 @@ msgstr "Monitorius"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/password.js:31
msgid "More Characters"
-msgstr ""
+msgstr "Daugiau charakterių"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2581
msgid "More…"
@@ -5502,59 +5547,61 @@ msgstr "Daugiau…"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:192
msgid "Mount Point"
-msgstr ""
+msgstr "Prijungimo taškas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:228
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:102
msgid "Mount Points"
-msgstr ""
+msgstr "Prijungimo taškai"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:229
msgid "Mount Points - Mount Entry"
-msgstr ""
+msgstr "Prijungimo taškai – Prijungimo įvadas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:341
msgid "Mount Points - Swap Entry"
-msgstr ""
+msgstr "Prijungimo taškai – Sukeitimo įvadas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:228
msgid ""
"Mount Points define at which point a memory device will be attached to the "
"filesystem"
msgstr ""
+"Prijungimo taškai nustato, į kurį atminties įrenginį bus prijungta failų "
+"sistema"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:154
msgid "Mount attached devices"
-msgstr ""
+msgstr "Prijungti įrenginiai"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:162
msgid "Mount filesystems not specifically configured"
-msgstr ""
+msgstr "Prijungimo failų sistemos nėra specifiškai konfigūruotos"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:332
msgid "Mount options"
-msgstr ""
+msgstr "Prijungimo pasirinkimai"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:293
msgid "Mount point"
-msgstr ""
+msgstr "Prijungimo taškas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:158
msgid "Mount swap not specifically configured"
-msgstr ""
+msgstr "Prijungimo sukeitimas nėra specifiškai konfigūruotos"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:223
msgid "Mounted file systems"
-msgstr ""
+msgstr "Prijungtos failų sistemos"
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:152
msgid "Move down"
-msgstr ""
+msgstr "Judinti žemyn"
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:151
msgid "Move up"
-msgstr ""
+msgstr "Judinti aukštyn"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1146
msgid "Multi To Unicast"
@@ -5581,23 +5628,23 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1557
msgid "NAS ID"
-msgstr ""
+msgstr "„NAS ID“"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:536
msgid "NAT action chain \"%h\""
-msgstr ""
+msgstr "„NAT“ veiksmo grandinė \"%h\""
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:87
msgid "NAT-T Mode"
-msgstr ""
+msgstr "„NAT-T“ režimas"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/464xlat.js:41
msgid "NAT64 Prefix"
-msgstr ""
+msgstr "„NAT64“ Prielinksnis"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:835
msgid "NAT64 prefix"
-msgstr ""
+msgstr "„NAT64“ prielinksnis"
#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:26
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:35
@@ -5610,16 +5657,16 @@ msgstr ""
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:72
msgid "NT Domain"
-msgstr ""
+msgstr "„NT“ domenas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:300
msgid "NTP server candidates"
-msgstr ""
+msgstr "„NTP“ serverio kandidatai"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5627,24 +5674,24 @@ msgstr "Vardas/Pavadinimas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2104
msgid "Name of the new network"
-msgstr ""
+msgstr "Naujo tinklo pavadinimas"
#: protocols/luci-proto-unet/htdocs/luci-static/resources/protocol/unet.js:38
msgid "Name of the tunnel device"
-msgstr ""
+msgstr "Tunelio įrenginio pavadinimas"
#: themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut:39
#: themes/luci-theme-openwrt/luasrc/view/themes/openwrt.org/header.htm:50
msgid "Navigation"
-msgstr ""
+msgstr "Navigacija"
#: protocols/luci-proto-nebula/htdocs/luci-static/resources/protocol/nebula.js:10
msgid "Nebula Network"
-msgstr ""
+msgstr "„Nebula“ tinklas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1619
msgid "Neighbour Report"
-msgstr ""
+msgstr "Kaimynų apžvalga"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:713
msgid "Neighbour cache validity"
@@ -5675,7 +5722,7 @@ msgstr "Tinklo registravimas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2098
msgid "Network SSID"
-msgstr ""
+msgstr "Tinklo „SSID“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:57
msgid "Network address"
@@ -5683,29 +5730,29 @@ msgstr "Tinklo adresas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:574
msgid "Network boot image"
-msgstr ""
+msgstr "Tinklo įjungimo failas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:409
msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Tinklo įrenginys"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:7
msgid "Network device activity (kernel: netdev)"
-msgstr ""
+msgstr "Tinklo įrenginio aktyvumas („kernel: netdev“)"
#: modules/luci-base/htdocs/luci-static/resources/network.js:15
#: modules/luci-compat/luasrc/model/network.lua:33
msgid "Network device is not present"
-msgstr ""
+msgstr "Tinklo įrenginys nėra pasiekiamas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:645
msgid "Network device table \"%h\""
-msgstr ""
+msgstr "Tinklo įrenginio lentelė „%h“"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:78
msgctxt "nft @nh,off,len"
@@ -5719,7 +5766,7 @@ msgstr ""
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:57
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:62
msgid "Network interface"
-msgstr ""
+msgstr "Tinklo sąsaja ir sietuvai"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:613
msgid "Network-ID"
@@ -5740,13 +5787,13 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
-msgstr ""
+msgstr "Naujas sąsajos ir sietuvo pavadinimas…"
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:11
msgid "Next »"
@@ -5760,15 +5807,15 @@ msgstr "Ne"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:660
msgid "No DHCP Server configured for this interface"
-msgstr ""
+msgstr "Nėra „DHCP“ serverio konfigūravimo šiai sąsajai ir/ar sietuvui"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:202
msgid "No Data"
-msgstr ""
+msgstr "Nėra duomenų"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1391
msgid "No Encryption"
-msgstr ""
+msgstr "Nėra šifravimo"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:185
msgid "No Host Routes"
@@ -5776,7 +5823,7 @@ msgstr ""
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:89
msgid "No NAT-T"
-msgstr ""
+msgstr "Nėra „NAT-T“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:79
msgid "No RX signal"
@@ -5810,16 +5857,16 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/ui.js:3230
msgctxt "empty table placeholder"
msgid "No data"
-msgstr ""
+msgstr "Nėra duomenų"
#: modules/luci-base/htdocs/luci-static/resources/rpc.js:406
msgid "No data received"
-msgstr ""
+msgstr "Duomenų negauta"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:751
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:758
msgid "No enforcement"
-msgstr ""
+msgstr "Jokio įgalinimo"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:229
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:232
@@ -5834,7 +5881,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5904,21 +5951,21 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:613
msgctxt "nft chain is empty"
msgid "No rules in this chain"
-msgstr ""
+msgstr "Nėra taisyklių šioje grandinėje"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:91
msgid "No rules in this chain."
-msgstr ""
+msgstr "Nėra taisyklių šioje grandinėje."
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:385
msgid "No validation or filtering"
-msgstr ""
+msgstr "Nėra patikrinimo ar filtravimo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
-msgstr ""
+msgstr "Nepriskirta jokia zona"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:58
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:84
@@ -5926,15 +5973,15 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:279
msgid "Noise"
-msgstr ""
+msgstr "Triukšmas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:30
msgid "Noise Margin"
-msgstr ""
+msgstr "Triukšmo riba"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:272
msgid "Noise:"
-msgstr ""
+msgstr "Triukšmas:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:336
msgid "Non-wildcard"
@@ -5946,7 +5993,7 @@ msgstr ""
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:83
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:112
msgid "None"
-msgstr ""
+msgstr "Joks"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:949
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:198
@@ -5976,15 +6023,15 @@ msgstr "Neprisijungta"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:147
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:329
msgid "Not present"
-msgstr ""
+msgstr "Nėra"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:102
msgid "Not started on boot"
-msgstr ""
+msgstr "Nepradėtas įkrovos metu"
#: modules/luci-base/htdocs/luci-static/resources/rpc.js:409
msgid "Not supported"
-msgstr ""
+msgstr "Nepalaikomas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1777
msgid ""
@@ -6000,11 +6047,11 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:142
msgid "Notes"
-msgstr ""
+msgstr "Pastabos"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:188
msgid "Notice"
-msgstr ""
+msgstr "Pranešimas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:135
msgid "Nslookup"
@@ -6012,7 +6059,7 @@ msgstr "„Nslookup“"
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:333
msgid "Number of IGMP membership reports"
-msgstr ""
+msgstr "„IGMP“ narystės ataskaitų skaičius"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:556
msgid "Number of cached DNS entries, 10000 is maximum, 0 is no caching."
@@ -6077,12 +6124,12 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:490
msgid "One of the following: %s"
-msgstr ""
+msgstr "Vienas iš šių dalykų: „%s“"
#: modules/luci-compat/luasrc/view/cbi/nullsection.htm:17
#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:22
msgid "One or more fields contain invalid values!"
-msgstr ""
+msgstr "Viename ar daugiau laukų yra negaliojančių reikšmių!"
#: modules/luci-compat/luasrc/view/cbi/map.htm:32
msgid "One or more invalid/required values on tab"
@@ -6091,7 +6138,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/nullsection.htm:19
#: modules/luci-compat/luasrc/view/cbi/ucisection.htm:24
msgid "One or more required fields have no value!"
-msgstr ""
+msgstr "Viename ar daugiau privalomų laukų neturi reikšmės!"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:770
msgid "Only allow communication with non-isolated bridge ports when enabled"
@@ -6104,11 +6151,11 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:682
msgid "Open iptables rules overview…"
-msgstr ""
+msgstr "Atidaryti „iptables“ taisyklių apibendrinimą…"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:472
msgid "Open list..."
-msgstr ""
+msgstr "Atidaryti sąrašą..."
#: modules/luci-compat/luasrc/model/network/proto_openconnect.lua:9
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:65
@@ -6117,7 +6164,7 @@ msgstr "„OpenConnect (CISCO AnyConnect)“"
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:63
msgid "OpenFortivpn"
-msgstr ""
+msgstr "„OpenFortivpn“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:741
msgid ""
@@ -6140,7 +6187,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:934
msgid "Operating frequency"
-msgstr ""
+msgstr "Operuojantis dažnis"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:100
msgid "Operator"
@@ -6157,28 +6204,28 @@ msgstr "Operatorio pavadinimas"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2006
#: modules/luci-base/htdocs/luci-static/resources/form.js:4106
msgid "Option \"%s\" contains an invalid input value."
-msgstr ""
+msgstr "Parametre „%s“ yra negaliojanti įvesties reikšmė."
#: modules/luci-base/htdocs/luci-static/resources/form.js:2021
msgid "Option \"%s\" must not be empty."
-msgstr ""
+msgstr "Parametras „%s“ negali būti tuščias."
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4438
msgid "Option changed"
-msgstr ""
+msgstr "Parametras pakeistas"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4440
msgid "Option removed"
-msgstr ""
+msgstr "Parametras pašalintas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1440
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1779
msgid "Optional"
-msgstr ""
+msgstr "Pasirenkamas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:782
msgid "Optional hostname to assign"
-msgstr ""
+msgstr "Priskirti pasirinktinį įrenginio pavadinimą"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:142
msgid "Optional, free-form notes about this device"
@@ -6194,7 +6241,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6262,6 +6309,8 @@ msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:176
msgid "Optional. UDP port used for outgoing and incoming packets."
msgstr ""
+"Pasirinktinai. „UDP“ prievadas, naudojamas išeinantiems ir įeinantiems "
+"paketams."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:72
msgid "Options"
@@ -6277,7 +6326,7 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:125
msgid "Options:"
-msgstr ""
+msgstr "Parametrai:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:661
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:693
@@ -6286,30 +6335,30 @@ msgstr ""
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:55
msgid "Originator Interval"
-msgstr ""
+msgstr "Pradininko intervalas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:348
msgid "Other:"
-msgstr ""
+msgstr "Kiti:"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:69
msgid "Out"
-msgstr ""
+msgstr "Iš"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:277
msgid "Outbound:"
-msgstr ""
+msgstr "išsiunčiamas:"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:101
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:106
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6.js:103
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/grev6tap.js:108
msgid "Outgoing checksum"
-msgstr ""
+msgstr "Išsiunčiama kontrolinė suma"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:156
msgid "Outgoing interface"
-msgstr ""
+msgstr "Išsiunčiama sąsaja"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:96
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:101
@@ -6328,24 +6377,24 @@ msgstr ""
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:50
msgid "Output Interface"
-msgstr ""
+msgstr "Išvesties sąsaja"
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:59
#: modules/luci-base/htdocs/luci-static/resources/tools/widgets.js:165
msgid "Output zone"
-msgstr ""
+msgstr "Išvesties zona"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:16
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
-msgstr ""
+msgstr "Perkeisti „IPv4“ maršrutizavimo lentelę"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
-msgstr ""
+msgstr "Perkeisti „IPv6“ maršrutizavimo lentelę"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv_hardif.js:54
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:64
@@ -6365,7 +6414,7 @@ msgstr ""
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:62
#: protocols/luci-proto-vti/htdocs/luci-static/resources/protocol/vti.js:55
msgid "Override MTU"
-msgstr ""
+msgstr "Perkeisti „MTU“"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:74
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:79
@@ -6373,7 +6422,7 @@ msgstr ""
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:67
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:62
msgid "Override TOS"
-msgstr ""
+msgstr "Perkeisti „TOS“"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:69
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:74
@@ -6383,7 +6432,7 @@ msgstr ""
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js:62
#: protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan6.js:57
msgid "Override TTL"
-msgstr ""
+msgstr "Perkeisti „TTL“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1161
msgid ""
@@ -6415,31 +6464,31 @@ msgstr "Apžiūra"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:2780
msgid "Overwrite existing file \"%s\" ?"
-msgstr ""
+msgstr "Perrašyti egzistuojantį failą „%s“?"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:355
msgid "Overwrite the current settings with the imported configuration?"
-msgstr ""
+msgstr "Perrašyti dabartinius nustatymus su importuotą konfigūraciją?"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:98
msgid "Own Numbers"
-msgstr ""
+msgstr "Savi numeriai"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:70
msgid "Owner"
-msgstr ""
+msgstr "Savininkas"
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:78
msgid "PAP"
-msgstr ""
+msgstr "„PAP“"
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:77
msgid "PAP/CHAP"
-msgstr ""
+msgstr "„PAP/CHAP“"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:80
msgid "PAP/CHAP (both)"
-msgstr ""
+msgstr "„PAP/CHAP“ (abu)"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:111
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:88
@@ -6453,7 +6502,7 @@ msgstr ""
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:101
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:46
msgid "PAP/CHAP password"
-msgstr ""
+msgstr "„PAP/CHAP“ slaptažodis"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:109
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:83
@@ -6467,7 +6516,7 @@ msgstr ""
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:96
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:44
msgid "PAP/CHAP username"
-msgstr ""
+msgstr "„PAP/CHAP“ slapyvardis/vartotojo vardas"
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:94
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:121
@@ -6476,7 +6525,7 @@ msgstr "„PDP“ tipas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/processes.js:69
msgid "PID"
-msgstr ""
+msgstr "„PID“"
#: protocols/luci-proto-3g/htdocs/luci-static/resources/protocol/3g.js:106
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:73
@@ -6484,84 +6533,84 @@ msgstr ""
#: protocols/luci-proto-ncm/htdocs/luci-static/resources/protocol/ncm.js:102
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:86
msgid "PIN"
-msgstr ""
+msgstr "„PIN“"
#: modules/luci-base/htdocs/luci-static/resources/network.js:21
#: modules/luci-compat/luasrc/model/network.lua:39
msgid "PIN code rejected"
-msgstr ""
+msgstr "„PIN“ kodas atmestas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1597
msgid "PMK R1 Push"
-msgstr ""
+msgstr "„PMK R1 Push“"
#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:13
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/ppp.js:43
msgid "PPP"
-msgstr ""
+msgstr "„PPP“"
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:58
msgid "PPPoA Encapsulation"
-msgstr ""
+msgstr "„PPPoA“ Inkapsuliavimas"
#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:19
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:28
msgid "PPPoATM"
-msgstr ""
+msgstr "„PPPoATM“"
#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:17
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:28
msgid "PPPoE"
-msgstr ""
+msgstr "„PPPoE“"
#: modules/luci-compat/luasrc/model/network/proto_pppossh.lua:9
#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:28
msgid "PPPoSSH"
-msgstr ""
+msgstr "„PPPoSSH“"
#: modules/luci-compat/luasrc/model/network/proto_ppp.lua:15
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:28
msgid "PPtP"
-msgstr ""
+msgstr "„PPtP“"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:73
msgid "PSID offset"
-msgstr ""
+msgstr "„PSID“ poslinkis"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:70
msgid "PSID-bits length"
-msgstr ""
+msgstr "„PSID“ bitų ilgis"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:571
msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
-msgstr ""
+msgstr "„PSK“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
-msgstr ""
+msgstr "„PTM/EFM“ (Paketų perdavimo režimas)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:266
msgid "PXE/TFTP Settings"
-msgstr ""
+msgstr "„PXE/TFTP“ Nustatymai"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:103
msgid "Packet Service State"
-msgstr ""
+msgstr "Paketų aptarnavimo būseną"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
-msgstr ""
+msgstr "Paketų valdymo komanda"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:25
msgctxt "nft meta mark"
msgid "Packet mark"
-msgstr ""
+msgstr "Paketų žymė"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:27
msgctxt "nft meta time"
msgid "Packet receive time"
-msgstr ""
+msgstr "Paketų gavimo laikas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:54
msgid "Packets"
@@ -6574,12 +6623,12 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:282
msgid "Part of network:"
msgid_plural "Part of networks:"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Tinklo dalis:"
+msgstr[1] "Kelių tinklų dalis:"
+msgstr[2] "Daugumos tinklų dalis:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6629,6 +6678,8 @@ msgstr "Įklijuoti arba nutempti „SSH“ rakto failą…"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:444
msgid "Paste or drag WireGuard peer configuration (wg0.conf) file…"
msgstr ""
+"Įklijuokite arba vilkite „WireGuard“ lygiavertės konfigūracijos („wg0.conf“) "
+"failą…"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:437
msgid ""
@@ -6643,15 +6694,15 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1681
msgid "Path to CA-Certificate"
-msgstr ""
+msgstr "Kelias į „CA-Sertifikatas“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1696
msgid "Path to Client-Certificate"
-msgstr ""
+msgstr "Kelias į „Kliento-Sertifikatas“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1699
msgid "Path to Private Key"
-msgstr ""
+msgstr "Kelias į privatų raktą"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1739
msgid "Path to inner CA-Certificate"
@@ -6663,11 +6714,11 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1757
msgid "Path to inner Private Key"
-msgstr ""
+msgstr "Kelias į vidinį privatų raktą"
#: modules/luci-base/htdocs/luci-static/resources/luci.js:2727
msgid "Paused"
-msgstr ""
+msgstr "Pristabdytas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:273
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/bandwidth.js:283
@@ -6681,11 +6732,11 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:278
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:296
msgid "Peak:"
-msgstr ""
+msgstr "Pikas:"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:74
msgid "Peer"
-msgstr ""
+msgstr "Lygiarangis"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:51
msgid "Peer Details"
@@ -6697,7 +6748,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:667
msgid "Peer MAC address"
-msgstr ""
+msgstr "Lygiarangio „MAC“ adresas"
#: modules/luci-base/htdocs/luci-static/resources/network.js:14
#: modules/luci-compat/luasrc/model/network.lua:32
@@ -6714,7 +6765,7 @@ msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:214
msgid "Peers"
-msgstr ""
+msgstr "Lygiarangiai"
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:80
msgid "Perfect Forward Secrecy"
@@ -6729,11 +6780,11 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:34
msgid "Perform reboot"
-msgstr ""
+msgstr "Atlikti perkrovimą"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:406
msgid "Perform reset"
-msgstr ""
+msgstr "Atlikti atstatymą"
#: modules/luci-base/htdocs/luci-static/resources/rpc.js:407
msgid "Permission denied"
@@ -6749,21 +6800,21 @@ msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:334
msgid "PersistentKeepAlive setting is invalid"
-msgstr ""
+msgstr "„PersistentKeepAlive“ nustatymas yra netinkamas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/wireless.js:290
msgid "Phy Rate:"
-msgstr ""
+msgstr "Fizinis rodiklis:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:496
msgid "Physical Settings"
-msgstr ""
+msgstr "Fiziniai nustatymai"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:87
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:88
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/diagnostics.js:98
msgid "Ping"
-msgstr ""
+msgstr "Ryšio atsakas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:49
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:50
@@ -6772,15 +6823,15 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:138
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:64
msgid "Pkts."
-msgstr ""
+msgstr "Pkt."
#: modules/luci-base/ucode/template/sysauth.ut:19
msgid "Please enter your username and password."
-msgstr ""
+msgstr "Prašome įvesti savo slapyvardį/vartotojo vardą ir slaptažodį."
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4169
msgid "Please select the file to upload."
-msgstr ""
+msgstr "Pasirinkite failą, kurį norite įkelti."
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:54
msgid "Policy"
@@ -6799,19 +6850,19 @@ msgstr "Prievadas („Port'as“)"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:137
msgctxt "WireGuard listen port"
msgid "Port %d"
-msgstr ""
+msgstr "Prievado „%d“"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:284
msgid "Port is not part of any network"
-msgstr ""
+msgstr "Prievadas nėra jokio tinklo dalis"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:770
msgid "Port isolation"
-msgstr ""
+msgstr "Prievado izoliavimas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:290
msgid "Port status"
-msgstr ""
+msgstr "Prievado būklė"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/switch.js:278
msgid "Port status:"
@@ -6833,17 +6884,21 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
-msgstr ""
+msgstr "Pageidautiną tinklo technologija"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:33
msgid "Prefix Delegated"
-msgstr ""
+msgstr "Priešdėlis deleguotas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:192
msgid "Prefix suppressor"
-msgstr ""
+msgstr "Priešdėlio slopintuvas"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:599
msgid "Preshared Key"
@@ -6935,7 +6990,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -6945,7 +7000,7 @@ msgstr "Protokolas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:282
msgid "Provide NTP server"
-msgstr ""
+msgstr "Teikti „NTP“ serverį"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:907
msgid ""
@@ -6955,7 +7010,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:877
msgid "Provide new network"
-msgstr ""
+msgstr "Pateikti naują tinklą"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:288
msgid ""
@@ -6965,11 +7020,11 @@ msgstr ""
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:155
msgid "Proxy Server"
-msgstr ""
+msgstr "Įgaliotasis serveris"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1653
msgid "ProxyARP"
-msgstr ""
+msgstr "„ProxyARP“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1072
msgid "Pseudo Ad-Hoc (ahdemo)"
@@ -7006,7 +7061,7 @@ msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:305
msgid "PublicKey setting is invalid"
-msgstr ""
+msgstr "Viešojo rakto nustatymas yra neteisingas"
#: modules/luci-compat/luasrc/model/network/proto_qmi.lua:9
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:27
@@ -7023,11 +7078,11 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:610
msgid "Query interval"
-msgstr ""
+msgstr "Užklausos intervalas"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:615
msgid "Query response interval"
-msgstr ""
+msgstr "Užklausos atsakos intervalas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1585
msgid "R0 Key Lifetime"
@@ -7051,15 +7106,15 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1409
msgid "RADIUS Authentication Port"
-msgstr ""
+msgstr "„RADIUS“ atpažinimo prievadas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1415
msgid "RADIUS Authentication Secret"
-msgstr ""
+msgstr "„RADIUS“ autentifikavimo paslaptis"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1404
msgid "RADIUS Authentication Server"
-msgstr ""
+msgstr "„RADIUS“ autentifikavimo serveris"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1437
msgid "RADIUS Dynamic VLAN Assignment"
@@ -7075,7 +7130,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1450
msgid "RADIUS VLAN Naming"
-msgstr ""
+msgstr "„RADIUS VLAN įvardijimas“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1453
msgid "RADIUS VLAN Tagged Interface"
@@ -7131,11 +7186,11 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:576
msgid "Really switch protocol?"
-msgstr ""
+msgstr "Tikrai perjungtį protokolą?"
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:118
msgid "Realtime Graphs"
-msgstr ""
+msgstr "Realaus laiko grafikai"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1568
msgid "Reassociation Deadline"
@@ -7143,7 +7198,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:312
msgid "Rebind protection"
-msgstr ""
+msgstr "Perrišti apsaugą"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:20
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:140
@@ -7163,7 +7218,7 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:26
msgid "Receive"
-msgstr ""
+msgstr "Gauti"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:234
msgid "Receive dropped"
@@ -7171,15 +7226,15 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:233
msgid "Receive errors"
-msgstr ""
+msgstr "Gauti klaidas"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:57
msgid "Received Data"
-msgstr ""
+msgstr "Gauti duomenys"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:230
msgid "Received bytes"
-msgstr ""
+msgstr "Gauti bytus"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:232
msgid "Received multicast"
@@ -7219,7 +7274,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7320,7 +7375,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7463,7 +7518,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/footer.htm:30
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:66
msgid "Reset"
-msgstr "Atkurti/Grąžinimas į pradinę padėti/būsena"
+msgstr "Atkurti/Grąžinimas į pradinę padėti/būsena/Atstatymas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/iptables.js:343
msgid "Reset Counters"
@@ -7732,7 +7787,7 @@ msgstr "„SSH“ serverio prievadas"
#: protocols/luci-proto-pppossh/htdocs/luci-static/resources/protocol/pppossh.js:58
msgid "SSH username"
-msgstr "„SSH“ slapyvardis"
+msgstr "„SSH“ slapyvardis/vartotojo vardas"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/sshkeys.js:289
#: modules/luci-mod-system/root/usr/share/luci/menu.d/luci-mod-system.json:51
@@ -7742,7 +7797,7 @@ msgstr "„SSH-Raktai“"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "„SSID“"
@@ -7901,7 +7956,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8000,7 +8055,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8422,7 +8477,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8452,7 +8507,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8641,12 +8696,12 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:67
msgctxt "nft tcp option maxseg size"
msgid "TCP MSS"
-msgstr ""
+msgstr "„TCP MSS“"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:54
msgctxt "nft tcp dport"
msgid "TCP destination port"
-msgstr ""
+msgstr "„TCP“ paskirties prievadas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:57
msgctxt "nft tcp flags"
@@ -8656,11 +8711,11 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:53
msgctxt "nft tcp sport"
msgid "TCP source port"
-msgstr ""
+msgstr "„TCP“ šaltinio prievadas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:338
msgid "TCP:"
-msgstr ""
+msgstr "„TCP“:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:567
msgid "TFTP server root"
@@ -8689,12 +8744,12 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:912
msgid "Tag"
-msgstr ""
+msgstr "Žymė"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:219
msgctxt "VLAN port state"
msgid "Tagged"
-msgstr ""
+msgstr "Pažymėta"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:651
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:714
@@ -8748,7 +8803,7 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:84
msgid "The <em>block mount</em> command failed with code %d"
-msgstr ""
+msgstr "<em>„block mount“</em> komanda nepavyko su kodu %d"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:80
msgid ""
@@ -8760,7 +8815,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8782,7 +8837,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:602
msgid "The IP address of the boot server"
-msgstr ""
+msgstr "Pajungimo serverio „IP“ adresas"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:855
msgid ""
@@ -8857,7 +8912,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:942
msgid "The VLAN ID must be unique"
-msgstr ""
+msgstr "„VLAN ID“ turi būti unikalūs"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:45
msgid "The algorithm that is used to discover mesh routes"
@@ -8899,7 +8954,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:504
msgid "The device name \"%s\" is already taken"
-msgstr ""
+msgstr "Įrenginio pavadinimas „%s“ yra jau panaudotas kažkur kitur"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:410
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:444
@@ -8907,12 +8962,16 @@ msgid ""
"The existing network configuration needs to be changed for LuCI to function "
"properly."
msgstr ""
+"Dabartinė tinklo konfigūracija turi būti pakeista, kad „LuCI“ veiktų "
+"teisingai."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:788
msgid ""
"The existing wireless configuration needs to be changed for LuCI to function "
"properly."
msgstr ""
+"Dabartinė belaidžio tinklo konfigūracija turi būti pakeista, kad „LuCI“ "
+"veiktų teisingai."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:220
msgid ""
@@ -8933,7 +8992,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8969,11 +9028,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -8991,7 +9050,7 @@ msgstr ""
#: protocols/luci-proto-bonding/htdocs/luci-static/resources/protocol/bonding.js:165
msgid "The local IPv4 address"
-msgstr ""
+msgstr "Vietinis „IPv4“ adresas"
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:46
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gretap.js:46
@@ -9054,7 +9113,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9159,8 +9218,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9347,7 +9406,7 @@ msgstr ""
"spauskite – „Atlikti perkrovimą į gamyklinius parametrus“ (galimas tik su "
"„squashfs images“)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9455,7 +9514,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9464,7 +9523,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9582,7 +9641,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9594,7 +9653,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9765,7 +9824,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr "Naudoti „DHCPv6“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9818,23 +9877,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9925,17 +9984,17 @@ msgstr ""
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:56
#: themes/luci-theme-bootstrap/ucode/template/themes/bootstrap/sysauth.ut:13
msgid "Username"
-msgstr ""
+msgstr "Slapyvardis/Vartotojo vardas"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/nftables.js:131
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9945,12 +10004,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "„VLAN (802.1ad)“"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "„VLAN (802.1q)“"
@@ -10067,7 +10126,7 @@ msgid "Very High"
msgstr "Labai aukštas"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Virtualus „Ethernet'as“"
@@ -10151,7 +10210,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10381,9 +10440,9 @@ msgstr ""
msgid "any"
msgstr "bet koks"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10411,7 +10470,7 @@ msgstr "automatinis (įjungtas)"
msgid "baseT"
msgstr "„baseT“"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10477,7 +10536,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10541,7 +10600,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "paslėpta/-as"
@@ -10704,7 +10763,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/mr/base.po b/modules/luci-base/po/mr/base.po
index dd9791f829..2e2daa6c4c 100644
--- a/modules/luci-base/po/mr/base.po
+++ b/modules/luci-base/po/mr/base.po
@@ -19,7 +19,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr ""
@@ -140,6 +140,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -158,6 +159,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -180,6 +182,7 @@ msgid "5 Minute Load:"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -188,6 +191,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -385,83 +389,83 @@ msgstr ""
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -516,32 +520,32 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr ""
@@ -658,7 +662,7 @@ msgstr ""
msgid "Add"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -678,11 +682,11 @@ msgstr ""
msgid "Add VLAN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -701,7 +705,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr ""
@@ -767,7 +771,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -883,7 +887,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr ""
@@ -934,7 +938,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1036,7 +1040,7 @@ msgstr ""
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1045,7 +1049,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1125,7 +1129,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1173,11 +1177,11 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1192,7 +1196,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr ""
@@ -1206,7 +1210,7 @@ msgstr ""
msgid "Back to Overview"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1347,7 +1351,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1364,7 +1368,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1452,7 +1456,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1579,17 +1583,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1787,7 +1791,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1815,7 +1819,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1901,7 +1905,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -1991,6 +1995,12 @@ msgstr ""
msgid "DHCP-Options"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2016,7 +2026,7 @@ msgstr ""
msgid "DNS query port"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2028,7 +2038,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2052,7 +2062,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2061,7 +2071,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2123,7 +2133,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2210,8 +2220,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2246,7 +2256,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2262,7 +2272,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2507,7 +2517,7 @@ msgstr ""
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2787,7 +2797,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2820,7 +2830,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2897,8 +2907,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3018,7 +3028,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3262,7 +3272,7 @@ msgstr ""
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3296,6 +3306,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3333,7 +3347,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3394,7 +3408,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3473,7 +3487,7 @@ msgid "General Settings"
msgstr "सामान्य सेटिंग्ज"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3495,11 +3509,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3515,7 +3529,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3527,7 +3541,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3859,7 +3873,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4028,6 +4042,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4044,7 +4062,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4058,12 +4076,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4079,7 +4097,7 @@ msgstr ""
msgid "IPv6 only"
msgstr "केवळ IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4088,7 +4106,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4102,11 +4120,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4163,7 +4181,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4193,14 +4211,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4740,7 +4758,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -4950,7 +4968,7 @@ msgstr ""
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5017,7 +5035,7 @@ msgstr ""
msgid "Local Time"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5116,7 +5134,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5129,7 +5147,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5193,7 +5211,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5426,7 +5444,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "मोड"
@@ -5606,7 +5624,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5677,7 +5695,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5727,11 +5745,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5821,7 +5839,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5902,7 +5920,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6179,7 +6197,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6324,11 +6342,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6522,7 +6540,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6534,7 +6552,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6563,7 +6581,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6818,6 +6836,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6920,7 +6942,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7204,7 +7226,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7305,7 +7327,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7727,7 +7749,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -7886,7 +7908,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -7985,7 +8007,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8407,7 +8429,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8437,7 +8459,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8745,7 +8767,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8918,7 +8940,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8954,11 +8976,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9039,7 +9061,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9144,8 +9166,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9328,7 +9350,7 @@ msgid ""
"reset\" (only possible with squashfs images)."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9436,7 +9458,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9445,7 +9467,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9563,7 +9585,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9575,7 +9597,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9746,7 +9768,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9799,23 +9821,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9912,11 +9934,11 @@ msgstr "वापरकर्तानाव"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9926,12 +9948,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10048,7 +10070,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10132,7 +10154,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10362,9 +10384,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10392,7 +10414,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10458,7 +10480,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10522,7 +10544,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10685,7 +10707,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/ms/base.po b/modules/luci-base/po/ms/base.po
index eb92bc3695..04bb2e8b6b 100644
--- a/modules/luci-base/po/ms/base.po
+++ b/modules/luci-base/po/ms/base.po
@@ -22,7 +22,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr ""
@@ -142,6 +142,7 @@ msgid_plural "%d flags"
msgstr[0] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -160,6 +161,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -182,6 +184,7 @@ msgid "5 Minute Load:"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -190,6 +193,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -388,83 +392,83 @@ msgstr ""
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -519,32 +523,32 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr ""
@@ -661,7 +665,7 @@ msgstr ""
msgid "Add"
msgstr "Tambah"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -681,11 +685,11 @@ msgstr ""
msgid "Add VLAN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -704,7 +708,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr ""
@@ -770,7 +774,7 @@ msgstr "Pentadbiran"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -886,7 +890,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr ""
@@ -937,7 +941,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1039,7 +1043,7 @@ msgstr ""
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1048,7 +1052,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1128,7 +1132,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1176,11 +1180,11 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1195,7 +1199,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1209,7 +1213,7 @@ msgstr ""
msgid "Back to Overview"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1350,7 +1354,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1367,7 +1371,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1455,7 +1459,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1582,17 +1586,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Saluran"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1790,7 +1794,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1818,7 +1822,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1904,7 +1908,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "Buat / Menetapkan dinding api-zon"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -1994,6 +1998,12 @@ msgstr ""
msgid "DHCP-Options"
msgstr "DHCP-Pilihan"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2019,7 +2029,7 @@ msgstr ""
msgid "DNS query port"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2031,7 +2041,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2055,7 +2065,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2064,7 +2074,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2128,7 +2138,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2215,8 +2225,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2251,7 +2261,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2267,7 +2277,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2517,7 +2527,7 @@ msgstr ""
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2798,7 +2808,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2831,7 +2841,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2908,8 +2918,8 @@ msgstr "Aktifkan spanning Tree Protokol di jambatan ini"
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3029,7 +3039,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3273,7 +3283,7 @@ msgstr "Status Firewall"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3307,6 +3317,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3344,7 +3358,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3405,7 +3419,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3484,7 +3498,7 @@ msgid "General Settings"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3506,11 +3520,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3526,7 +3540,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3538,7 +3552,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3872,7 +3886,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4041,6 +4055,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4057,7 +4075,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4071,12 +4089,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4092,7 +4110,7 @@ msgstr ""
msgid "IPv6 only"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4101,7 +4119,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4115,11 +4133,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4176,7 +4194,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4206,14 +4224,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4762,7 +4780,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -4972,7 +4990,7 @@ msgstr ""
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5039,7 +5057,7 @@ msgstr ""
msgid "Local Time"
msgstr "Masa Tempatan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5138,7 +5156,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5151,7 +5169,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5215,7 +5233,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5448,7 +5466,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Mode"
@@ -5630,7 +5648,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5701,7 +5719,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5752,11 +5770,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5846,7 +5864,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5927,7 +5945,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6204,7 +6222,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6349,11 +6367,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6547,7 +6565,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6559,7 +6577,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6587,7 +6605,7 @@ msgid_plural "Part of networks:"
msgstr[0] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6842,6 +6860,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6944,7 +6966,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7230,7 +7252,7 @@ msgstr ""
msgid "References"
msgstr "Rujukan"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7331,7 +7353,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7755,7 +7777,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -7914,7 +7936,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8013,7 +8035,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8435,7 +8457,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8465,7 +8487,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8774,7 +8796,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8949,7 +8971,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8985,11 +9007,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9070,7 +9092,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9182,8 +9204,8 @@ msgstr ""
"Format Fail gambar yang diupload tidak disokongkan. Pastikan anda memilih "
"fail format gambar yang generik untuk platform anda."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9370,7 +9392,7 @@ msgid ""
"reset\" (only possible with squashfs images)."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9479,7 +9501,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9488,7 +9510,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9606,7 +9628,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9618,7 +9640,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9789,7 +9811,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9842,23 +9864,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9955,11 +9977,11 @@ msgstr "Username"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9969,12 +9991,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10091,7 +10113,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10177,7 +10199,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10408,9 +10430,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10438,7 +10460,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10504,7 +10526,7 @@ msgstr "mematikan"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10568,7 +10590,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10731,7 +10753,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/nb_NO/base.po b/modules/luci-base/po/nb_NO/base.po
index 1956a70728..882d53ae14 100644
--- a/modules/luci-base/po/nb_NO/base.po
+++ b/modules/luci-base/po/nb_NO/base.po
@@ -1,15 +1,14 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-07-31 23:05+0000\n"
-"Last-Translator: Eirik Sørstrømmen <sorstrommen@users.noreply.hosted.weblate."
-"org>\n"
+"PO-Revision-Date: 2023-09-18 15:45+0000\n"
+"Last-Translator: David Rapaň <david@rapan.cz>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/openwrt/"
"luci/nb_NO/>\n"
"Language: nb_NO\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 5.0-dev\n"
+"X-Generator: Weblate 5.0.2\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -20,7 +19,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr ""
@@ -141,6 +140,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -159,6 +159,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -181,6 +182,7 @@ msgid "5 Minute Load:"
msgstr "5 minutters belastning:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -189,6 +191,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -386,83 +389,83 @@ msgstr "En mappe med samme navn finnes allerede."
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -517,29 +520,29 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "<abbr title=\"Asynchronous Transfer Mode\">ATM</abbr> Broer"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
"<abbr title=\"Asynchronous Transfer Mode\">ATM</abbr> Virtuell kanal "
"identifikator <abbr title=\"Virtual Channel Identifier\">(VCI)</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
"<abbr title=\"Asynchronous Transfer Mode\">ATM</abbr> Virtuell plasserings "
"identifikator <abbr title=\"Virtual Path Identifier\">(VPI)</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -549,7 +552,7 @@ msgstr ""
"nettverk grensesnitt, dette kan brukes sammen med DHCP eller PPP for å koble "
"seg mot en leverandørs nettverk."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "<abbr title=\"Asynchronous Transfer Mode\">ATM</abbr> enhetsnummer"
@@ -667,7 +670,7 @@ msgstr ""
msgid "Add"
msgstr "Legg til"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -687,11 +690,11 @@ msgstr "Legg til LED-handling"
msgid "Add VLAN"
msgstr "Legg til VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Legg til enhetsoppsett …"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Legg til enhetsoppsett …"
@@ -710,7 +713,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Legg det lokale domenesuffikset til navn utgitt fra vertsfiler"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Legg til grensesnitt..."
@@ -776,7 +779,7 @@ msgstr "Administrasjon"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -892,7 +895,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Tillat bruker <em>root</em> å logge inn med passord"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Tillatte IP-er"
@@ -949,7 +952,7 @@ msgstr "Kunne ikke lagre skjemaet:"
msgid "An optional, short description for this device"
msgstr "Valgfri kort beskrivelse av denne enheten"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1053,7 +1056,7 @@ msgstr "Arkitektur"
msgid "Arp-scan"
msgstr "ARP-skanning"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1062,7 +1065,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1142,7 +1145,7 @@ msgstr "Automatisk Homenet-protokoll (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "Sjekk filsystem automatisk før montering"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1190,11 +1193,11 @@ msgstr "Gjennomsnitt:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1209,7 +1212,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1223,7 +1226,7 @@ msgstr "Tilbake"
msgid "Back to Overview"
msgstr "Tilbake til oversikt"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1367,7 +1370,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Broenhet"
@@ -1384,7 +1387,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Bro enhetsnummer"
@@ -1472,7 +1475,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1600,17 +1603,17 @@ msgstr "Endrer administrator passordet for tilgang til enheten"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Kanalanalyse"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Kanalbredde"
@@ -1776,7 +1779,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4555
msgid "Configuration changes have been rolled back!"
-msgstr "Oppsettsendringer har blitt tilbakestilt."
+msgstr "Oppsettsendringer har blitt tilbakestilt!"
#: modules/luci-compat/luasrc/model/network/proto_ncm.lua:63
msgid "Configuration failed"
@@ -1821,7 +1824,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1849,7 +1852,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1935,7 +1938,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr "Opprett/Tildel brannmur sone"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Opprett grensesnitt"
@@ -2028,6 +2031,12 @@ msgstr "DHCP klient"
msgid "DHCP-Options"
msgstr "DHCP-Alternativer"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2053,7 +2062,7 @@ msgstr "DNS videresendinger"
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> spørre port"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS-søkedomener"
@@ -2065,7 +2074,7 @@ msgstr "<abbr title=\"Domain Name System\">DNS</abbr> server port"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS-vekting"
@@ -2089,7 +2098,7 @@ msgstr "Lediggangstidsavbrudd for DPD"
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2098,7 +2107,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL-status"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2164,7 +2173,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2251,8 +2260,8 @@ msgstr "Målsone"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2287,7 +2296,7 @@ msgstr "Enhetsnavn"
msgid "Device not managed by ModemManager."
msgstr "Enheten håndteres ikke av ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Enheten er ikke tilstede"
@@ -2303,7 +2312,7 @@ msgstr "Enheten er ikke tilgjengelig!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Enheten er utilgjengelig!Venter fremdeles på enhet …"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Enheter"
@@ -2560,7 +2569,7 @@ msgstr "Last ned sikkerhetskopi"
msgid "Download mtdblock"
msgstr "Last ned mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2845,7 +2854,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2878,7 +2887,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2955,8 +2964,8 @@ msgstr "Aktiverer Spanning Tree Protocol på denne broen"
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Innkapsling modus"
@@ -3080,7 +3089,7 @@ msgstr "Utvid vertsliste"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3328,7 +3337,7 @@ msgstr "Brannmur Status"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3362,6 +3371,10 @@ msgstr "Flash operasjoner"
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3400,7 +3413,7 @@ msgstr "Bruk TKIP og CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3461,7 +3474,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Videresending modus"
@@ -3540,7 +3553,7 @@ msgid "General Settings"
msgstr "Generelle innstillinger"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3562,11 +3575,11 @@ msgstr ""
msgid "Generate archive"
msgstr "Opprett arkiv"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3582,7 +3595,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3594,7 +3607,7 @@ msgstr "Det oppgitte passordet var ikke korrekt, passord ble ikke endret!"
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3928,7 +3941,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4097,6 +4110,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4113,7 +4130,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4127,12 +4144,12 @@ msgstr ""
msgid "IPv6 address"
msgstr "IPv6 adresse"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4148,7 +4165,7 @@ msgstr ""
msgid "IPv6 only"
msgstr "Kun IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4157,7 +4174,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr "IPv6-prefiks"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4171,11 +4188,11 @@ msgstr "IPv6 prefikslengde"
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4232,7 +4249,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4262,14 +4279,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Dersom ikke avmerket blir ingen standard rute konfigurert"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4816,7 +4833,7 @@ msgstr "LCP ekko intervall"
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5029,7 +5046,7 @@ msgstr "Belastning Gjennomsnitt"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5096,7 +5113,7 @@ msgstr "Lokal Oppstart"
msgid "Local Time"
msgstr "Lokal tid"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5195,7 +5212,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5208,7 +5225,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5272,7 +5289,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5509,7 +5526,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Modus"
@@ -5691,7 +5708,7 @@ msgstr "NTP server kandidater"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5762,7 +5779,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5816,11 +5833,11 @@ msgstr ""
"Lokalt domene spesifikasjon. Navn som passer dette domenet blir aldri "
"videresendt, de blir kun løst av DHCP eller vertsfiler"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5910,7 +5927,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5992,7 +6009,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Ingen sone tilknyttet"
@@ -6269,7 +6286,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6414,11 +6431,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6614,7 +6631,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6626,7 +6643,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6655,7 +6672,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "En del av sone %q"
@@ -6910,6 +6927,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7014,7 +7035,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7299,7 +7320,7 @@ msgstr ""
msgid "References"
msgstr "Referanser"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7400,7 +7421,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7826,7 +7847,7 @@ msgstr "SSH-Nøkler"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -7987,7 +8008,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8086,7 +8107,7 @@ msgstr "Slå av dette grensesnittet"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8512,7 +8533,7 @@ msgstr "Angi krypteringsnøkkelen her."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8542,7 +8563,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8853,7 +8874,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9031,7 +9052,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9067,11 +9088,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9158,7 +9179,7 @@ msgstr ""
"Uplink port for tilkobling til større nettverk som internett og andre porter "
"til lokalt nettverk."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9271,8 +9292,8 @@ msgstr ""
"Den opplastede programvaren er av et format som ikke støttes. Sørg for at du "
"velger det generelle firmware-bildet for din plattform."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9471,7 +9492,7 @@ msgstr ""
"tilstand, klikker du på \"Utfør nullstilling\" (kun mulig på squashfs "
"firmwarer)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9580,7 +9601,7 @@ msgstr "Tunnel grensesnitt"
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9589,7 +9610,7 @@ msgid "Tx-Power"
msgstr "Tx-Styrke"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9707,7 +9728,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9719,7 +9740,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9893,7 +9914,7 @@ msgstr "Bruk DHCP gateway"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9946,23 +9967,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr "Bruk kringkasting flagg"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Bruk egendefinerte DNS servere"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Bruk standard gateway"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10066,11 +10087,11 @@ msgstr "Brukernavn"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -10080,12 +10101,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10202,7 +10223,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10288,7 +10309,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10526,9 +10547,9 @@ msgstr ""
msgid "any"
msgstr "enhver"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10556,7 +10577,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "brokoblet"
@@ -10622,7 +10643,7 @@ msgstr "Deaktiver"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10686,7 +10707,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "skjult"
@@ -10850,7 +10871,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "rutet"
diff --git a/modules/luci-base/po/nl/base.po b/modules/luci-base/po/nl/base.po
index c1398c3efd..027f6676c4 100644
--- a/modules/luci-base/po/nl/base.po
+++ b/modules/luci-base/po/nl/base.po
@@ -1,13 +1,13 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-06-11 03:31+0000\n"
-"Last-Translator: xtz1983 <xtz1983@gmail.com>\n"
+"PO-Revision-Date: 2023-10-08 08:51+0000\n"
+"Last-Translator: Fabrice Delahaij <fdelahaij@extreemhost.nl>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/openwrt/luci/nl/>\n"
"Language: nl\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.18-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -18,7 +18,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabel \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -141,6 +141,7 @@ msgstr[0] "1 vlag"
msgstr[1] "%d vlaggen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -159,6 +160,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -181,6 +183,7 @@ msgid "5 Minute Load:"
msgstr "Systeembelasting (5 minuten):"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -189,6 +192,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "6-octet ID als hex tekenreeks - zonder dubbele punten"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -400,83 +404,83 @@ msgstr "Er bestaat al een map met deze naam."
msgid "A new login is required since the authentication session expired."
msgstr "Er moet opnieuw worden ingelogd omdat de sessie is verlopen."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -536,25 +540,25 @@ msgstr ""
"Service (DMS) in 802.11v. Opmerking: kan de STA multicast-verwachtingen van "
"de ontvanger overtreden."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Asynchronous Transfer Mode)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM Bruggen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM Virtual Circuit Identifier (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM Virtueel Pad Identificeer (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -564,7 +568,7 @@ msgstr ""
"virtuele Linux netwerkinterfaces welke met DHCP of PPP gebruikt kunnen "
"worden om in het netwerk van de provider in te bellen."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM apparaatnummer"
@@ -683,7 +687,7 @@ msgstr "Adaptieve verzendlastbalancering (balance-tlb, 5)"
msgid "Add"
msgstr "Toevoegen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Voeg ATM brug toevoegen toe"
@@ -703,11 +707,11 @@ msgstr "Voeg LED-actie toe"
msgid "Add VLAN"
msgstr "Voeg VLAN toe"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Voeg apparaat configuratie toe"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Voeg apparaat configuratie toe…"
@@ -728,7 +732,7 @@ msgstr ""
"hosts-bestanden."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Voeg nieuwe interface toe..."
@@ -794,7 +798,7 @@ msgstr "Administratie"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -919,7 +923,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "<em>root</em>gebruiker toestaan zonder wachtwoord in te loggen"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Toegestane IP-adressen"
@@ -972,7 +976,7 @@ msgstr "Er is een fout opgetreden bij het opslaan van het formulier:"
msgid "An optional, short description for this device"
msgstr "Een optionele, korte beschrijving voor dit apparaat"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Bijlage"
@@ -1081,7 +1085,7 @@ msgstr "Architectuur"
msgid "Arp-scan"
msgstr "Arp-scan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1092,7 +1096,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1181,7 +1185,7 @@ msgid "Automatically check filesystem for errors before mounting"
msgstr ""
"Controleer het bestandssysteem automatisch op fouten voordat u aankoppelt"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1231,11 +1235,11 @@ msgstr "Gemiddelde:"
msgid "Avoid Bridge Loops"
msgstr "Vermijd bruglussen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1250,7 +1254,7 @@ msgstr "BSS-overgang"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1264,7 +1268,7 @@ msgstr "Terug"
msgid "Back to Overview"
msgstr "Terug naar het overzicht"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Terug naar peer-configuratie"
@@ -1420,7 +1424,7 @@ msgid "Bridge VLAN filtering"
msgstr "Bridge VLAN-filtering"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Brug apparaat"
@@ -1437,7 +1441,7 @@ msgstr "Brugpoorten"
msgid "Bridge traffic table \"%h\""
msgstr "Brug verkeerstabel \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Nummer brugeenheid"
@@ -1531,7 +1535,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1667,17 +1671,17 @@ msgstr "Wijzigt het beheerderswachtwoord voor toegang tot het apparaat"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanaal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Kanaal analyse"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Kanaalbreedte"
@@ -1905,7 +1909,7 @@ msgid ""
msgstr ""
"Configureert de werkingsmodus van de NDP-proxydienst op deze interface."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Configureer…"
@@ -1933,7 +1937,7 @@ msgstr "Verbindingspoging mislukt"
msgid "Connection attempt failed."
msgstr "Verbindingspoging mislukt."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Verbinding eindpunt"
@@ -2024,7 +2028,7 @@ msgstr "Dekking celdichtheid"
msgid "Create / Assign firewall-zone"
msgstr "Firewall-zone maken / toewijzen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Interface maken"
@@ -2118,6 +2122,12 @@ msgstr "DHCP-client"
msgid "DHCP-Options"
msgstr "DHCP-opties"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2143,7 +2153,7 @@ msgstr "DNS forwardings"
msgid "DNS query port"
msgstr "DNS verzoekpoort"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS-zoekdomeinen"
@@ -2155,7 +2165,7 @@ msgstr "DNS serverpoort"
msgid "DNS setting is invalid"
msgstr "DNS-instelling is ongeldig"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS-gewicht"
@@ -2179,7 +2189,7 @@ msgstr "DPD Idle Time-out"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR adres"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2188,7 +2198,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL-status"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL-lijnmodus"
@@ -2256,7 +2266,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Definieert een specifieke MTU voor deze route"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "IPv6-prefixen delegeren"
@@ -2343,8 +2353,8 @@ msgstr "Bestemmingszone"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2379,7 +2389,7 @@ msgstr "Naam apparaat"
msgid "Device not managed by ModemManager."
msgstr "Apparaat niet beheerd door ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Apparaat niet aanwezig"
@@ -2395,7 +2405,7 @@ msgstr "Apparaat onbereikbaar!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Toestel onbereikbaar! Wacht nog steeds op apparaat..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Apparaten"
@@ -2653,7 +2663,7 @@ msgstr "Back-up downloaden"
msgid "Download mtdblock"
msgstr "Mtdblock downloaden"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Downstream SNR offset"
@@ -2959,7 +2969,7 @@ msgstr ""
"abbr> verzoeken naar <abbr title=\"Hypertext Transfer Protocol "
"Secure\">HTTPS</abbr> poort inschakelen."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2994,7 +3004,7 @@ msgstr "Multicast-querier inschakelen"
msgid "Enable multicast support"
msgstr "Multicast-ondersteuning inschakelen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3077,8 +3087,8 @@ msgstr "Schakelt het Spanning Tree Protocol op deze brug"
msgid "Encapsulation limit"
msgstr "Inkapselingslimiet"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Inkapselingsmodus"
@@ -3202,7 +3212,7 @@ msgstr "Hosts uitbreiden"
msgid "Expected port number."
msgstr "Verwacht poortnummer."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Verwacht een hexadecimale toewijzingstip"
@@ -3455,7 +3465,7 @@ msgstr "Firewall-status"
msgid "Firewall mark"
msgstr "Firewall-markering"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Firmware-bestand"
@@ -3489,6 +3499,10 @@ msgstr "Flash operaties"
msgid "Flashing…"
msgstr "Knipperen…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3528,7 +3542,7 @@ msgstr "Forceer TKIP en CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Forceer koppeling"
@@ -3599,7 +3613,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Forward modus"
@@ -3680,7 +3694,7 @@ msgid "General Settings"
msgstr "Algemene instellingen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3702,11 +3716,11 @@ msgstr "Lokaal PMK genereren"
msgid "Generate archive"
msgstr "Archief genereren"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
-msgstr "Configuratie genereren"
+msgstr "Genereer configuratie"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Configuratie genereren…"
@@ -3723,7 +3737,7 @@ msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
"Genereert een configuratie die geschikt is voor import op een WireGuard peer"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "QR-code genereren…"
@@ -3736,7 +3750,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Algemene instellingen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Wereldwijde netwerkopties"
@@ -3964,7 +3978,7 @@ msgstr ""
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/40_dhcp.js:87
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:135
msgid "Hostname"
-msgstr "Hostnaam"
+msgstr "Host naam"
#: modules/luci-base/htdocs/luci-static/resources/protocol/dhcp.js:22
msgid "Hostname to send when requesting DHCP"
@@ -4073,7 +4087,7 @@ msgstr "IP-adres is ongeldig"
msgid "IP address is missing"
msgstr "IP-adres ontbreekt"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4245,6 +4259,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "IPv6-buren"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "IPv6 RA-instellingen"
@@ -4261,7 +4279,7 @@ msgstr "IPv6-regels"
msgid "IPv6 Settings"
msgstr "IPv6-instellingen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA-Prefix"
@@ -4275,12 +4293,12 @@ msgstr "IPv6 Upstream"
msgid "IPv6 address"
msgstr "IPv6-adres"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6 toewijzing hint"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6-toewijzingslengte"
@@ -4296,7 +4314,7 @@ msgstr "IPv6-netwerk in adres-/netmaskernotatie"
msgid "IPv6 only"
msgstr "Alleen IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "IPv6-voorkeur"
@@ -4305,7 +4323,7 @@ msgstr "IPv6-voorkeur"
msgid "IPv6 prefix"
msgstr "IPv6 prefix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "IPv6 prefix filter"
@@ -4319,11 +4337,11 @@ msgstr "IPv6-prefixlengte"
msgid "IPv6 routed prefix"
msgstr "IPv6 gerouteerde prefix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "IPv6-bronroutering"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6 suffix"
@@ -4380,7 +4398,7 @@ msgstr "Indien aangevinkt, voegt \"+ipv6\" toe aan de pppd-opties"
msgid "If checked, encryption is disabled"
msgstr "Indien aangevinkt, is versleuteling uitgeschakeld"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4421,14 +4439,14 @@ msgstr ""
"strong> vereist binnen %d seconden om de instellingen te bevestigen, anders "
"worden wijzigingen teruggedraaid."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Indien niet aangevinkt, is er geen standaardroute geconfigureerd"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4994,7 +5012,7 @@ msgstr "LCP echo interval"
msgid "LED Configuration"
msgstr "LED-configuratie"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5227,7 +5245,7 @@ msgstr "Gemiddelde laden"
msgid "Load configuration…"
msgstr "Configuratie laden…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5294,7 +5312,7 @@ msgstr "Lokaal opstart"
msgid "Local Time"
msgstr "Lokale tijd"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Lokale ULA"
@@ -5396,7 +5414,7 @@ msgstr "Lua-compatibiliteitsmodus actief"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC-adres"
@@ -5409,7 +5427,7 @@ msgid "MAC Address For The Actor"
msgstr "MAC-adres voor de acteur"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5473,7 +5491,7 @@ msgid "MII Interval"
msgstr "MII-interval"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5716,7 +5734,7 @@ msgstr "Mobiliteitsdomein"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Modus"
@@ -5898,7 +5916,7 @@ msgstr "NTP-server kandidaten"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5969,7 +5987,7 @@ msgid "Network bridge configuration migration"
msgstr "Migratie van netwerkbrugconfiguratie"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Netwerkapparaat"
@@ -6021,11 +6039,11 @@ msgstr ""
"Nooit overeenkomende domeinen en subdomeinen forward, alleen oplossen via "
"DHCP of hosts-bestanden."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Nieuwe interface voor \"%s\" kan niet worden gemaakt: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nieuwe interfacenaam…"
@@ -6118,7 +6136,7 @@ msgstr "Geen inzendingen beschikbaar"
msgid "No entries in this directory"
msgstr "Geen vermeldingen in deze map"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6201,7 +6219,7 @@ msgid "No validation or filtering"
msgstr "Geen validatie of filtering"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Geen zone toegewezen"
@@ -6501,7 +6519,7 @@ msgstr ""
"Optioneel. 32-bits markering voor uitgaande versleutelde pakketten. Voer de "
"waarde in hex in, beginnend met <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6670,11 +6688,11 @@ msgstr "Uitgangszone"
msgid "Overlap"
msgstr "Overlappen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "IPv4-routingtabel overschrijven"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "IPv6-routingtabel overschrijven"
@@ -6873,7 +6891,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (pakketoverdrachtsmodus)"
@@ -6885,7 +6903,7 @@ msgstr "PXE/TFTP-instellingen"
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Pakket sturen"
@@ -6915,7 +6933,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Deel van zone %q"
@@ -7068,7 +7086,7 @@ msgstr "Uitvoeren van serialisatie van uitgaande pakketten (optioneel)."
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/reboot.js:34
msgid "Perform reboot"
-msgstr "Opnieuw opstarten"
+msgstr "Herstart uitvoeren"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:406
msgid "Perform reset"
@@ -7142,7 +7160,7 @@ msgstr "Poort %d"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:284
msgid "Port is not part of any network"
-msgstr ""
+msgstr "Poort maakt geen deel uit van een netwerk"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:770
msgid "Port isolation"
@@ -7172,9 +7190,13 @@ msgstr "Voorkeur voor LTE"
msgid "Prefer UMTS"
msgstr "Voorkeur voor UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
-msgstr ""
+msgstr "Gewenste netwerktechnologie"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:33
msgid "Prefix Delegated"
@@ -7281,7 +7303,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7577,7 +7599,7 @@ msgstr "Omleiden naar lokaal systeem"
msgid "References"
msgstr "Referenties"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Kanalen vernieuwen"
@@ -7683,7 +7705,7 @@ msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
"Verwijder IPv6-adressen uit de resultaten en retourneer alleen IPv4-adressen."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Gerelateerde apparaatinstellingen uit de configuratie verwijderen"
@@ -8121,7 +8143,7 @@ msgstr "SSH-sleutels"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8290,7 +8312,7 @@ msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
"Stel interface in als NDP-Proxy externe slave. Standaard is uitgeschakeld."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8399,7 +8421,7 @@ msgstr "Sluit deze interface af"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8914,7 +8936,7 @@ msgstr "Geef hier de geheime coderingssleutel op."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8944,7 +8966,7 @@ msgid "Starting configuration apply…"
msgstr "Configuratie starten is van toepassing…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Draadloze scan starten..."
@@ -9269,7 +9291,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9485,7 +9507,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Het gatewayadres mag geen lokaal IP-adres zijn"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9530,11 +9552,11 @@ msgstr "De hostnaam van de opstartserver"
msgid "The interface could not be found"
msgstr "De interface kon niet worden gevonden"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "De interfacenaam wordt al gebruikt"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "De interfacenaam is te lang"
@@ -9639,7 +9661,7 @@ msgstr ""
"poort voor een verbinding met het volgende grotere netwerk zoals internet en "
"andere poorten voor een lokaal netwerk."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9773,8 +9795,8 @@ msgstr ""
"Het geüploade image bestand bevat geen ondersteund formaat. Zorg ervoor dat "
"u het algemene image formaat voor uw platform kiest."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "De waarde wordt overschreven door de configuratie."
@@ -9999,7 +10021,7 @@ msgstr ""
"oorspronkelijke staat, klikt u op \"Reset uitvoeren\" (alleen mogelijk met "
"squashfs-afbeeldingen)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Toon"
@@ -10107,7 +10129,7 @@ msgstr "Tunnelinterface"
msgid "Tunnel Link"
msgstr "Tunnelverbinding"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Tunnel apparaat"
@@ -10116,7 +10138,7 @@ msgid "Tx-Power"
msgstr "Tx-vermogen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10234,7 +10256,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "Kan pincode niet verifiëren"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Deconfigureer"
@@ -10246,7 +10268,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Onverwacht antwoord data formaat"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10433,7 +10455,7 @@ msgstr "Gebruik de DHCP-gateway"
msgid "Use DHCPv6"
msgstr "Gebruik DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10488,23 +10510,23 @@ msgstr "Gebruik als rootbestandssysteem (/)"
msgid "Use broadcast flag"
msgstr "Gebruik broadcast-vlag"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Gebruik ingebouwd IPv6-beheer"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Aangepaste DNS-servers gebruiken"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Gebruik de standaardgateway"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10613,11 +10635,11 @@ msgstr "Gebruikersnaam"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Gebruik flowtabel <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10627,12 +10649,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Virtual Ethernet Poort Aggregator)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10756,7 +10778,7 @@ msgid "Very High"
msgstr "Zeer hoog"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Virtueel Ethernet"
@@ -10844,7 +10866,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11112,9 +11134,9 @@ msgstr ""
msgid "any"
msgstr "elke"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11142,7 +11164,7 @@ msgstr "automatisch (ingeschakeld)"
msgid "baseT"
msgstr "basisT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "overbrugd"
@@ -11208,7 +11230,7 @@ msgstr "uitschakelen"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11272,7 +11294,7 @@ msgid "hexadecimal encoded value"
msgstr "hexadecimale gecodeerde waarde"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "verborgen"
@@ -11437,7 +11459,7 @@ msgstr ""
msgid "relay mode"
msgstr "relais modus"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "gerouteerd"
diff --git a/modules/luci-base/po/pl/base.po b/modules/luci-base/po/pl/base.po
index 063f7c22db..6d23c31a92 100644
--- a/modules/luci-base/po/pl/base.po
+++ b/modules/luci-base/po/pl/base.po
@@ -24,7 +24,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabela \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -146,6 +146,7 @@ msgstr[1] "%d flagi"
msgstr[2] "%d flag"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr "12h (12 godzin – domyślnie)"
@@ -164,6 +165,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr "3h (3 godziny)"
@@ -186,6 +188,7 @@ msgid "5 Minute Load:"
msgstr "Obciążenie 5 min:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr "5m (5 minut)"
@@ -194,6 +197,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "Identyfikator 6-oktetowy jako ciąg szesnastkowy – bez dwukropków"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr "7d (7 dni)"
@@ -406,83 +410,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"Wymagane jest ponowne zalogowanie, ponieważ sesja uwierzytelniania wygasła."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (wszystkie warianty) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (wszystkie warianty) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (wszystkie warianty) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (wszystkie warianty) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (wszystkie warianty) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (wszystkie warianty) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (wszystkie warianty) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -541,27 +545,27 @@ msgstr ""
"Service (DMS) w 802.11v. Uwaga: może przerwać oczekiwania multiemisji "
"odbiornika STA."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (tryb transferu asynchronicznego)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Mosty ATM"
# Nie wiem czy to powinno się tłumaczyć wg. mnie lepiej zostawić po angielsku
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Identyfikator kanału wirtualnego ATM (VCI)"
# j.w.
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Identyfikator ścieżki wirtualnej ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -571,7 +575,7 @@ msgstr ""
"wirtualne interfejsy sieciowe systemu Linux, które mogą być używane w "
"połączeniu z protokołem DHCP lub PPP w celu polączenia się z siecią dostawcy."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Numer urządzenia ATM"
@@ -691,7 +695,7 @@ msgstr "Adaptacyjne równoważenie obciążenia transmisji (balance-tlb, 5)"
msgid "Add"
msgstr "Dodaj"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Dodaj most ATM"
@@ -711,11 +715,11 @@ msgstr "Dodaj akcję LED"
msgid "Add VLAN"
msgstr "Dodaj VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Dodaj konfigurację urządzenia"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Dodaj konfigurację urządzenia…"
@@ -734,7 +738,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Dodaj lokalny sufiks domeny do nazw urządzeń z pliku hosts."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Dodaj nowy interfejs..."
@@ -801,7 +805,7 @@ msgstr "Zarządzanie"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -926,7 +930,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Zezwól użytkownikowi <em>root</em> na logowanie się przy pomocy hasła"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Dozwolone adresy IP"
@@ -979,7 +983,7 @@ msgstr "Wystąpił błąd podczas zapisywania formularza:"
msgid "An optional, short description for this device"
msgstr "Opcjonalny, krótki opis tego urządzenia"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1089,7 +1093,7 @@ msgstr "Architektura"
msgid "Arp-scan"
msgstr "Arp-scan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1100,7 +1104,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr "Przypisz nowe, dowolne tagi do tego wpisu."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1188,7 +1192,7 @@ msgid "Automatically check filesystem for errors before mounting"
msgstr ""
"Automatycznie sprawdzaj system plików pod kątem błędów przed zamontowaniem"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1238,11 +1242,11 @@ msgstr "Średnia:"
msgid "Avoid Bridge Loops"
msgstr "Unikaj pętli mostowych"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1257,7 +1261,7 @@ msgstr "Przejście BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1271,7 +1275,7 @@ msgstr "Wróć"
msgid "Back to Overview"
msgstr "Wróć do przeglądu"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Powrót do konfiguracji peerów"
@@ -1425,7 +1429,7 @@ msgid "Bridge VLAN filtering"
msgstr "Filtrowanie mostu VLAN"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Urządzenie mostu"
@@ -1442,7 +1446,7 @@ msgstr "Porty mostu"
msgid "Bridge traffic table \"%h\""
msgstr "Tabela ruchu mostowego \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Numer mostu (urządzenia)"
@@ -1535,7 +1539,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1672,17 +1676,17 @@ msgstr "Zmienia hasło administratora umożliwiające dostęp do urządzenia"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanał"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Analiza kanałów"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Szerokość kanału"
@@ -1912,7 +1916,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "Konfiguruje tryb pracy usługi proxy NDP na tym interfejsie."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Konfigurowanie…"
@@ -1940,7 +1944,7 @@ msgstr "Próba połączenia nieudana"
msgid "Connection attempt failed."
msgstr "Próba połączenia nieudana."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Punkt końcowy połączenia"
@@ -2031,7 +2035,7 @@ msgstr "Gęstość komórek pokrycia"
msgid "Create / Assign firewall-zone"
msgstr "Utwórz/Przypisz strefę zapory sieciowej"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Stwórz interfejs"
@@ -2125,6 +2129,12 @@ msgstr "Klient DHCP"
msgid "DHCP-Options"
msgstr "Opcje DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2150,7 +2160,7 @@ msgstr "Przekazywania DNS"
msgid "DNS query port"
msgstr "Port wywołania <abbr title=\"Domain Name System\">DNS</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Domeny wyszukiwania DNS"
@@ -2162,7 +2172,7 @@ msgstr "Port serwera <abbr title=\"Domain Name System\">DNS</abbr>"
msgid "DNS setting is invalid"
msgstr "Ustawienie DNS jest nieprawidłowe"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Ważność DNS"
@@ -2186,7 +2196,7 @@ msgstr "Czas bezczynności DPD"
msgid "DS-Lite AFTR address"
msgstr "Adres AFTR DS-Lite"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2195,7 +2205,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Status DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Tryb linii DSL"
@@ -2263,7 +2273,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Definiuje określoną jednostkę MTU dla tej trasy"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delegowanie prefiksów IPv6"
@@ -2350,8 +2360,8 @@ msgstr "Strefa docelowa"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2386,7 +2396,7 @@ msgstr "Nazwa urządzenia"
msgid "Device not managed by ModemManager."
msgstr "Urządzenie nie jest zarządzane przez ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Urządzenie nie obecne"
@@ -2402,7 +2412,7 @@ msgstr "Urządzenie nieosiągalne!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Urządzenie nieosiągalne! Wciąż czekam na urządzenie..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Urządzenia"
@@ -2663,7 +2673,7 @@ msgstr "Pobierz kopię zapasową"
msgid "Download mtdblock"
msgstr "Pobierz mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Kompensacja transmisji SNR"
@@ -2969,7 +2979,7 @@ msgstr ""
"Protocol\">HTTP</abbr> na port <abbr title=\"Hypertext Transfer Protocol "
"Secure\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -3004,7 +3014,7 @@ msgstr "Włącz grupowe zapytania"
msgid "Enable multicast support"
msgstr "Włącz multicast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3089,8 +3099,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr "Ograniczenie enkapsulacji"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Sposób enkapsulacji"
@@ -3214,7 +3224,7 @@ msgstr "Rozwiń hosty"
msgid "Expected port number."
msgstr "Oczekiwany numer portu."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Oczekiwanie na przydział w systemie szesnastkowym"
@@ -3471,7 +3481,7 @@ msgstr "Status zapory sieciowej"
msgid "Firewall mark"
msgstr "Znacznik zapory"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Plik firmware"
@@ -3505,6 +3515,10 @@ msgstr "Operacje aktualizacji"
msgid "Flashing…"
msgstr "Trwa wgrywanie obrazu…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3544,7 +3558,7 @@ msgstr "Wymuś TKIP i CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr "Wymuś rozsyłanie odpowiedzi DHCP."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Wymuś połączenie"
@@ -3614,7 +3628,7 @@ msgstr "Przekazuj pakiety multicast jako unicast na tym urządzeniu."
msgid "Forward/reverse DNS"
msgstr "DNS do przodu i wsteczny"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Tryb przekazywania"
@@ -3695,7 +3709,7 @@ msgid "General Settings"
msgstr "Ustawienia główne"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3717,11 +3731,11 @@ msgstr "Wygeneruj PMK lokalnie"
msgid "Generate archive"
msgstr "Twórz archiwum"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Wygeneruj konfigurację"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Wygeneruj konfigurację…"
@@ -3737,7 +3751,7 @@ msgstr "Wygeneruj klucz współdzielony"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "Generuje konfigurację odpowiednią do importu na peerze WireGuard"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Generowanie kodu QR…"
@@ -3749,7 +3763,7 @@ msgstr "Hasło nie zostało zmienione, wpisane hasła są nieprawidłowe!"
msgid "Global Settings"
msgstr "Ustawienia globalne"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Globalne opcje sieciowe"
@@ -4090,7 +4104,7 @@ msgstr "Nieprawidłowy adres IP"
msgid "IP address is missing"
msgstr "Brakuje adresu IP"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4262,6 +4276,10 @@ msgstr "MTU IPv6"
msgid "IPv6 Neighbours"
msgstr "Sąsiedztwo IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Ustawienia RA IPv6"
@@ -4278,7 +4296,7 @@ msgstr "Reguły IPv6"
msgid "IPv6 Settings"
msgstr "Ustawienia IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "Prefiks ULA IPv6"
@@ -4292,12 +4310,12 @@ msgstr "Połączenie IPv6"
msgid "IPv6 address"
msgstr "Adres IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Wskazówka przypisania IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Długość przydziału IPv6"
@@ -4313,7 +4331,7 @@ msgstr "Zapis adresu/maski w sieci IPv6"
msgid "IPv6 only"
msgstr "Tylko IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "Preferencje IPv6"
@@ -4322,7 +4340,7 @@ msgstr "Preferencje IPv6"
msgid "IPv6 prefix"
msgstr "Prefiks IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Filtr prefiksu IPv6"
@@ -4336,11 +4354,11 @@ msgstr "Długość prefiksu IPv6"
msgid "IPv6 routed prefix"
msgstr "Kierowany prefiks IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Trasowanie źródłowe IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Sufiks IPv6"
@@ -4400,7 +4418,7 @@ msgstr "Jeśli zaznaczone, dodaje \"+ ipv6\" do opcji pppd"
msgid "If checked, encryption is disabled"
msgstr "Jeśli zaznaczone, szyfrowanie jest wyłączone"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4440,14 +4458,14 @@ msgstr ""
"w ciągu %d sekund w celu potwierdzenia ustawień, w przeciwnym razie "
"modyfikacje zostaną cofnięte."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Jeśli odznaczone, nie ma zdefiniowanej domyślnej trasy"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -5016,7 +5034,7 @@ msgstr "Interwał echa LCP"
msgid "LED Configuration"
msgstr "Konfiguracja LED"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5247,7 +5265,7 @@ msgstr "Średnie obciążenie"
msgid "Load configuration…"
msgstr "Wczytaj konfigurację…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5314,7 +5332,7 @@ msgstr "Lokalny autostart"
msgid "Local Time"
msgstr "Czas lokalny"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Lokalny ULA"
@@ -5417,7 +5435,7 @@ msgstr "Aktywny tryb zgodności Lua"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "Adres MAC"
@@ -5430,7 +5448,7 @@ msgid "MAC Address For The Actor"
msgstr "Adres MAC dla aktora"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5494,7 +5512,7 @@ msgid "MII Interval"
msgstr "Interwał MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5741,7 +5759,7 @@ msgstr "Domena mobilna"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Tryb"
@@ -5925,7 +5943,7 @@ msgstr "Lista serwerów NTP"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5996,7 +6014,7 @@ msgid "Network bridge configuration migration"
msgstr "Migracja konfiguracji mostu sieciowego"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Urządzenie sieciowe"
@@ -6048,11 +6066,11 @@ msgstr ""
"Nigdy nie przesyłaj dalej pasujących domen i poddomen, rozwiązuj tylko z "
"DHCP lub plików hosts."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Nowy interfejs \"%s\" nie może być utworzony: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nazwa nowego interfejsu…"
@@ -6145,7 +6163,7 @@ msgstr "Brak wpisów"
msgid "No entries in this directory"
msgstr "Brak wpisów w tym katalogu"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6228,7 +6246,7 @@ msgid "No validation or filtering"
msgstr "Brak walidacji lub filtrowania"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Brak przypisanej strefy"
@@ -6530,7 +6548,7 @@ msgstr ""
"Opcjonalnie. 32-bitowy znak dla wychodzących zaszyfrowanych pakietów. Wpisz "
"wartość w hex, zaczynając od <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6698,11 +6716,11 @@ msgstr "Strefa wyjściowa"
msgid "Overlap"
msgstr "Nakładanie się"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Zastąp tablicę trasowania IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Zastąp tablicę trasowania IPv6"
@@ -6900,7 +6918,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (tryb transferu pakietów)"
@@ -6912,7 +6930,7 @@ msgstr "Ustawienia PXE/TFTP"
msgid "Packet Service State"
msgstr "Stan usługi pakietowej"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Sterowanie pakietami"
@@ -6943,7 +6961,7 @@ msgstr[1] "Część sieci:"
msgstr[2] "Część sieci:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Część strefy %q"
@@ -7201,6 +7219,10 @@ msgstr "Preferuj LTE"
msgid "Prefer UMTS"
msgstr "Preferuj UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr "Preferowana technologia sieciowa"
@@ -7311,7 +7333,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7611,7 +7633,7 @@ msgstr "Przekierowanie do systemu lokalnego"
msgid "References"
msgstr "Referencje"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Odśwież kanały"
@@ -7715,7 +7737,7 @@ msgstr "Usuń z wyników adresy IPv4 i zwróć tylko adresy IPv6."
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr "Usuń z wyników adresy IPv6 i zwróć tylko adresy IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Usuń powiązane ustawienia urządzenia z konfiguracji"
@@ -8158,7 +8180,7 @@ msgstr "Klucze SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8327,7 +8349,7 @@ msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
"Ustaw interfejs jako zewnętrzny podrzędny NDP-Proxy. Domyślnie wyłączone."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8436,7 +8458,7 @@ msgstr "Wyłącz ten interfejs"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8945,7 +8967,7 @@ msgstr "Określ tajny klucz szyfrowania."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr "Szybkość: %d Mibit/s, Dupleks: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "ADSL bez rozgałęźnika (G.992.2) Annex A"
@@ -8975,7 +8997,7 @@ msgid "Starting configuration apply…"
msgstr "Zatwierdzanie konfiguracji…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Rozpoczynanie skanowania..."
@@ -9300,7 +9322,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr "DHCPv6-DUID (unikatowy identyfikator DHCP) tego hosta."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9510,7 +9532,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Adres bramki nie może być lokalnym adresem IP"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9555,11 +9577,11 @@ msgstr "Nazwa hosta serwera startowego"
msgid "The interface could not be found"
msgstr "Nie można znaleźć interfejsu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Nazwa interfejsu jest już w użyciu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Nazwa interfejsu jest zbyt długa"
@@ -9663,7 +9685,7 @@ msgstr ""
"służy do połączenia z inną większą siecią, taką jak Internet i innymi "
"portami sieci lokalnej."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9797,8 +9819,8 @@ msgstr ""
"Przesłany plik obrazu nie zawiera obsługiwanego formatu. Upewnij się, że "
"wybrałeś odpowiedni format obrazu dla danej platformy."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Wartość jest zastępowana przez konfigurację."
@@ -10021,7 +10043,7 @@ msgstr ""
"utworzoną kopię zapasową. Aby przywrócić ustawienia domyślne, wciśnij "
"\"Wykonaj reset\" (możliwe tylko w przypadku obrazu squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Ton"
@@ -10129,7 +10151,7 @@ msgstr "Interfejs tunelu"
msgid "Tunnel Link"
msgstr "Połączenie tunelu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Tunel urządzenia"
@@ -10138,7 +10160,7 @@ msgid "Tx-Power"
msgstr "Moc nadawania"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10256,7 +10278,7 @@ msgstr "Nie można ustawić preferowanego trybu."
msgid "Unable to verify PIN"
msgstr "Nie można zweryfikować kodu PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Dekonfiguruj"
@@ -10268,7 +10290,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Nieprzewidziany format danych odpowiedzi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10452,7 +10474,7 @@ msgstr "Użyj bramy DHCP"
msgid "Use DHCPv6"
msgstr "Użyj DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10507,23 +10529,23 @@ msgstr "Użyj jako systemu plików root (/)"
msgid "Use broadcast flag"
msgstr "Użyj flagi rozgłaszania"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Skorzystaj z wbudowanego zarządzania protokołem IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Użyj własnych serwerów DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Użyj domyślnej bramy"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10634,11 +10656,11 @@ msgstr "Nazwa użytkownika"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Wykorzystaj tabelę przepływów <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10648,12 +10670,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (agregator wirtualnych portów Ethernet)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10776,7 +10798,7 @@ msgid "Very High"
msgstr "Bardzo wysoki"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Wirtualny Ethernet"
@@ -10866,7 +10888,7 @@ msgstr ""
"Gdy host pasuje do wpisu, ustawiany jest specjalny tag <em>known</em>. Użyj "
"tagu <em>known</em>, aby dopasować wszystkie znane hosty."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11136,9 +11158,9 @@ msgstr ""
msgid "any"
msgstr "dowolny"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11166,7 +11188,7 @@ msgstr "automatyczny (włączony)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "zmostkowany"
@@ -11232,7 +11254,7 @@ msgstr "wyłącz"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11296,7 +11318,7 @@ msgid "hexadecimal encoded value"
msgstr "wartość zakodowana szesnastkowo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "ukryty"
@@ -11462,7 +11484,7 @@ msgstr ""
msgid "relay mode"
msgstr "tryb przekaźnika"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "kierowane"
diff --git a/modules/luci-base/po/pt/base.po b/modules/luci-base/po/pt/base.po
index 9a64a132ac..f82c008a04 100644
--- a/modules/luci-base/po/pt/base.po
+++ b/modules/luci-base/po/pt/base.po
@@ -24,7 +24,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabela \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -146,6 +146,7 @@ msgstr[0] "1 sinalizador"
msgstr[1] "%d sinalizadores"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -164,6 +165,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -186,6 +188,7 @@ msgid "5 Minute Load:"
msgstr "Carga 5 Minutos:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -195,6 +198,7 @@ msgstr ""
"Identificador de 6 octetos como uma cadeia hexadecimal - sem dois pontos"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -409,83 +413,83 @@ msgstr "Já existe um diretório com o mesmo nome."
msgid "A new login is required since the authentication session expired."
msgstr "Um novo login é necessário visto que a sessão de autenticação expirou."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (todas as variantes) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (todas as variantes) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (todas as variantes) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (todas as variantes) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (todas as variantes) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (todas as variantes) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (todas as variantes) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -543,25 +547,25 @@ msgstr ""
"para o endereço MAC STA. Nota: Este não é o Directed Multicast Service (DMS) "
"em 802.11v. Nota: pode quebrar as expectativas de multicast STA do recetor."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Asynchronous Transfer Mode)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Pontes ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Identificador Canais Virtuais ATM (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Identificador de Caminho Virtual ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -571,7 +575,7 @@ msgstr ""
"interface de Rede Virtual Linux que pode ser usada em conjugação com o DHCP "
"ou PPP para marcar para a rede ISP."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Número do aparelho ATM"
@@ -692,7 +696,7 @@ msgstr "Balanceamento adaptativo da carga de transmissão (balanço-tlb, 5)"
msgid "Add"
msgstr "Adicionar"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Adicionar Ponte ATM"
@@ -712,11 +716,11 @@ msgstr "Adicionar ação LED"
msgid "Add VLAN"
msgstr "Adicionar VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Adicione a configuração de um aparelho"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Adicione a configuração de um aparelho…"
@@ -736,7 +740,7 @@ msgstr ""
"Adicionar um sufixo de domínio local aos nomes servidos dos ficheiros hosts."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Adicionar uma nova interface..."
@@ -802,7 +806,7 @@ msgstr "Gestão"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -928,7 +932,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Permitir que o utilizador <em>root</em> faça login com password"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Endereços IP autorizados"
@@ -984,7 +988,7 @@ msgstr "Ocorreu um erro ao gravar o formulário:"
msgid "An optional, short description for this device"
msgstr "Uma descrição opcional e curta para este aparelho"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Anexo"
@@ -1095,7 +1099,7 @@ msgstr "Arquitectura"
msgid "Arp-scan"
msgstr "Varredura de ARP"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1106,7 +1110,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1196,7 +1200,7 @@ msgstr ""
"Verificar automaticamente o sistema de ficheiros por erros antes da montagem "
"do aparelho"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1246,11 +1250,11 @@ msgstr "Média:"
msgid "Avoid Bridge Loops"
msgstr "Evite os loops da ponte"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1265,7 +1269,7 @@ msgstr "Transição do BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1279,7 +1283,7 @@ msgstr "Voltar"
msgid "Back to Overview"
msgstr "Voltar à Visão Global"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Retorna à configuração de pares"
@@ -1438,7 +1442,7 @@ msgid "Bridge VLAN filtering"
msgstr "Filtragem da ponte VLAN"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Aparelho ponte"
@@ -1455,7 +1459,7 @@ msgstr "Portas da ponte"
msgid "Bridge traffic table \"%h\""
msgstr "Tabela de tráfego da ponte \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Número de unidade da bridge"
@@ -1548,7 +1552,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1684,17 +1688,17 @@ msgstr "Altera a palavra-passe de administrador para acesso ao aparelho"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Canal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Análise dos canais"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Largura do canal"
@@ -1923,7 +1927,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "Configura o modo de operação do serviço proxy do NDP nesta interface."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Configurar…"
@@ -1951,7 +1955,7 @@ msgstr "A tentativa de ligação falhou"
msgid "Connection attempt failed."
msgstr "A tentativa de ligação falhou."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Ponto final da conexão"
@@ -2045,7 +2049,7 @@ msgstr "Densidade da célula de cobertura"
msgid "Create / Assign firewall-zone"
msgstr "Criar / Atribuir a uma zona de firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Criar interface"
@@ -2139,6 +2143,12 @@ msgstr "Cliente DHCP"
msgid "DHCP-Options"
msgstr "Opções DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2165,7 +2175,7 @@ msgid "DNS query port"
msgstr ""
"Porta de consulta do <abbr title=\"Servidor de Nomes de Domínio\">DNS</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Domínios de pesquisa do DNS"
@@ -2178,7 +2188,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr "A configuração do DNS é inválido"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Peso do DNS"
@@ -2202,7 +2212,7 @@ msgstr "Tempo de expiração para ociosidade do DPD"
msgid "DS-Lite AFTR address"
msgstr "Endereço DS-Lite AFTR"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2211,7 +2221,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Estado da DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Modo de linha DSL"
@@ -2280,7 +2290,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Define uma MTU específica para esta rota"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delegue prefixos IPv6"
@@ -2367,8 +2377,8 @@ msgstr "Zona de destino"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2403,7 +2413,7 @@ msgstr "Nome do aparelho"
msgid "Device not managed by ModemManager."
msgstr "Aparelho não gerido pelo ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "O aparelho não está presente"
@@ -2419,7 +2429,7 @@ msgstr "Aparelho não alcançável!"
msgid "Device unreachable! Still waiting for device..."
msgstr "O aparelho está fora de alcance! Ainda à espera do aparelho..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Dispositivos"
@@ -2677,7 +2687,7 @@ msgstr "Transferir backup"
msgid "Download mtdblock"
msgstr "Descarregar o bloco mtd"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Deslocamento do SNR a jusante"
@@ -2982,7 +2992,7 @@ msgstr ""
"Transfer Protocol\">HTTP</abbr> à porta <abbr title=\"Hypertext Transfer "
"Protocol Secure\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr "Ative a delegação de prefixos IPv6 disponíveis nesta interface"
@@ -3015,7 +3025,7 @@ msgstr "Ative o consultor multicast"
msgid "Enable multicast support"
msgstr "Ative o suporte ao multicast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3100,8 +3110,8 @@ msgstr "Ativa o Spanning Tree nesta bridge"
msgid "Encapsulation limit"
msgstr "Limite de encapsulamento"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Modo de encapsulamento"
@@ -3225,7 +3235,7 @@ msgstr "Expandir hosts"
msgid "Expected port number."
msgstr "Era esperado o número da porta."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "À espera de uma dica de atribuição hexadecimal"
@@ -3483,7 +3493,7 @@ msgstr "Estado da Firewall"
msgid "Firewall mark"
msgstr "Marca do firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Ficheiro de Firmware"
@@ -3517,6 +3527,10 @@ msgstr "Operações na memória flash"
msgid "Flashing…"
msgstr "A fazer o Flash…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3554,7 +3568,7 @@ msgstr "Forçar TKIP e CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Forçar o link"
@@ -3624,7 +3638,7 @@ msgstr "Encaminhe neste aparelho os pacotes multicast como pacotes unicast."
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Modo de encaminhamento"
@@ -3705,7 +3719,7 @@ msgid "General Settings"
msgstr "Configurações gerais"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3727,11 +3741,11 @@ msgstr "Gerar a <abbr title=\"Pairwise Master Key\">PMK</abbr> localmente"
msgid "Generate archive"
msgstr "Gerar arquivo"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Gera a configuração"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Gera a configuração…"
@@ -3747,7 +3761,7 @@ msgstr "Gera uma chave pré-compartilhada"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "Gera uma configuração adequada para a importação num peer do WireGuard"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Gerando o código QR…"
@@ -3760,7 +3774,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Configurações Globais"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Opções de rede globais"
@@ -4099,7 +4113,7 @@ msgstr "O endereço IP é inválido"
msgid "IP address is missing"
msgstr "O endereço IP está ausente"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4271,6 +4285,10 @@ msgstr "MTU IPv6"
msgid "IPv6 Neighbours"
msgstr "Vizinhos IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Configurações do IPv6 RA"
@@ -4287,7 +4305,7 @@ msgstr "Regras IPv6"
msgid "IPv6 Settings"
msgstr "Configurações IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "Prefixo ULA IPv6"
@@ -4301,12 +4319,12 @@ msgstr "IPv6 Superior"
msgid "IPv6 address"
msgstr "Endereço IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Sugestão de atribuição IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Tamanho da atribuição IPv6"
@@ -4322,7 +4340,7 @@ msgstr "Rede IPv6 em notação endereço/máscara de rede"
msgid "IPv6 only"
msgstr "Apenas IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "Preferência do IPv6"
@@ -4331,7 +4349,7 @@ msgstr "Preferência do IPv6"
msgid "IPv6 prefix"
msgstr "Prefixo IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Filtro do prefixo IPv6"
@@ -4345,11 +4363,11 @@ msgstr "Comprimento do prefixo IPv6"
msgid "IPv6 routed prefix"
msgstr "Prefixo roteado IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Roteamento com origem IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Sufixo IPv6"
@@ -4406,7 +4424,7 @@ msgstr "Se marcado, adiciona o \"+ipv6\" nas opções do pppd"
msgid "If checked, encryption is disabled"
msgstr "Se marcado, a encriptação será desativada"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4445,14 +4463,14 @@ msgstr ""
"manual <strong>ao novo IP</strong> será necessária em %d segundos para "
"confirmar as configurações, caso contrário, as alterações serão revertidas."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Se desmarcado, não é configurada uma rota pré-definida"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -5017,7 +5035,7 @@ msgstr "Intervalo de echo LCP"
msgid "LED Configuration"
msgstr "Configuração de LED"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5245,7 +5263,7 @@ msgstr "Carga Média"
msgid "Load configuration…"
msgstr "Carrega a configuração…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5312,7 +5330,7 @@ msgstr "Arranque Local"
msgid "Local Time"
msgstr "Hora Local"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "ULA local"
@@ -5414,7 +5432,7 @@ msgstr "Modo de compatibilidade lua ativo"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "Endereço MAC"
@@ -5427,7 +5445,7 @@ msgid "MAC Address For The Actor"
msgstr "Endereço MAC Para o Ator"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "VLAN MAC"
@@ -5491,7 +5509,7 @@ msgid "MII Interval"
msgstr "Intervalo MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5740,7 +5758,7 @@ msgstr "Domínio da Mobilidade"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Modo"
@@ -5924,7 +5942,7 @@ msgstr "Candidatos a servidor NTP"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5995,7 +6013,7 @@ msgid "Network bridge configuration migration"
msgstr "Migração da configuração da ponte de rede"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Aparelho de rede"
@@ -6047,11 +6065,11 @@ msgstr ""
"Nunca encaminhar domínios e subdomínios que correspondem, resolver apenas a "
"partir de DHCP ou de ficheiros hosts."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Nova interface para \"%s\" não pode ser criada: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Novo nome de interface…"
@@ -6144,7 +6162,7 @@ msgstr "Não há entradas disponíveis"
msgid "No entries in this directory"
msgstr "Não há entradas neste diretório"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6227,7 +6245,7 @@ msgid "No validation or filtering"
msgstr "Sem validação ou filtragem"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Sem zona atribuída"
@@ -6526,7 +6544,7 @@ msgstr ""
"Opcional. Marca 32 bits dos pacotes cifrados que estão saindo. Entre valores "
"em hexadecimal, começando com <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6693,11 +6711,11 @@ msgstr "Zona de saída"
msgid "Overlap"
msgstr "Sobreposição"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Substitua a tabela de roteamento IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Substitua a tabela de roteamento IPv6"
@@ -6899,7 +6917,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Modo de Transferência de Pacotes)"
@@ -6911,7 +6929,7 @@ msgstr "Configurações do PXE/TFTP"
msgid "Packet Service State"
msgstr "Estado do serviço de pacotes"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Direção de Pacotes"
@@ -6940,7 +6958,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Parte da zona %q"
@@ -7198,6 +7216,10 @@ msgstr "Preferir LTE"
msgid "Prefer UMTS"
msgstr "Preferir UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7306,7 +7328,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7603,7 +7625,7 @@ msgstr "Faça o redirecionamento ao sistema local"
msgid "References"
msgstr "Referências"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Atualiza os canais"
@@ -7710,7 +7732,7 @@ msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
"Remova os endereços IPv6 dos resultados e retorne apenas endereços IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Remover configurações de aparelhos relacionados da configuração"
@@ -8152,7 +8174,7 @@ msgstr "Chaves-SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8322,7 +8344,7 @@ msgstr ""
"Define a interface como ser um escravo NDP-Proxy externo. A predefinição é "
"estar desligado."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8434,7 +8456,7 @@ msgstr "Desligar esta interface"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8950,7 +8972,7 @@ msgstr "Especifique a chave de cifragem secreta aqui."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "Splitterless ADSL (G.992.2) Annex A"
@@ -8980,7 +9002,7 @@ msgid "Starting configuration apply…"
msgstr "Iniciando a aplicação da configuração…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Iniciando a varredura da rede wireless..."
@@ -9305,7 +9327,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9512,7 +9534,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "O endereço do gateway não deve ser um endereço IP local"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9556,11 +9578,11 @@ msgstr "O nome do host do servidor de inicialização"
msgid "The interface could not be found"
msgstr "A interface não pôde ser encontrada"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "O nome da interface já está a ser usado"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "O nome da interface é muito longo"
@@ -9664,7 +9686,7 @@ msgstr ""
"ascendente para uma ligação para a rede acima como a Internet ou outras "
"portas de uma rede local."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9796,8 +9818,8 @@ msgstr ""
"A imagem carregada não contém um formato suportado. Confirme que escolhe uma "
"imagem genérica para a sua plataforma."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "O valor é substituído pela configuração."
@@ -10021,7 +10043,7 @@ msgstr ""
"de backup gerado anteriormente. Para voltar as definições originais do "
"firmware, clique \" Repor (só possível com imagens squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tom"
@@ -10129,7 +10151,7 @@ msgstr "Interface de Túnel"
msgid "Tunnel Link"
msgstr "Enlace do túnel"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Aparelho de túnel"
@@ -10138,7 +10160,7 @@ msgid "Tx-Power"
msgstr "Potência de Tx"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10256,7 +10278,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "Não foi possível verificar o PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Desconfigurar"
@@ -10268,7 +10290,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Formato de dados de resposta inesperado"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10455,7 +10477,7 @@ msgstr "Usar a gateway do DHCP"
msgid "Use DHCPv6"
msgstr "Utilizar DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10512,23 +10534,23 @@ msgstr "Usar como o sistema de ficheiros raiz (/)"
msgid "Use broadcast flag"
msgstr "Use a marcação de broadcast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Use o gestão do IPv6 embarcado"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Usar servidores DNS personalizados"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Usar gateway pre-definida"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10637,11 +10659,11 @@ msgstr "Nome do utilizador"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Utilize a tabela de fluxo <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10651,12 +10673,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Agregador Virtual das Portas Ethernet)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10779,7 +10801,7 @@ msgid "Very High"
msgstr "Muito alto"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Ethernet virtual"
@@ -10866,7 +10888,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11136,9 +11158,9 @@ msgstr ""
msgid "any"
msgstr "qualquer"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11166,7 +11188,7 @@ msgstr "automático (ativado)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "em ponte"
@@ -11232,7 +11254,7 @@ msgstr "desativar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11296,7 +11318,7 @@ msgid "hexadecimal encoded value"
msgstr "valor codificado hexadecimal"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "escondido"
@@ -11461,7 +11483,7 @@ msgstr ""
msgid "relay mode"
msgstr "modo retransmissor"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "roteado"
diff --git a/modules/luci-base/po/pt_BR/base.po b/modules/luci-base/po/pt_BR/base.po
index fe9d6ac143..bb390fb0a4 100644
--- a/modules/luci-base/po/pt_BR/base.po
+++ b/modules/luci-base/po/pt_BR/base.po
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabela \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -144,6 +144,7 @@ msgstr[0] "1 sinalizador"
msgstr[1] "%d sinalizadores"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -162,6 +163,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -184,6 +186,7 @@ msgid "5 Minute Load:"
msgstr "Carga 5 Minutos:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -193,6 +196,7 @@ msgstr ""
"Identificador de 6 octetos como uma cadeia hexadecimal - sem dois pontos"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -409,83 +413,83 @@ msgstr "Um diretório com o mesmo nome já existe."
msgid "A new login is required since the authentication session expired."
msgstr "Uma nova autenticação é necessária já que a sessão expirou."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (todas as variantes) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (todas as variantes) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (todas as variantes) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (todas as variantes) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (todas as variantes) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (todas as variantes) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (todas as variantes) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -544,25 +548,25 @@ msgstr ""
"Service (DMS) em 802.11v. Nota: pode quebrar as expectativas de multicast "
"STA do receptor."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Modo de Transferência Assíncrona)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Ponte ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Identificador de Canal Virtual ATM (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Identificador de caminho virtual ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -572,7 +576,7 @@ msgstr ""
"rede virutais no Linux. Estas podem ser usadas em conjunto com o DHCP ou PPP "
"para discar em um provedor de rede."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Número do dispositivo ATM"
@@ -691,7 +695,7 @@ msgstr "Balanceamento adaptativo da carga de transmissão (balanço-tlb, 5)"
msgid "Add"
msgstr "Adicionar"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Adicionar ponte ATM"
@@ -711,11 +715,11 @@ msgstr "Adicionar ação de LED"
msgid "Add VLAN"
msgstr "Adicionar VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Adicione a configuração de um dispositivo"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Adicione a configuração de um dispositivo…"
@@ -734,7 +738,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Adiciona um sufixo de domínio local para equipamentos conhecidos."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Adiciona uma nova interface..."
@@ -800,7 +804,7 @@ msgstr "Administração"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -928,7 +932,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Permite que o usuário <em>root</em> se autentique utilizando senha"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Endereços IP autorizados"
@@ -984,7 +988,7 @@ msgstr "Ocorreu um erro ao salvar o formulário:"
msgid "An optional, short description for this device"
msgstr "Uma descrição opcional e curta para este dispositivo"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Anexo"
@@ -1094,7 +1098,7 @@ msgstr "Arquitetura"
msgid "Arp-scan"
msgstr "Varredura arp"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1105,7 +1109,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1194,7 +1198,7 @@ msgstr ""
"Execute automaticamente a verificação do sistema de arquivos antes da "
"montagem do dispositivo"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1244,11 +1248,11 @@ msgstr "Média:"
msgid "Avoid Bridge Loops"
msgstr "Evite os loops da ponte"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1263,7 +1267,7 @@ msgstr "Transição do BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1277,7 +1281,7 @@ msgstr "Voltar"
msgid "Back to Overview"
msgstr "Voltar para Visão Geral"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Retorna à configuração de pares"
@@ -1438,7 +1442,7 @@ msgid "Bridge VLAN filtering"
msgstr "Filtragem da ponte VLAN"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Dispositivo ponte"
@@ -1455,7 +1459,7 @@ msgstr "Portas da ponte"
msgid "Bridge traffic table \"%h\""
msgstr "Tabela de tráfego da ponte \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Número da unidade da ponte"
@@ -1548,7 +1552,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1689,17 +1693,17 @@ msgstr "Muda a senha do administrador para acessar este dispositivo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Canal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Análise dos canais"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Largura do canal"
@@ -1930,7 +1934,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "Configura o modo de operação do serviço proxy NDP nesta interface."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Configurar…"
@@ -1958,7 +1962,7 @@ msgstr "A tentativa de conexão falhou"
msgid "Connection attempt failed."
msgstr "A tentativa de conexão falhou."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Ponto final da conexão"
@@ -2052,7 +2056,7 @@ msgstr "Densidade da célula de cobertura"
msgid "Create / Assign firewall-zone"
msgstr "Crie / Atribua a uma zona de firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Crie uma interface"
@@ -2146,6 +2150,12 @@ msgstr "Cliente DHCP"
msgid "DHCP-Options"
msgstr "Opções do DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2171,7 +2181,7 @@ msgstr "Encaminhamentos do DNS"
msgid "DNS query port"
msgstr "Porta de consulta no DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Domínios de pesquisa do DNS"
@@ -2183,7 +2193,7 @@ msgstr "Porta do servidor DNS"
msgid "DNS setting is invalid"
msgstr "A configuração do DNS é inválido"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Peso do DNS"
@@ -2207,7 +2217,7 @@ msgstr "Tempo de expiração para ociosidade do DPD"
msgid "DS-Lite AFTR address"
msgstr "Endereço DS-Lite AFTR"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2216,7 +2226,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Estado da DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Modo de linha DSL"
@@ -2285,7 +2295,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Define um MTU específico para esta rota"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delegue prefixos IPv6"
@@ -2372,8 +2382,8 @@ msgstr "Zona de destino"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2408,7 +2418,7 @@ msgstr "Nome do dispositivo"
msgid "Device not managed by ModemManager."
msgstr "Dispositivo não gerenciado pelo ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "O dispositivo não está presente"
@@ -2425,7 +2435,7 @@ msgid "Device unreachable! Still waiting for device..."
msgstr ""
"O dispositivo está fora de alcance! Ainda aguardando pelo dispositivo..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Dispositivos"
@@ -2686,7 +2696,7 @@ msgstr "Baixar a cópia de segurança"
msgid "Download mtdblock"
msgstr "Baixar o bloco mtd"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Compensação SNR do downstream"
@@ -2992,7 +3002,7 @@ msgstr ""
"Transfer Protocol\">HTTP</abbr> para a porta <abbr title=\"Hypertext "
"Transfer Protocol Secure\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr "Ative a delegação de prefixos IPv6 disponíveis nesta interface"
@@ -3026,7 +3036,7 @@ msgstr "Ative o consultor multicast"
msgid "Enable multicast support"
msgstr "Ative o suporte ao multicast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3109,8 +3119,8 @@ msgstr "Ativa o protocolo STP nesta ponte"
msgid "Encapsulation limit"
msgstr "Limite do encapsulamento"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Modo do encapsulamento"
@@ -3234,7 +3244,7 @@ msgstr "Expandir arquivos de equipamentos conhecidos (hosts)"
msgid "Expected port number."
msgstr "Era esperado o número da porta."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Esperando uma sugestão hexadecimal da atribuição"
@@ -3493,7 +3503,7 @@ msgstr "Condição do firewall"
msgid "Firewall mark"
msgstr "Marca do firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Arquivo do firmware"
@@ -3527,6 +3537,10 @@ msgstr "Operações na memória flash"
msgid "Flashing…"
msgstr "Instalando…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3564,7 +3578,7 @@ msgstr "Impor TKIP e CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Impor o enlace"
@@ -3634,7 +3648,7 @@ msgstr "Encaminhe neste dispositivo os pacotes multicast como pacotes unicast."
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Modo de encaminhamento"
@@ -3715,7 +3729,7 @@ msgid "General Settings"
msgstr "Configurações gerais"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3737,11 +3751,11 @@ msgstr "Gerar PMK localmente"
msgid "Generate archive"
msgstr "Gerar arquivo"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Gera a configuração"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Gera a configuração…"
@@ -3757,7 +3771,7 @@ msgstr "Gera uma chave pré-compartilhada"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "Gera uma configuração adequada para a importação num peer do WireGuard"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Gerando o código QR…"
@@ -3769,7 +3783,7 @@ msgstr "A senha de confirmação informada não casa. Senha não alterada!"
msgid "Global Settings"
msgstr "Configurações Globais"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Opção global de rede"
@@ -4108,7 +4122,7 @@ msgstr "O endereço IP é inválido"
msgid "IP address is missing"
msgstr "O endereço IP está ausente"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4280,6 +4294,10 @@ msgstr "MTU IPv6"
msgid "IPv6 Neighbours"
msgstr "Vizinhos IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Configurações do IPv6 RA"
@@ -4296,7 +4314,7 @@ msgstr "Regras IPv6"
msgid "IPv6 Settings"
msgstr "Configurações IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "Prefixo IPv6 ULA"
@@ -4310,12 +4328,12 @@ msgstr "Conexão do enlace IPv6"
msgid "IPv6 address"
msgstr "Endereço IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Sugestão de atribuição IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Tamanho da atribuição IPv6"
@@ -4331,7 +4349,7 @@ msgstr "Rede IPv6 na notação de endereço/máscara de rede"
msgid "IPv6 only"
msgstr "Apenas IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "Preferência do IPv6"
@@ -4340,7 +4358,7 @@ msgstr "Preferência do IPv6"
msgid "IPv6 prefix"
msgstr "Prefixo IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Filtro do prefixo IPv6"
@@ -4354,11 +4372,11 @@ msgstr "Tamanho Prefixo IPv6"
msgid "IPv6 routed prefix"
msgstr "Prefixo roteável IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Roteamento com origem IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Sufixo IPv6"
@@ -4415,7 +4433,7 @@ msgstr "Se marcado, adiciona o \"+ipv6\" nas opções do pppd"
msgid "If checked, encryption is disabled"
msgstr "Se marcado, a cifragem estará desabilitada"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4454,14 +4472,14 @@ msgstr ""
"manual <strong>ao novo IP</strong> será necessária em %d segundos para "
"confirmar as configurações, caso contrário, as alterações serão revertidas."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Se desmarcado, nenhuma rota padrão será configurada"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -5032,7 +5050,7 @@ msgstr "Intervalo do eco do LCP"
msgid "LED Configuration"
msgstr "Configuração do LED"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5261,7 +5279,7 @@ msgstr "Carga média"
msgid "Load configuration…"
msgstr "Carrega a configuração…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5328,7 +5346,7 @@ msgstr "Iniciação local"
msgid "Local Time"
msgstr "Hora local"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "ULA local"
@@ -5431,7 +5449,7 @@ msgstr "Modo de compatibilidade lua ativo"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "Endereço MAC"
@@ -5444,7 +5462,7 @@ msgid "MAC Address For The Actor"
msgstr "Endereço MAC Para o Ator"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "VLAN MAC"
@@ -5508,7 +5526,7 @@ msgid "MII Interval"
msgstr "Intervalo MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5751,7 +5769,7 @@ msgstr "Domínio da Mobilidade"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Modo"
@@ -5935,7 +5953,7 @@ msgstr "Candidatos a servidor NTP"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -6006,7 +6024,7 @@ msgid "Network bridge configuration migration"
msgstr "Migração da configuração da ponte de rede"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Dispositivo de rede"
@@ -6058,11 +6076,11 @@ msgstr ""
"Nunca encaminhe os domínios e os subdomínios coincidentes, resolva apenas a "
"partir do DHCP ou apenas dos arquivos hospedados."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Uma nova interface para \"%s\" não pode ser criada: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nome de nova interface…"
@@ -6155,7 +6173,7 @@ msgstr "Não há entradas disponíveis"
msgid "No entries in this directory"
msgstr "Nenhuma entrada neste diretório"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6238,7 +6256,7 @@ msgid "No validation or filtering"
msgstr "Sem validação ou filtragem"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Nenhuma zona definida"
@@ -6539,7 +6557,7 @@ msgstr ""
"Opcional. Marca 32 bits dos pacotes cifrados que estão saindo. Entre valores "
"em hexadecimal, começando com <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6706,11 +6724,11 @@ msgstr "Zona de saída"
msgid "Overlap"
msgstr "Sobreposição"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Substitua a tabela de roteamento IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Substitua a tabela de roteamento IPv6"
@@ -6910,7 +6928,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Modo de transferência dos pacotes)"
@@ -6922,7 +6940,7 @@ msgstr "Configurações PXE/TFTP"
msgid "Packet Service State"
msgstr "Estado do serviço de pacotes"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Desviando pacotes"
@@ -6951,7 +6969,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Parte da zona %q"
@@ -7209,6 +7227,10 @@ msgstr "Preferir LTE"
msgid "Prefer UMTS"
msgstr "Preferir UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7317,7 +7339,7 @@ msgstr "Protocolo"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7615,7 +7637,7 @@ msgstr "Faça o redirecionamento para o sistema local"
msgid "References"
msgstr "Referências"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Atualiza os canais"
@@ -7722,7 +7744,7 @@ msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
"Remova os endereços IPv6 dos resultados e retorne apenas endereços IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Remova as configurações do dispositivo relacionados à configuração"
@@ -8166,7 +8188,7 @@ msgstr "Chaves SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8336,7 +8358,7 @@ msgstr ""
"Define a interface como sendo um escravo NDP-Proxy externo. A predefinição é "
"estar desligado."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8446,7 +8468,7 @@ msgstr "Desligar esta interface"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8962,7 +8984,7 @@ msgstr "Especifique a chave de cifragem secreta aqui."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "Splitterless ADSL (G.992.2) Annex A"
@@ -8992,7 +9014,7 @@ msgid "Starting configuration apply…"
msgstr "Iniciando a aplicação da configuração…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Iniciando o escaneamento da rede sem fio..."
@@ -9317,7 +9339,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9523,7 +9545,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "O endereço do gateway não deve ser um endereço de IP local"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9567,11 +9589,11 @@ msgstr "O nome do host do servidor de inicialização"
msgid "The interface could not be found"
msgstr "A interface não pôde ser encontrada"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "O nome da interface já está em uso"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "O nome da interface é muito longo"
@@ -9674,7 +9696,7 @@ msgstr ""
"segmentos de rede. Em geral, existe uma porta para o enlace superior "
"(uplink) e as demais portas são utilizadas para a rede local."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9807,8 +9829,8 @@ msgstr ""
"A imagem carregada não contém um formato suportado. Confirme que você "
"escolheu uma imagem para a sua plataforma."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "O valor é substituído pela configuração."
@@ -10033,7 +10055,7 @@ msgstr ""
"clique em \"Restaurar as configurações iniciais\" (somente possível para "
"imagens do tipo squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tom"
@@ -10141,7 +10163,7 @@ msgstr "Interface de Tunelamento"
msgid "Tunnel Link"
msgstr "Enlace do túnel"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Dispositivo de túnel"
@@ -10150,7 +10172,7 @@ msgid "Tx-Power"
msgstr "Potência de transmissão"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10268,7 +10290,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "Não foi possível verificar o PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Desconfigurar"
@@ -10280,7 +10302,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Formato da resposta dos dados foi inesperado"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10466,7 +10488,7 @@ msgstr "Use o roteador do DHCP"
msgid "Use DHCPv6"
msgstr "Usar o DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10521,23 +10543,23 @@ msgstr "Usar como o sistema de arquivos raiz (/)"
msgid "Use broadcast flag"
msgstr "Use a marcação de broadcast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Use o gerenciamento do IPv6 embarcado"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Use servidores DNS personalizados"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Use o roteador padrão"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10646,11 +10668,11 @@ msgstr "Nome do usuário"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Utilize a tabela de fluxo <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10660,12 +10682,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Agregador Virtual das Portas Ethernet)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10788,7 +10810,7 @@ msgid "Very High"
msgstr "Muito alta"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Ethernet virtual"
@@ -10876,7 +10898,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11146,9 +11168,9 @@ msgstr ""
msgid "any"
msgstr "qualquer"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11176,7 +11198,7 @@ msgstr "automático (ativado)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "em ponte"
@@ -11242,7 +11264,7 @@ msgstr "desativar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11306,7 +11328,7 @@ msgid "hexadecimal encoded value"
msgstr "valor codificado hexadecimal"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "oculto"
@@ -11472,7 +11494,7 @@ msgstr ""
msgid "relay mode"
msgstr "modo retransmissor"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "roteado"
diff --git a/modules/luci-base/po/ro/base.po b/modules/luci-base/po/ro/base.po
index 82feadf39e..fdf1943488 100644
--- a/modules/luci-base/po/ro/base.po
+++ b/modules/luci-base/po/ro/base.po
@@ -22,7 +22,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabel \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -146,6 +146,7 @@ msgstr[1] "indicatoare"
msgstr[2] "indicatori"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr "12h (12 ore - implicit)"
@@ -164,6 +165,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr "3h (3 ore)"
@@ -186,6 +188,7 @@ msgid "5 Minute Load:"
msgstr "Încărcarea în ultimele 5 minute:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr "5m (5 minute)"
@@ -195,6 +198,7 @@ msgstr ""
"Identificator de 6 octeți sub formă de șir hexazecimal - fără două puncte"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr "7d (7 zile)"
@@ -408,83 +412,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"O nouă logare este necesară deoarece sesiunea de autentificare a expirat."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Anexa A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Anexa B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (toate variantele) Anexa A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (toate variantele) Anexa A/L/M + VDSL2 Anexa A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (toate variantele) Anexa B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (toate variantele) Anexa B + VDSL2 Anexa A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (toate variantele) Anexa B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (toate variantele) Anexa B/J + VDSL2 Anexa A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (toate variantele) Anexa M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Anexă A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Anexa B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Anexa L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Anexa M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Anexa A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Anexa B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Anexa M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -543,25 +547,25 @@ msgstr ""
"direcționat (DMS) din 802.11v. Notă: ar putea încălca așteptările de "
"multicast ale STA receptorului."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Mod de Transfer Asincron)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Punți ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM Indentificator Canal Virtual (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM Indentificator Cale Virtual(VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -571,7 +575,7 @@ msgstr ""
"virtuale de rețea Linux care pot fi utilizate în asociere cu DHCP sau PPP "
"pentru a forma în rețeaua furnizorului."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Număr echipament ATM"
@@ -690,7 +694,7 @@ msgstr "Echilibrarea adaptivă a sarcinii de transmisie (balance-tlb, 5)"
msgid "Add"
msgstr "Adăugați"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Adăugați punte ATM"
@@ -710,11 +714,11 @@ msgstr "Adăugați acțiunea LED"
msgid "Add VLAN"
msgstr "Adăugați VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Adăugați configurația dispozitivului"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Adăugați configurația dispozitivului…"
@@ -734,7 +738,7 @@ msgstr ""
"Adăugați sufixul domeniului local la numele servite din fișierele hosts."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Adăugați o interfață nouă..."
@@ -800,7 +804,7 @@ msgstr "Administrare"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -925,7 +929,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Permiteți utilizatorului <em>root</em> să se conecteze cu parolă"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "IP-uri permise"
@@ -982,7 +986,7 @@ msgstr "A apărut o eroare în timpul salvării formularului:"
msgid "An optional, short description for this device"
msgstr "O scurtă descriere opțională pentru acest dispozitiv"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Anexă"
@@ -1092,7 +1096,7 @@ msgstr "Arhitectură"
msgid "Arp-scan"
msgstr "Scanare-Arp"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1103,7 +1107,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr "Atribuiți etichete noi, de formă liberă, acestei intrări."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1191,7 +1195,7 @@ msgstr "Homenet automat (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "Verificați automat sistemul de fișiere pentru erori înainte de montare"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1241,11 +1245,11 @@ msgstr "In medie:"
msgid "Avoid Bridge Loops"
msgstr "Evitați buclele de pod"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1260,7 +1264,7 @@ msgstr "Tranziție BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1274,7 +1278,7 @@ msgstr "Inapoi"
msgid "Back to Overview"
msgstr "Înapoi la Prezentare generală"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Înapoi la configurația peer"
@@ -1432,7 +1436,7 @@ msgid "Bridge VLAN filtering"
msgstr "Filtrarea VLAN a punții"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Dispozitiv punte"
@@ -1449,7 +1453,7 @@ msgstr "Porturile punții"
msgid "Bridge traffic table \"%h\""
msgstr "Tabel de trafic punte \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Numărul unității de punte"
@@ -1542,7 +1546,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1677,17 +1681,17 @@ msgstr "Schimbă parola de administrator pentru accesarea dispozitivului"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Canal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Analizarea canalelor"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Lățimea canalului"
@@ -1922,7 +1926,7 @@ msgstr ""
"Configurează modul de funcționare a serviciului proxy NDP pe această "
"interfață."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Configurați…"
@@ -1950,7 +1954,7 @@ msgstr "Încercarea de conectare a eșuat"
msgid "Connection attempt failed."
msgstr "Încercarea de conectare a eșuat."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Punct final de conexiune"
@@ -2043,7 +2047,7 @@ msgstr "Densitatea celulelor de acoperire"
msgid "Create / Assign firewall-zone"
msgstr "Creați / Atribuiți o zonă de firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Creați interfața"
@@ -2137,6 +2141,12 @@ msgstr "Client DHCP"
msgid "DHCP-Options"
msgstr "Opțiuni-DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2162,7 +2172,7 @@ msgstr "Redirecționări DNS"
msgid "DNS query port"
msgstr "Port de interogare DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Domenii de căutare DNS"
@@ -2174,7 +2184,7 @@ msgstr "Portul serverului DNS"
msgid "DNS setting is invalid"
msgstr "Setarea DNS nu este valabilă"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Pondere DNS"
@@ -2198,7 +2208,7 @@ msgstr "Timpul de așteptare DPD Idle"
msgid "DS-Lite AFTR address"
msgstr "Adresa DS-Lite AFTR"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2207,7 +2217,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Starea DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Mod linie DSL"
@@ -2276,7 +2286,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Definește un MTU specific pentru această rută"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delegați prefixele IPv6"
@@ -2363,8 +2373,8 @@ msgstr "Zonă de destinație"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2399,7 +2409,7 @@ msgstr "Numele dispozitivului"
msgid "Device not managed by ModemManager."
msgstr "Dispozitivul nu este gestionat de ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Dispozitivul nu este prezent"
@@ -2415,7 +2425,7 @@ msgstr "Dispozitiv inaccesibil!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Nu se poate contacta dispozitivul! Se așteaptă dispozitivul..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Dispozitive"
@@ -2675,7 +2685,7 @@ msgstr "Descărcați backup-ul"
msgid "Download mtdblock"
msgstr "Descărcați mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Decalaj SNR în flux"
@@ -2978,7 +2988,7 @@ msgstr ""
"Transfer Protocol\">HTTP</abbr> către portul <abbr title=\"Hypertext "
"Transfer Protocol Secure\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -3013,7 +3023,7 @@ msgstr "Activare multicast querier"
msgid "Enable multicast support"
msgstr "Activați suportul multicast"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3096,8 +3106,8 @@ msgstr "Activează protocolul Spanning Tree pe acest pod"
msgid "Encapsulation limit"
msgstr "Limita încapsulării"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Modul de incapsulare"
@@ -3221,7 +3231,7 @@ msgstr "Extindeți gazdele"
msgid "Expected port number."
msgstr "Numărul de port așteptat."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Așteptând un indiciu de atribuire hexazecimală"
@@ -3474,7 +3484,7 @@ msgstr "Starea Firewall-ului"
msgid "Firewall mark"
msgstr "Marca Firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Fișier firmware"
@@ -3508,6 +3518,10 @@ msgstr "Operațiuni de scriere"
msgid "Flashing…"
msgstr "Scriere…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3545,7 +3559,7 @@ msgstr "Forțați TKIP și CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Forțați legătura"
@@ -3616,7 +3630,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Mod de redirecționare"
@@ -3697,7 +3711,7 @@ msgid "General Settings"
msgstr "Setări generale"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3719,11 +3733,11 @@ msgstr "Generarea locală a PMK"
msgid "Generate archive"
msgstr "Generați arhivă"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Generarea configurației"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Generarea configurației…"
@@ -3740,7 +3754,7 @@ msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
"Generează o configurație potrivită pentru a fi importată pe un peer WireGuard"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Generarea de coduri QR…"
@@ -3754,7 +3768,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Setări generale"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Opțiuni de rețea globală"
@@ -4092,7 +4106,7 @@ msgstr "Adresa IP este invalidă"
msgid "IP address is missing"
msgstr "Adresa IP lipsește"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4264,6 +4278,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "Vecini IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Setări IPv6 RA"
@@ -4280,7 +4298,7 @@ msgstr "Rutarea IPv6"
msgid "IPv6 Settings"
msgstr "Setări IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA-Prefixul"
@@ -4294,12 +4312,12 @@ msgstr "Conexiune IPv6 externă"
msgid "IPv6 address"
msgstr "Adresa IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Indicație de atribuire IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Lungimea alocării IPv6"
@@ -4315,7 +4333,7 @@ msgstr "Rețeaua IPv6 în notație adresă/mască de rețea"
msgid "IPv6 only"
msgstr "Doar IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "Preferința IPv6"
@@ -4324,7 +4342,7 @@ msgstr "Preferința IPv6"
msgid "IPv6 prefix"
msgstr "Prefix IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Filtru de prefix IPv6"
@@ -4338,11 +4356,11 @@ msgstr "Lungimea prefixului IPv6"
msgid "IPv6 routed prefix"
msgstr "Prefix rutat IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Rutarea la sursă IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Sufixul IPv6"
@@ -4399,7 +4417,7 @@ msgstr "Dacă este bifat, adaugă \"+ipv6\" la opțiunile pppd"
msgid "If checked, encryption is disabled"
msgstr "Dacă este bifat, criptarea este dezactivată"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4438,14 +4456,14 @@ msgstr ""
"<strong>reconectare manuală la noul IP</strong> în termen de %d secunde "
"pentru a confirma setările, în caz contrar modificările vor fi anulate."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Dacă nu este bifat, nu este configurată nicio rută implicită"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -5009,7 +5027,7 @@ msgstr "Intervalul de ecou LCP"
msgid "LED Configuration"
msgstr "Configurarea LED-urilor"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5243,7 +5261,7 @@ msgstr "Încărcare medie"
msgid "Load configuration…"
msgstr "Încărcați configurația…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5310,7 +5328,7 @@ msgstr "Pornire locală"
msgid "Local Time"
msgstr "Ora locală"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "ULA locală"
@@ -5414,7 +5432,7 @@ msgstr "Modul de compatibilitate Lua activ"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "Adresa MAC"
@@ -5427,7 +5445,7 @@ msgid "MAC Address For The Actor"
msgstr "Adresa MAC pentru actor"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5491,7 +5509,7 @@ msgid "MII Interval"
msgstr "Intervalul MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5733,7 +5751,7 @@ msgstr "Domeniul de mobilitate"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Mod"
@@ -5918,7 +5936,7 @@ msgstr "Serverele NTP candidate"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5989,7 +6007,7 @@ msgid "Network bridge configuration migration"
msgstr "Migrarea configurației punților de rețea"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Dispozitiv de rețea"
@@ -6041,11 +6059,11 @@ msgstr ""
"Nu redirecționați niciodată domeniile și subdomeniile care corespund, "
"rezolvați numai din DHCP sau din fișierele hosts."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Nu se poate crea o nouă interfață pentru \"%s\": %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Nume nou interfață…"
@@ -6138,7 +6156,7 @@ msgstr "Fără intrări disponibile"
msgid "No entries in this directory"
msgstr "Fără intrări în acest director"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6221,7 +6239,7 @@ msgid "No validation or filtering"
msgstr "Nu există validare sau filtrare"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Nici o zonă atribuită"
@@ -6521,7 +6539,7 @@ msgstr ""
"Opțional. Marca de 32 de biți pentru pachetele criptate de ieșire. "
"Introduceți valoarea în hexazecimal, începând cu <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6689,11 +6707,11 @@ msgstr "Zona de ieșire"
msgid "Overlap"
msgstr "Suprapunere"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Suprascrie tabelul de rutare IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Suprascrie tabelul de rutare IPv6"
@@ -6891,7 +6909,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Modul de transfer al pachetelor)"
@@ -6903,7 +6921,7 @@ msgstr "Setări PXE/TFTP"
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Direcționarea pachetelor"
@@ -6933,7 +6951,7 @@ msgstr[1] ""
msgstr[2] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Parte din zonă %q"
@@ -7191,6 +7209,10 @@ msgstr "Preferați LTE"
msgid "Prefer UMTS"
msgstr "Preferați UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7301,7 +7323,7 @@ msgstr "Protocol."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7599,7 +7621,7 @@ msgstr "Redirecționare către sistemul local"
msgid "References"
msgstr "Referințe"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Reîmprospătare canale"
@@ -7704,7 +7726,7 @@ msgstr "Eliminați adresele IPv4 din rezultate și returnați numai adrese IPv6.
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr "Eliminați adresele IPv6 din rezultate și returnați numai adrese IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Îndepărtarea din configurație a setărilor dispozitivelor aferente"
@@ -8151,7 +8173,7 @@ msgstr "Chei SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8321,7 +8343,7 @@ msgstr ""
"Setați interfața ca secundară externă NDP-Proxy. Valoarea implicită este "
"dezactivată."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8431,7 +8453,7 @@ msgstr "Închideți această interfață"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8947,7 +8969,7 @@ msgstr "Specificați aici cheia secretă de criptare."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "ADSL fără splitter (G.992.2) Anexă A"
@@ -8977,7 +8999,7 @@ msgid "Starting configuration apply…"
msgstr "Se aplică configurația de pornire…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Se pornește scanarea wireless..."
@@ -9304,7 +9326,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9519,7 +9541,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Adresa porții de acces nu trebuie să fie o adresă IP locală"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9564,11 +9586,11 @@ msgstr "Numele de gazdă al serverului de boot-are"
msgid "The interface could not be found"
msgstr "Interfața nu a putut fi găsită"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Numele interfeței este deja folosit"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Numele interfeței este prea lung"
@@ -9672,7 +9694,7 @@ msgstr ""
"conexiune la o rețea mai mare, cum ar fi internetul, și alte porturi pentru "
"o rețea locală."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9806,8 +9828,8 @@ msgstr ""
"Fișierul de imagine încărcat nu conține un format acceptat. Asigurați-vă că "
"ați ales formatul de imagine generic pentru platforma dvs."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Valoarea este suprascrisă de configurare."
@@ -10034,7 +10056,7 @@ msgstr ""
"rezervă generată anterior. Pentru a reseta firmware-ul la starea inițială, "
"faceți clic pe „Efectuați resetarea” (posibil numai cu imaginile squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tonalitate"
@@ -10142,7 +10164,7 @@ msgstr "Interfață de tunel"
msgid "Tunnel Link"
msgstr "Tunel de legătură"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Dispozitiv de tunel"
@@ -10151,7 +10173,7 @@ msgid "Tx-Power"
msgstr "Puterea transmisiei"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10269,7 +10291,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "Nu se poate verifica PIN-ul"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Neconfigurați"
@@ -10281,7 +10303,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Format neașteptat al datelor de răspuns"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10467,7 +10489,7 @@ msgstr "Utilizați poarta de acces a DHCP"
msgid "Use DHCPv6"
msgstr "Utilizați DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10522,23 +10544,23 @@ msgstr "Utilizați ca sistem de fișiere rădăcină (/)"
msgid "Use broadcast flag"
msgstr "Utilizați indicatorul de difuzare"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Utilizați managementul IPv6 încorporat"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Utilizați servere DNS personalizate"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Utilizați poarta de acces implicită"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10647,11 +10669,11 @@ msgstr "Nume Utilizator"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Utilizați tabelul de flux <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux (Multiplexarea circuitelor virtuale)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10661,12 +10683,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Agregator virtual de porturi Ethernet)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10789,7 +10811,7 @@ msgid "Very High"
msgstr "Foarte mare"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Ethernet virtual"
@@ -10876,7 +10898,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11147,9 +11169,9 @@ msgstr ""
msgid "any"
msgstr "oricare"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11177,7 +11199,7 @@ msgstr "automat (activat)"
msgid "baseT"
msgstr "bazăT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "cu punte"
@@ -11243,7 +11265,7 @@ msgstr "Dezactivat"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11307,7 +11329,7 @@ msgid "hexadecimal encoded value"
msgstr "valoare codificată în hexazecimal"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "ascuns"
@@ -11473,7 +11495,7 @@ msgstr ""
msgid "relay mode"
msgstr "mod releu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "rutat"
diff --git a/modules/luci-base/po/ru/base.po b/modules/luci-base/po/ru/base.po
index 441f61661b..3dd03b4ecd 100644
--- a/modules/luci-base/po/ru/base.po
+++ b/modules/luci-base/po/ru/base.po
@@ -2,8 +2,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LuCI: base\n"
"POT-Creation-Date: 2010-05-09 01:01+0300\n"
-"PO-Revision-Date: 2023-09-04 07:58+0000\n"
-"Last-Translator: st7105 <st7105@gmail.com>\n"
+"PO-Revision-Date: 2023-09-26 07:17+0000\n"
+"Last-Translator: Max S Kash <asukms@ya.ru>\n"
"Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/luci/ru/>"
"\n"
"Language: ru\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
"Project-Info: Это технический перевод, не дословный. Главное-удобный русский "
"интерфейс, все проверялось в графическом режиме, совместим с другими apps\n"
@@ -25,7 +25,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" таблица \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f дБ"
@@ -149,6 +149,7 @@ msgstr[1] "%d флага"
msgstr[2] "%d флагов"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr "12h (12 часов - по умолчанию)"
@@ -167,6 +168,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr "3h (3 часа)"
@@ -189,6 +191,7 @@ msgid "5 Minute Load:"
msgstr "Нагрузка за 5 минут:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr "5m (5 минут)"
@@ -198,6 +201,7 @@ msgstr ""
"6-октетный идентификатор в виде шестнадцатеричной строки - без двоеточий"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr "7d (7 дней)"
@@ -411,83 +415,83 @@ msgstr "Директория с таким же именем уже сущест
msgid "A new login is required since the authentication session expired."
msgstr "Необходима авторизация."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
-msgstr "ADSL (all variants) Annex A/L/M"
+msgstr "ADSL (все варианты) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
-msgstr "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
+msgstr "ADSL (все варианты) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
-msgstr "ADSL (all variants) Annex B"
+msgstr "ADSL (все варианты) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
-msgstr "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
+msgstr "ADSL (все варианты) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
-msgstr "ADSL (all variants) Annex B/J"
+msgstr "ADSL (все варианты) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
-msgstr "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
+msgstr "ADSL (все варианты) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
-msgstr "ADSL (all variants) Annex M"
+msgstr "ADSL (все варианты) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -547,25 +551,25 @@ msgstr ""
"это не Directed Multicast Service (DMS) в 802.11v. Примечание: может "
"нарушить ожидаемые многоадресные рассылки приемника STA."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (режим асинхронной передачи)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM мосты"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM идентификатор виртуального канала (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM идентификатор виртуального пути (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -575,7 +579,7 @@ msgstr ""
"как виртуальные сетевые интерфейсы Linux, которые могут использоваться "
"совместно с DHCP или PPP для набора номера в сети провайдера."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM номер устройства"
@@ -692,7 +696,7 @@ msgstr "Адаптивная балансировка нагрузки пере
msgid "Add"
msgstr "Добавить"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Добавить ATM мост"
@@ -712,11 +716,11 @@ msgstr "Добавить действие LED"
msgid "Add VLAN"
msgstr "Добавить VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Добавление конфигурации устройства"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Добавить конфигурацию устройства…"
@@ -736,7 +740,7 @@ msgstr ""
"Добавить локальный суффикс домена для имен из файла hosts (/etc/hosts)."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Добавить новый интерфейс..."
@@ -802,7 +806,7 @@ msgstr "Администрирование"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -929,7 +933,7 @@ msgstr ""
"Разрешить пользователю <em>root</em> входить в систему с помощью пароля"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Разрешенные IP-адреса"
@@ -984,7 +988,7 @@ msgstr "При сохранении формы произошла ошибка:"
msgid "An optional, short description for this device"
msgstr "Необязательное, краткое описание для этого устройства"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1095,7 +1099,7 @@ msgstr "Архитектура"
msgid "Arp-scan"
msgstr "Arp-скан"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1105,7 +1109,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr "Присвоить этой записи новые, произвольные теги."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1195,7 +1199,7 @@ msgstr ""
"Автоматическая проверка файловой системы раздела на ошибки, перед "
"монтированием"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1247,11 +1251,11 @@ msgstr "Средняя:"
msgid "Avoid Bridge Loops"
msgstr "Избегать мостовых петель"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1266,7 +1270,7 @@ msgstr "BSS переход"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1280,7 +1284,7 @@ msgstr "Назад"
msgid "Back to Overview"
msgstr "Назад к обзору"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Вернуться к конфигурации узла"
@@ -1438,7 +1442,7 @@ msgid "Bridge VLAN filtering"
msgstr "Фильтрация VLAN моста"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Мост"
@@ -1455,7 +1459,7 @@ msgstr "Порты моста"
msgid "Bridge traffic table \"%h\""
msgstr "Таблица трафика моста «%h»"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Номер моста"
@@ -1548,7 +1552,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1684,17 +1688,17 @@ msgstr "Изменить пароль администратора для дос
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Канал"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Анализ каналов"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Ширина канала"
@@ -1927,7 +1931,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "Конфигурирует режим работы службы NDP прокси на этом интерфейсе."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Настроить…"
@@ -1955,7 +1959,7 @@ msgstr "Ошибка попытки соединения"
msgid "Connection attempt failed."
msgstr "Ошибка попытки соединения."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Конечный узел для подключения"
@@ -2048,7 +2052,7 @@ msgstr "Плотность точек покрытия"
msgid "Create / Assign firewall-zone"
msgstr "Создать / назначить зону межсетевого экрана"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Создать интерфейс"
@@ -2141,6 +2145,12 @@ msgstr "DHCP-клиент"
msgid "DHCP-Options"
msgstr "DHCP настройки"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2166,7 +2176,7 @@ msgstr "Перенаправление запросов DNS"
msgid "DNS query port"
msgstr "<abbr title=\"Система доменных имён\">DNS</abbr> порт запроса"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Домены поиска DNS"
@@ -2178,7 +2188,7 @@ msgstr "<abbr title=\"Система доменных имен\">DNS</abbr> по
msgid "DNS setting is invalid"
msgstr "Неверная настройка параметра DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Вес DNS"
@@ -2202,7 +2212,7 @@ msgstr "DPD время простоя"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR-адрес"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2211,7 +2221,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Состояние DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL линейный режим"
@@ -2280,7 +2290,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Определяет специальный MTU для этого маршрута"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Делегировать IPv6 префиксы"
@@ -2367,8 +2377,8 @@ msgstr "Зона назначения"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2403,7 +2413,7 @@ msgstr "Имя устройства"
msgid "Device not managed by ModemManager."
msgstr "Устройство не управляется ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Устройство отсутствует"
@@ -2419,7 +2429,7 @@ msgstr "Устройство недоступно!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Устройство недоступно! Ожидание устройства..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Устройства"
@@ -2682,7 +2692,7 @@ msgstr "Загрузить резервную копию"
msgid "Download mtdblock"
msgstr "Скачать MTD раздел"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "SNR offset внутренней сети"
@@ -2986,7 +2996,7 @@ msgstr ""
"abbr> на порт <abbr title=\"Hypertext Transfer Protocol Secure\">HTTPS</"
"abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -3021,7 +3031,7 @@ msgstr "Включить мультикаст querier"
msgid "Enable multicast support"
msgstr "Включить поддержку мультикаста"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3104,8 +3114,8 @@ msgstr "Включает Spanning Tree Protocol на этом мосту"
msgid "Encapsulation limit"
msgstr "Предел инкапсуляции"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Режим инкапсуляции"
@@ -3229,7 +3239,7 @@ msgstr "Расширять имена узлов"
msgid "Expected port number."
msgstr "Ожидается номер порта."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Ожидается шестнадцатеричное значение подсказки присвоения"
@@ -3289,7 +3299,7 @@ msgstr "Внешний R0 Key Holder List"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1606
msgid "External R1 Key Holder List"
-msgstr "Внешний R0 Key Holder List"
+msgstr "Внешний R1 Key Holder List"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:167
msgid "External system log server"
@@ -3486,7 +3496,7 @@ msgstr "Состояние межсетевого экрана"
msgid "Firewall mark"
msgstr "Метка межсетевого экрана"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Файл прошивки"
@@ -3520,6 +3530,10 @@ msgstr "Операции с прошивкой"
msgid "Flashing…"
msgstr "Прошивка…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3557,7 +3571,7 @@ msgstr "Назначить TKIP и CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr "Принудительная трансляция ответа DHCP."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Принудительное подключение (Force link)"
@@ -3627,7 +3641,7 @@ msgstr "Пересылать мультикаст пакеты в виде юн
msgid "Forward/reverse DNS"
msgstr "Прямой/обратный DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Режим перенаправления"
@@ -3708,7 +3722,7 @@ msgid "General Settings"
msgstr "Основные настройки"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3730,11 +3744,11 @@ msgstr "Создать PMK локально"
msgid "Generate archive"
msgstr "Создать архив"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Сгенерировать конфигурацию"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Генерация конфигурации…"
@@ -3750,7 +3764,7 @@ msgstr "Сгенерировать предварительный ключ"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "Создает конфигурацию, подходящую для импорта на узле WireGuard"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Генерация QR-кода…"
@@ -3762,7 +3776,7 @@ msgstr "Введённые пароли не совпадают, пароль н
msgid "Global Settings"
msgstr "Общие настройки"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Основные настройки сети"
@@ -4101,7 +4115,7 @@ msgstr "Неверный IP-адрес"
msgid "IP address is missing"
msgstr "IP-адрес не указан"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4273,6 +4287,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "IPv6 соседи (neighbours)"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Настройки IPv6 RA"
@@ -4289,7 +4307,7 @@ msgstr "Правила IPv6"
msgid "IPv6 Settings"
msgstr "Настройки IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA-префикс"
@@ -4303,12 +4321,12 @@ msgstr "Подключение IPv6 (upstream)"
msgid "IPv6 address"
msgstr "IPv6-адрес"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6 подсказка присвоения"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6 назначение длины"
@@ -4324,7 +4342,7 @@ msgstr "Сеть IPv6 в формате адрес/маска подсети"
msgid "IPv6 only"
msgstr "Только IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "IPv6 привелегии"
@@ -4333,7 +4351,7 @@ msgstr "IPv6 привелегии"
msgid "IPv6 prefix"
msgstr "Префикс IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Фильтр IPv6 префикса"
@@ -4347,11 +4365,11 @@ msgstr "Длина префикса IPv6"
msgid "IPv6 routed prefix"
msgstr "IPv6 направление префикса"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Явная маршрутизация IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6 суффикс"
@@ -4411,7 +4429,7 @@ msgstr "Если включено, к опциям pppd добавляется
msgid "If checked, encryption is disabled"
msgstr "Если выбрано, то шифрование выключено"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4451,14 +4469,14 @@ msgstr ""
"использованием нового IP-адреса</strong> для подтверждения настроек, в "
"противном случае изменения будут автоматически отменены."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Если не выбрано, то маршрут по умолчанию не настраивается"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -5031,7 +5049,7 @@ msgstr "Интервал эхо-запросов LCP"
msgid "LED Configuration"
msgstr "Индикаторы"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5261,7 +5279,7 @@ msgstr "Нагрузка (1, 5, 15м)"
msgid "Load configuration…"
msgstr "Загрузка конфигурации…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5328,7 +5346,7 @@ msgstr "Запуск пакетов и служб пользователя, пр
msgid "Local Time"
msgstr "Время"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Локальный ULA"
@@ -5432,7 +5450,7 @@ msgstr "Режим совместимости с Lua активен"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC-адрес"
@@ -5445,7 +5463,7 @@ msgid "MAC Address For The Actor"
msgstr "MAC-адрес для актора"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5509,7 +5527,7 @@ msgid "MII Interval"
msgstr "MII интервал"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5760,7 +5778,7 @@ msgstr "Мобильный домен"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Режим"
@@ -5944,7 +5962,7 @@ msgstr "Список NTP-серверов"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -6015,7 +6033,7 @@ msgid "Network bridge configuration migration"
msgstr "Миграция конфигурации сетевого моста"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Сетевое устройство"
@@ -6068,11 +6086,11 @@ msgstr ""
"передаются. И разрешаются только из файла DHCP (/etc/config/dhcp) или файла "
"hosts (/etc/hosts)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Новый интерфейс для «%s» не может быть создан: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Новое имя интерфейса…"
@@ -6164,7 +6182,7 @@ msgstr "Нет доступных записей"
msgid "No entries in this directory"
msgstr "Нет элементов в этом каталоге"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6248,7 +6266,7 @@ msgid "No validation or filtering"
msgstr "Без проверки или фильтрации"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Зона не присвоена"
@@ -6549,7 +6567,7 @@ msgstr ""
"Необязательно. 32-разрядная метка для исходящих зашифрованных пакетов. "
"Введите значение в шестнадцатеричной форме, начиная с <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6716,11 +6734,11 @@ msgstr "Исходящая зона"
msgid "Overlap"
msgstr "Перекрытие"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Переопределить таблицу маршрутизации IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Переопределить таблицу маршрутизации IPv6"
@@ -6918,7 +6936,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Режим передачи пакетов)"
@@ -6930,7 +6948,7 @@ msgstr "Настройки PXE/TFTP"
msgid "Packet Service State"
msgstr "Состояние пакетной службы"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Управление пакетами (packet steering)"
@@ -6960,7 +6978,7 @@ msgstr[1] "Части сети:"
msgstr[2] "Частей сети:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Часть зоны %q"
@@ -7217,6 +7235,10 @@ msgstr "Предпочитать LTE"
msgid "Prefer UMTS"
msgstr "Предпочитать UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr "Предпочтительная сетевая технология"
@@ -7327,7 +7349,7 @@ msgstr "Прот."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7628,7 +7650,7 @@ msgstr "Переадресовать на локальную систему"
msgid "References"
msgstr "Ссылки"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Обновить каналы"
@@ -7732,7 +7754,7 @@ msgstr "Удалить адреса IPv4 из результатов и возв
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr "Удалить адреса IPv6 из результатов и возвращать только адреса IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Удалить связанные параметры устройства из конфигурации"
@@ -8177,7 +8199,7 @@ msgstr "SSH ключи"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8343,7 +8365,7 @@ msgstr "Установить поле заголовка <var>%s</var> в <stron
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr "Назначить интерфейс внешним ведомым NDP-Proxy. По умолчанию выключено."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8455,7 +8477,7 @@ msgstr "Выключить этот интерфейс"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8969,7 +8991,7 @@ msgstr "Укажите закрытый ключ."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr "Скорость: %d Mibit/s, Дуплекс: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "Splitterless ADSL (G.992.2) Annex A"
@@ -8999,7 +9021,7 @@ msgid "Starting configuration apply…"
msgstr "Применение конфигурации…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Начато сканирование беспроводных сетей..."
@@ -9323,7 +9345,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr "DHCPv6-DUID (уникальный идентификатор DHCP) данного хоста."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9527,7 +9549,7 @@ msgstr "Частота прямо пропорциональна 1-минутн
msgid "The gateway address must not be a local IP address"
msgstr "Адрес шлюза не должен быть локальным IP-адресом"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9571,11 +9593,11 @@ msgstr "Имя хоста сервера загрузки"
msgid "The interface could not be found"
msgstr "Не удалось найти интерфейс"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Имя интерфейса уже используется"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Имя интерфейса слишком длинное"
@@ -9678,7 +9700,7 @@ msgstr ""
"внешней сети, например к Интернету и другие порты предназначенные для "
"внутренней — локальной сети."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9812,8 +9834,8 @@ msgstr ""
"Загруженный файл прошивки не поддерживается. Проверьте, что вы загрузили "
"подходящую прошивку для чипа вашего устройства."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Значение переопределено конфигурацией."
@@ -10036,7 +10058,7 @@ msgstr ""
"<br />Чтобы восстановить настройки из ранее созданной резервной копии, "
"нажмите \"Выбрать архив\"."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Тон"
@@ -10144,7 +10166,7 @@ msgstr "Туннель"
msgid "Tunnel Link"
msgstr "Ссылка на туннель"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Туннель"
@@ -10153,7 +10175,7 @@ msgid "Tx-Power"
msgstr "Мощность передатчика"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10271,7 +10293,7 @@ msgstr "Невозможно установить предпочтительны
msgid "Unable to verify PIN"
msgstr "Не удается проверить PIN-код"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Сброс"
@@ -10283,7 +10305,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Не ожидаемый формат данных ответа"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10299,7 +10321,7 @@ msgstr ""
#: modules/luci-compat/luasrc/model/network.lua:971
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:17
msgid "Unknown"
-msgstr "Неизвестно"
+msgstr "Неизвестный"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:12
msgid "Unknown and unsupported connection method."
@@ -10468,7 +10490,7 @@ msgstr "Использовать шлюз DHCP"
msgid "Use DHCPv6"
msgstr "Использовать DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10523,23 +10545,23 @@ msgstr "Использовать как корень (/)"
msgid "Use broadcast flag"
msgstr "Использовать широковещательный флаг"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Использовать встроенный IPv6-менеджмент"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Использовать собственные DNS сервера"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Использовать шлюз по умолчанию"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10650,11 +10672,11 @@ msgstr "Имя пользователя"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Использовать flow-таблицу <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10664,12 +10686,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Virtual Ethernet Port Aggregator)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10793,7 +10815,7 @@ msgid "Very High"
msgstr "Очень высокая"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Виртуальный Ethernet"
@@ -10883,7 +10905,7 @@ msgstr ""
"Если хост совпадает с записью, то устанавливается специальный тег <em>known</"
"em>. Используйте <em>known</em> для соответствия всем известным хостам."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11155,9 +11177,9 @@ msgstr ""
msgid "any"
msgstr "любой"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11185,7 +11207,7 @@ msgstr "автоматически (включено)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "соед. мостом"
@@ -11251,7 +11273,7 @@ msgstr "отключить"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11315,7 +11337,7 @@ msgid "hexadecimal encoded value"
msgstr "значение в шестнадцатеричном представлении"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "скрытый"
@@ -11480,7 +11502,7 @@ msgstr ""
msgid "relay mode"
msgstr "режим передачи"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "маршрутизируемый"
diff --git a/modules/luci-base/po/sk/base.po b/modules/luci-base/po/sk/base.po
index 751f67a982..6e276e4bb5 100644
--- a/modules/luci-base/po/sk/base.po
+++ b/modules/luci-base/po/sk/base.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2023-09-03 01:39+0000\n"
+"PO-Revision-Date: 2023-10-05 19:12+0000\n"
"Last-Translator: MaycoH <hudec.marian@hotmail.com>\n"
"Language-Team: Slovak <https://hosted.weblate.org/projects/openwrt/luci/sk/>"
"\n"
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -21,7 +21,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -148,8 +148,9 @@ msgstr[1] ""
msgstr[2] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
-msgstr ""
+msgstr "12h (12 hodín - predvolené)"
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/load.js:253
msgid "15 Minute Load:"
@@ -166,8 +167,9 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
-msgstr ""
+msgstr "3h (3 hodiny)"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:59
msgctxt "sstp log level value"
@@ -188,16 +190,18 @@ msgid "5 Minute Load:"
msgstr "5 minút zaťaženia:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
-msgstr ""
+msgstr "5m (5 minút)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1591
msgid "6-octet identifier as a hex string - no colons"
msgstr "6-identifikátor oktetu ako hexadecimálny reťazec - bez dvojbodiek"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
-msgstr ""
+msgstr "7d (7 dní)"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1614
msgid "802.11k RRM"
@@ -404,83 +408,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"Vyžaduje sa nové prihlásenie, pretože overenie totožnosti relácie vypršalo."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (všetky varianty) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (všetky varianty) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (všetky varianty) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (všetky varianty) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (všetky varianty) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (všetky varianty) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (všetky varianty) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -539,32 +543,32 @@ msgstr ""
"802.11v. Poznámka: môže narušiť očakávania STA prijímača týkajúce sa "
"multicastového vysielania."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Asynchrónny režim prenosu)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Mosty ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Číslo zariadenia ATM"
@@ -683,7 +687,7 @@ msgstr "Adaptívne vyrovnávanie záťaže odosielania (balance-tlb, 5)"
msgid "Add"
msgstr "Pridať"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Pridať premostenie ATM"
@@ -703,11 +707,11 @@ msgstr "Pridať akciu LED"
msgid "Add VLAN"
msgstr "Pridať VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Pridať konfiguráciu zariadenia"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Pridať konfiguráciu zariadenia…"
@@ -726,7 +730,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Pridať príponu lokálnej domény k menám poskytovaným zo súborov hosts."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Pridať nové rozhranie..."
@@ -792,7 +796,7 @@ msgstr "Administrácia"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -911,7 +915,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Povoliť užívateľovi <em>root</em> prihlásenie pomocou hesla"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Povolené IP adresy"
@@ -971,7 +975,7 @@ msgstr "Pri ukladaní formulára došlo k chybe:"
msgid "An optional, short description for this device"
msgstr "Voliteľný, krátky popis tohto zariadenia"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1084,7 +1088,7 @@ msgstr "Architektúra"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1094,7 +1098,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1133,7 +1137,7 @@ msgstr ""
#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:145
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:64
msgid "Auth Group"
-msgstr ""
+msgstr "Autorizačná skupina"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1706
msgid "Authentication"
@@ -1178,7 +1182,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr "Automaticky skontrolovať súborový systém na chyby pred pripojením"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1230,11 +1234,11 @@ msgstr "Priemer:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1249,7 +1253,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1263,7 +1267,7 @@ msgstr "Späť"
msgid "Back to Overview"
msgstr "Späť na prehľad"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1410,7 +1414,7 @@ msgid "Bridge VLAN filtering"
msgstr "Filtrovanie VLAN mostu"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
#, fuzzy
msgid "Bridge device"
msgstr "Zariadenie mostu"
@@ -1429,7 +1433,7 @@ msgstr "Porty mostu"
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1519,7 +1523,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1646,17 +1650,17 @@ msgstr "Zmení heslo správcu pre prístup k zariadeniu"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanál"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Analýza kanálov"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Šírka kanála"
@@ -1875,7 +1879,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Nastaviť…"
@@ -1901,9 +1905,9 @@ msgstr "Pokus o pripojenie zlyhal"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:8
msgid "Connection attempt failed."
-msgstr ""
+msgstr "Pokus o pripojenie zlyhal."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1992,7 +1996,7 @@ msgstr "Hustota pokrytia buniek"
msgid "Create / Assign firewall-zone"
msgstr "Vytvoriť / priradiť zónu brány firewall"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Vytvoriť rozhranie"
@@ -2088,6 +2092,12 @@ msgstr "Klient DHCP"
msgid "DHCP-Options"
msgstr "Voľby DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2113,7 +2123,7 @@ msgstr "Presmerovania DNS"
msgid "DNS query port"
msgstr "Port dotazu <abbr title=\"Domain Name System\">DNS</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS vyhľadávacie domény"
@@ -2125,7 +2135,7 @@ msgstr "Port <abbr title=\"Doménový názvový systém\">DNS</abbr> servera"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Váha DNS"
@@ -2149,7 +2159,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2158,7 +2168,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Stav DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Režim linky DSL"
@@ -2223,7 +2233,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Delegovať predpony IPv6"
@@ -2310,8 +2320,8 @@ msgstr "Cieľová zóna"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2340,19 +2350,19 @@ msgstr "Zariadenie sa reštartuje…"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:495
msgid "Device name"
-msgstr ""
+msgstr "Názov zariadenia"
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:10
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:395
msgid "Device type"
-msgstr ""
+msgstr "Typ zariadenia"
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4590
msgid "Device unreachable!"
@@ -2362,7 +2372,7 @@ msgstr "Zariadenie neprístupné!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Zariadenie nie je dosiahnuteľné! Na zariadenie sa stále čaká..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Zariadenia"
@@ -2615,7 +2625,7 @@ msgstr "Stiahnuť zálohu"
msgid "Download mtdblock"
msgstr "Stiahnuť mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2910,7 +2920,7 @@ msgstr ""
"Transfer Protocol\">HTTP</abbr> na port <abbr title=\"Hypertext Transfer "
"Protocol Secure\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr "Povoliť delegovanie nadol IPv6 predpôn dostupných na tomto rozhraní"
@@ -2943,7 +2953,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
#, fuzzy
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
@@ -3026,8 +3036,8 @@ msgstr "Povolí Spanning Tree Protocol na tomto moste"
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3149,7 +3159,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3397,7 +3407,7 @@ msgstr "Stav brány Firewall"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Súbor firmvéru"
@@ -3431,6 +3441,10 @@ msgstr "Operácie nahrávania"
msgid "Flashing…"
msgstr "Nahráva sa…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3468,7 +3482,7 @@ msgstr "Vynútiť TKIP a CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Vynútené spojenie"
@@ -3529,7 +3543,7 @@ msgstr "Preposielať multicast pakety ako unicast pakety na tomto zariadení."
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Režim presmerovania"
@@ -3608,7 +3622,7 @@ msgid "General Settings"
msgstr "Všeobecné nastavenia"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3630,11 +3644,11 @@ msgstr ""
msgid "Generate archive"
msgstr "Generovať archív"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3650,7 +3664,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3662,7 +3676,7 @@ msgstr ""
msgid "Global Settings"
msgstr "Globálne nastavenia"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Globálne voľby siete"
@@ -4001,7 +4015,7 @@ msgstr "Adresa IP je neplatná"
msgid "IP address is missing"
msgstr "Chýba adresa IP"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4171,6 +4185,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr "IPv6 susedia"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4187,7 +4205,7 @@ msgstr "Pravidlá IPv6"
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4201,14 +4219,15 @@ msgstr ""
msgid "IPv6 address"
msgstr "Adresa IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
+#, fuzzy
msgid "IPv6 assignment length"
-msgstr ""
+msgstr "Dĺžka priradenia IPv6"
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:188
msgid "IPv6 gateway"
@@ -4222,18 +4241,18 @@ msgstr ""
msgid "IPv6 only"
msgstr "Iba IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
-msgstr ""
+msgstr "Preferencia IPv6"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:53
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:59
msgid "IPv6 prefix"
msgstr "IPv6 prefix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
-msgstr ""
+msgstr "Filter prefixov IPv6"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6rd.js:57
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:63
@@ -4242,16 +4261,18 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:192
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/6in4.js:57
+#, fuzzy
msgid "IPv6 routed prefix"
-msgstr ""
+msgstr "Smerovaný prefix IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
+#, fuzzy
msgid "IPv6 suffix"
-msgstr ""
+msgstr "Prípona IPv6"
#: protocols/luci-proto-sstp/htdocs/luci-static/resources/protocol/sstp.js:51
msgid "IPv6 support"
@@ -4306,11 +4327,14 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr "Ak je zaškrtnuté, šifrovanie bude zakázané"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
+#, fuzzy
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
msgstr ""
+"Ak je nastavené, podriadené podsiete sa prideľujú len z daných tried "
+"prefixov IPv6."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:197
msgid "If set, the meaning of the match options is inverted"
@@ -4340,7 +4364,7 @@ msgstr ""
"<strong>manuálne opätovné pripojenie k novej IP</strong> do %d sekúnd pre "
"potvrdenie nastavení, inak budú zmeny vrátené späť."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
@@ -4350,7 +4374,7 @@ msgstr ""
"Ak nie je začiarknuté, nie je nakonfigurovaný žiadny predvolený smerovací "
"záznam"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4789,7 +4813,7 @@ msgstr "Pripojiť sa k sieti: Prehľadanie bezdrôtovej siete"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2134
msgid "Joining Network: %q"
-msgstr "Pripája sa k sieti: %q"
+msgstr "Pripojenie k sieti: %q"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:172
msgid "Jump to rule"
@@ -4893,7 +4917,7 @@ msgstr ""
msgid "LED Configuration"
msgstr "Konfigurácia LED"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5110,7 +5134,7 @@ msgstr "Priemerné zaťaženie"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5178,7 +5202,7 @@ msgstr ""
msgid "Local Time"
msgstr "Miestny čas"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5279,7 +5303,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
#, fuzzy
msgid "MAC Address"
msgstr "Adresa MAC"
@@ -5293,7 +5317,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5357,7 +5381,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5594,7 +5618,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Režim"
@@ -5774,7 +5798,7 @@ msgstr "Kandidáti serverov NTP"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5845,7 +5869,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Sieťové zariadenie"
@@ -5899,11 +5923,11 @@ msgstr ""
"Nikdy nepresmerovávať zodpovedajúce domény a subdomény, prevádzať iba podľa "
"DHCP alebo súborov hosts."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Nedá sa vytvoriť nové rozhranie „%s“: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Názov nového rozhrania…"
@@ -5995,7 +6019,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr "V tomto adresári nie sú žiadne položky"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6077,7 +6101,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Žiadna priradená zóna"
@@ -6356,7 +6380,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6510,13 +6534,15 @@ msgstr "Výstupná zóna"
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
+#, fuzzy
msgid "Override IPv4 routing table"
-msgstr ""
+msgstr "Prepísať smerovaciu tabuľku IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
+#, fuzzy
msgid "Override IPv6 routing table"
-msgstr ""
+msgstr "Prepísať smerovaciu tabuľku IPv6"
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv_hardif.js:54
#: protocols/luci-proto-gre/htdocs/luci-static/resources/protocol/gre.js:64
@@ -6711,7 +6737,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6723,7 +6749,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Riadenie paketov"
@@ -6753,7 +6779,7 @@ msgstr[1] "Súčasť sietí:"
msgstr[2] "Súčasť sietí:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Časť zóny %q"
@@ -7008,6 +7034,10 @@ msgstr "Uprednostniť LTE"
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7110,7 +7140,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7180,8 +7210,9 @@ msgstr ""
"súbor <code>.pub</code> do vstupného poľa."
#: modules/luci-base/htdocs/luci-static/resources/protocol/static.js:192
+#, fuzzy
msgid "Public prefix routed to this device for distribution to clients."
-msgstr ""
+msgstr "Verejný prefix smerovaný do tohto zariadenia pre distribúciu klientom."
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:305
msgid "PublicKey setting is invalid"
@@ -7402,7 +7433,7 @@ msgstr ""
msgid "References"
msgstr "Referencie"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Obnoviť kanály"
@@ -7503,13 +7534,13 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2102
msgid "Replace wireless configuration"
-msgstr ""
+msgstr "Nahradiť bezdrôtovú konfiguráciu"
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:17
msgid "Request IPv6-address"
@@ -7927,7 +7958,7 @@ msgstr "Kľúče SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8089,7 +8120,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
#, fuzzy
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
@@ -8194,7 +8225,7 @@ msgstr "Vypnúť toto rozhranie"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8630,7 +8661,7 @@ msgstr "Tu určte kľúč s tajným šifrovaním."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr "Rýchlosť: %d Mibit/s, Duplex: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8660,7 +8691,7 @@ msgid "Starting configuration apply…"
msgstr "Spúšťa sa aplikovanie konfigurácie…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Spúšťa sa prehľadávanie bezdrôtových sietí..."
@@ -8890,7 +8921,7 @@ msgstr "Rýchlosť odosielania"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:672
msgid "TX queue length"
-msgstr ""
+msgstr "Dĺžka fronty TX"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:92
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:167
@@ -8974,7 +9005,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
#, fuzzy
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
@@ -9124,8 +9155,9 @@ msgid ""
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:504
+#, fuzzy
msgid "The device name \"%s\" is already taken"
-msgstr ""
+msgstr "Názov zariadenia \"%s\" sa už používa"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:410
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:444
@@ -9163,7 +9195,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr "Adresa brány nemôže byť miestna adresa IP"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9202,11 +9234,11 @@ msgstr "Názov hostiteľa boot servera"
msgid "The interface could not be found"
msgstr "Rozhranie sa nepodarilo nájsť"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Názov rozhrania sa už používa"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Názov rozhrania je príliš dlhý"
@@ -9289,7 +9321,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9402,8 +9434,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9605,7 +9637,7 @@ msgstr ""
"tlačidlo „Vykonať obnovenie“ (to je možné iba pri obrázkoch vo formáte "
"squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9713,7 +9745,7 @@ msgstr "Rozhranie tunela"
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9722,7 +9754,7 @@ msgid "Tx-Power"
msgstr "Vysielací výkon"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9840,7 +9872,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9852,7 +9884,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10031,7 +10063,7 @@ msgstr "Použiť bránu DHCP"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10084,16 +10116,16 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Použiť zabudovanú správu IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Použiť vlastné servery DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
@@ -10101,7 +10133,7 @@ msgstr "Použiť vlastné servery DNS"
msgid "Use default gateway"
msgstr "Použiť predvolenú bránu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10206,11 +10238,11 @@ msgstr "Používateľské meno"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10220,12 +10252,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10342,7 +10374,7 @@ msgid "Very High"
msgstr "Veľmi vysoká"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10426,11 +10458,14 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
+#, fuzzy
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
msgstr ""
+"Pri delegovaní prefixov do viacerých downstreamov sa pri prideľovaní "
+"podsietí najprv zohľadnia rozhrania s vyššou hodnotou preferencie."
#: protocols/luci-proto-batman-adv/htdocs/luci-static/resources/protocol/batadv.js:105
msgid ""
@@ -10668,9 +10703,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10699,7 +10734,7 @@ msgstr "automaticky (povolené)"
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10765,7 +10800,7 @@ msgstr "zakázaný"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10829,7 +10864,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10992,7 +11027,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "smerované"
@@ -11196,14 +11231,18 @@ msgid "valid multicast MAC address"
msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:435
+#, fuzzy
msgid ""
"valid network device name between 1 and 15 characters not containing \":\", "
"\"/\", \"%\" or spaces"
msgstr ""
+"platný názov sieťového zariadenia medzi 1 a 15 znakov, ktorý neobsahuje \":"
+"\", \"/\", \"%\" alebo medzery"
#: modules/luci-base/htdocs/luci-static/resources/validation.js:433
+#, fuzzy
msgid "valid network device name, not \".\" or \"..\""
-msgstr ""
+msgstr "platný názov sieťového zariadenia, nie \".\" alebo \"..\""
#: modules/luci-base/htdocs/luci-static/resources/validation.js:323
msgid "valid network in address/netmask notation"
diff --git a/modules/luci-base/po/sv/base.po b/modules/luci-base/po/sv/base.po
index 0f859385e7..ac237b42af 100644
--- a/modules/luci-base/po/sv/base.po
+++ b/modules/luci-base/po/sv/base.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2023-04-09 01:47+0000\n"
-"Last-Translator: Patrick Johansson <patrickj.se@gmail.com>\n"
+"PO-Revision-Date: 2023-10-02 03:20+0000\n"
+"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/luci/sv/>"
"\n"
"Language: sv\n"
@@ -10,7 +10,7 @@ msgstr ""
"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.17-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -21,7 +21,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" tabell \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -142,6 +142,7 @@ msgstr[0] "1 flagga"
msgstr[1] "%d flaggor"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -160,6 +161,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -182,6 +184,7 @@ msgid "5 Minute Load:"
msgstr "Belastning senaste 5 minuterna:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -190,6 +193,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "treställig hexadecimal sträng utan kolon"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -392,83 +396,83 @@ msgstr "En katalog med samma namn finns redan."
msgid "A new login is required since the authentication session expired."
msgstr "En ny inloggning krävs då autentiseringssessionen har upphört."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -524,32 +528,32 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Asynkronymt överföringsläge)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM-bryggor"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM enhetsnummer"
@@ -668,7 +672,7 @@ msgstr ""
msgid "Add"
msgstr "Lägg till"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Lägg till ATM-brygga"
@@ -688,11 +692,11 @@ msgstr "Lägg till LED-åtgärd"
msgid "Add VLAN"
msgstr "Lägg till VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Lägg till enhetskonfiguration"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Lägg till enhetskonfiguration…"
@@ -711,7 +715,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Lägg till lokala domänsuffix i namn från host-filer."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Lägg till ett nytt gränssnitt..."
@@ -777,7 +781,7 @@ msgstr "Administration"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -896,7 +900,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Tillåt <em>root</em>-användaren att logga in med lösenord"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Tillåtna IP-adresser"
@@ -951,7 +955,7 @@ msgstr "Ett fel inträffade när formuläret skulle sparas:"
msgid "An optional, short description for this device"
msgstr "En valfri, kort beskrivning för den här enheten"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Tillbyggnad"
@@ -1057,7 +1061,7 @@ msgstr "Arkitektur"
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1068,7 +1072,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1149,7 +1153,7 @@ msgstr "Automatiskt hemnet (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "Kolla efter fel i filsystemet automatiskt innan det monteras"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1197,11 +1201,11 @@ msgstr "Snitt:"
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1216,7 +1220,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1230,7 +1234,7 @@ msgstr "Bakåt"
msgid "Back to Overview"
msgstr "Backa till Överblick"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1371,7 +1375,7 @@ msgid "Bridge VLAN filtering"
msgstr "VLAN-filtrering för brygga"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Bryggenhet"
@@ -1388,7 +1392,7 @@ msgstr "Portar för brygga"
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Enhetsnummer för brygga"
@@ -1477,7 +1481,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1604,17 +1608,17 @@ msgstr "Ändrar administratörens lösenord för att få tillgång till enheten"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1814,7 +1818,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1842,7 +1846,7 @@ msgstr "Anslutningsförsök misslyckades"
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1928,7 +1932,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -2018,6 +2022,12 @@ msgstr "DHCP-klient"
msgid "DHCP-Options"
msgstr "DHCP-alternativ"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2043,7 +2053,7 @@ msgstr ""
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr>förfrågningsport"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2055,7 +2065,7 @@ msgstr "<abbr title=\"Domain Name System\">DNS</abbr>server-port"
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2079,7 +2089,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2088,7 +2098,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL-status"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2150,7 +2160,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2237,8 +2247,8 @@ msgstr "Destinationens zon"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2273,7 +2283,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2289,7 +2299,7 @@ msgstr "Enheten kan inte nås!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Enheten kan inte nås! Väntar fortfarande på enheten…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Enheter"
@@ -2311,7 +2321,7 @@ msgstr "Mapp"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:891
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:931
msgid "Disable"
-msgstr "Inaktivera"
+msgstr "Stäng av"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:683
msgid ""
@@ -2354,7 +2364,7 @@ msgstr "Inaktivera det här nätverket"
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:57
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:70
msgid "Disabled"
-msgstr "Avaktiverad"
+msgstr "Avstängd"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:541
msgctxt "Label indicating that WireGuard peer is disabled"
@@ -2538,7 +2548,7 @@ msgstr "Ladda ner säkerhetskopia"
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2819,7 +2829,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr "Avvisa uppströmssvar som innehåller RFC1918-adresser."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2852,7 +2862,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2929,8 +2939,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3050,7 +3060,7 @@ msgstr "Expandera värdar"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3294,7 +3304,7 @@ msgstr "Status för brandvägg"
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Fil för inbyggd programvara"
@@ -3328,6 +3338,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3365,7 +3379,7 @@ msgstr "Tvinga TKIP och CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Tvinga länk"
@@ -3426,7 +3440,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Vidarebefordringsläge"
@@ -3505,7 +3519,7 @@ msgid "General Settings"
msgstr "Generella inställningar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3527,11 +3541,11 @@ msgstr ""
msgid "Generate archive"
msgstr "Generera arkiv"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3547,7 +3561,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3559,7 +3573,7 @@ msgstr "Angiven lösenordsbekräftelse matchade inte, lösenordet ändrades inte
msgid "Global Settings"
msgstr "Globala inställningar"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Globala nätverksalternativ"
@@ -3893,7 +3907,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4062,6 +4076,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr "IPV6-grannar"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4078,7 +4096,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr "IPv6-inställningar"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4092,12 +4110,12 @@ msgstr ""
msgid "IPv6 address"
msgstr "IPv6-adress"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4113,7 +4131,7 @@ msgstr ""
msgid "IPv6 only"
msgstr "Endast IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4122,7 +4140,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4136,11 +4154,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4197,7 +4215,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4227,14 +4245,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4774,7 +4792,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -4987,7 +5005,7 @@ msgstr "Snitt-belastning"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5054,7 +5072,7 @@ msgstr "Lokal uppstart"
msgid "Local Time"
msgstr "Lokal tid"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5153,7 +5171,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC-address"
@@ -5166,7 +5184,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5230,7 +5248,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5465,7 +5483,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Läge"
@@ -5645,7 +5663,7 @@ msgstr "NTP-serverkandidater"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5716,7 +5734,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5767,11 +5785,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5861,7 +5879,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5943,7 +5961,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6087,7 +6105,7 @@ msgstr ""
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/none.js:19
msgid "On"
-msgstr ""
+msgstr "På"
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/timer.js:12
msgid "On-State Delay"
@@ -6220,7 +6238,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6365,11 +6383,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6563,7 +6581,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6575,7 +6593,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6604,7 +6622,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Del av zon %q"
@@ -6859,6 +6877,10 @@ msgstr "Föredra LTE"
msgid "Prefer UMTS"
msgstr "Föredra UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6961,7 +6983,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7246,7 +7268,7 @@ msgstr ""
msgid "References"
msgstr "Referens"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7347,7 +7369,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7769,7 +7791,7 @@ msgstr "SSH-nycklar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -7928,7 +7950,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8027,7 +8049,7 @@ msgstr "Stäng ner det här gränssnittet"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8449,7 +8471,7 @@ msgstr "Ange den hemliga krypteringsnyckeln här."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8479,7 +8501,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8490,7 +8512,7 @@ msgstr ""
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/view/modemmanager/status.js:90
msgid "State"
-msgstr ""
+msgstr "Status"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:32
msgid "Static IPv4 Routes"
@@ -8787,7 +8809,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8960,7 +8982,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8996,11 +9018,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9081,7 +9103,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9186,8 +9208,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9374,7 +9396,7 @@ msgstr ""
"För att återställa konfigurationsfiler så kan du ladda upp ett tidigare "
"genererat säkerhetskopierings arkiv här."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Ton"
@@ -9483,7 +9505,7 @@ msgstr "Tunnelgränssnitt"
msgid "Tunnel Link"
msgstr "Tunnel-länk"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9492,7 +9514,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9610,7 +9632,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9622,7 +9644,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9793,7 +9815,7 @@ msgstr "Använd DHCP-gateway"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9846,23 +9868,23 @@ msgstr "Använd som root-filsystem (/)"
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Använd anpassade DNS-servrar"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Använd standard-gateway"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9959,11 +9981,11 @@ msgstr "Användarnamn"
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -9973,12 +9995,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10095,7 +10117,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10180,7 +10202,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10412,9 +10434,9 @@ msgstr ""
msgid "any"
msgstr "något"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10442,7 +10464,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "bryggad"
@@ -10508,7 +10530,7 @@ msgstr "inaktivera"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10572,7 +10594,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "gömd"
@@ -10735,7 +10757,7 @@ msgstr ""
msgid "relay mode"
msgstr "relä-läge"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/templates/base.pot b/modules/luci-base/po/templates/base.pot
index e7f496b340..c5034093d1 100644
--- a/modules/luci-base/po/templates/base.pot
+++ b/modules/luci-base/po/templates/base.pot
@@ -10,7 +10,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr ""
@@ -131,6 +131,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -149,6 +150,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -171,6 +173,7 @@ msgid "5 Minute Load:"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -179,6 +182,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -376,83 +380,83 @@ msgstr ""
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr ""
@@ -507,32 +511,32 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr ""
@@ -649,7 +653,7 @@ msgstr ""
msgid "Add"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -669,11 +673,11 @@ msgstr ""
msgid "Add VLAN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -692,7 +696,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr ""
@@ -758,7 +762,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -874,7 +878,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr ""
@@ -925,7 +929,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1027,7 +1031,7 @@ msgstr ""
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1036,7 +1040,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1116,7 +1120,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1164,11 +1168,11 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr ""
@@ -1183,7 +1187,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr ""
@@ -1197,7 +1201,7 @@ msgstr ""
msgid "Back to Overview"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1338,7 +1342,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1355,7 +1359,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1443,7 +1447,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1570,17 +1574,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1778,7 +1782,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1806,7 +1810,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1892,7 +1896,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -1982,6 +1986,12 @@ msgstr ""
msgid "DHCP-Options"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2007,7 +2017,7 @@ msgstr ""
msgid "DNS query port"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2019,7 +2029,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2043,7 +2053,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr ""
@@ -2052,7 +2062,7 @@ msgstr ""
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2114,7 +2124,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2201,8 +2211,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2237,7 +2247,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2253,7 +2263,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2498,7 +2508,7 @@ msgstr ""
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2778,7 +2788,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2811,7 +2821,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2888,8 +2898,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3009,7 +3019,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3253,7 +3263,7 @@ msgstr ""
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3287,6 +3297,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3324,7 +3338,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3385,7 +3399,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3464,7 +3478,7 @@ msgid "General Settings"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3486,11 +3500,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3506,7 +3520,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3518,7 +3532,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3850,7 +3864,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4019,6 +4033,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4035,7 +4053,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4049,12 +4067,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4070,7 +4088,7 @@ msgstr ""
msgid "IPv6 only"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4079,7 +4097,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4093,11 +4111,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4154,7 +4172,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4184,14 +4202,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4731,7 +4749,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -4941,7 +4959,7 @@ msgstr ""
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5008,7 +5026,7 @@ msgstr ""
msgid "Local Time"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5107,7 +5125,7 @@ msgstr ""
msgid "MAC"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5120,7 +5138,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5184,7 +5202,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5417,7 +5435,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr ""
@@ -5597,7 +5615,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5668,7 +5686,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5718,11 +5736,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5812,7 +5830,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5893,7 +5911,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6170,7 +6188,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6315,11 +6333,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6513,7 +6531,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6525,7 +6543,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6554,7 +6572,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6808,6 +6826,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6910,7 +6932,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7194,7 +7216,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7295,7 +7317,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7717,7 +7739,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr ""
@@ -7876,7 +7898,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -7975,7 +7997,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8397,7 +8419,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8427,7 +8449,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8735,7 +8757,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8908,7 +8930,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8944,11 +8966,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9029,7 +9051,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9134,8 +9156,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9318,7 +9340,7 @@ msgid ""
"reset\" (only possible with squashfs images)."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9426,7 +9448,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9435,7 +9457,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9553,7 +9575,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9565,7 +9587,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9736,7 +9758,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9789,23 +9811,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9902,11 +9924,11 @@ msgstr ""
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9916,12 +9938,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10038,7 +10060,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10122,7 +10144,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10352,9 +10374,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10382,7 +10404,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10448,7 +10470,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10512,7 +10534,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10675,7 +10697,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/tr/base.po b/modules/luci-base/po/tr/base.po
index 12a7854ff1..c9f73f3091 100644
--- a/modules/luci-base/po/tr/base.po
+++ b/modules/luci-base/po/tr/base.po
@@ -22,7 +22,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" table \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -142,6 +142,7 @@ msgid_plural "%d flags"
msgstr[0] "%d işaret"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -160,6 +161,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -182,6 +184,7 @@ msgid "5 Minute Load:"
msgstr "5 Dakikalık Yük:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -190,6 +193,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "6-oktet tanımlayıcı heksadesimal değer olarak - iki nokta üst üste yok"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -396,83 +400,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"Kimlik doğrulama oturumu sona erdiğinden dolayı yeni bir oturum açma gerekli."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -531,25 +535,25 @@ msgstr ""
"Yayın Hizmeti (DMS) değildir. Not: alıcının STA çok noktaya yayın "
"beklentilerini bozabilir."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (Eşzamansız Aktarım Modu)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM Köprüleri"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM Sanal Kanal Tanımlayıcı (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM Sanal Yol Tanımlayıcı (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -559,7 +563,7 @@ msgstr ""
"bağlanmak için DHCP veya PPP ile birlikte kullanılabilen sanal Linux ağ "
"arayüzleri olarak gösterir."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM cihaz numarası"
@@ -677,7 +681,7 @@ msgstr "Uyarlanabilir iletim yükü dengeleme (balance-tlb, 5)"
msgid "Add"
msgstr "Ekle"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "ATM Köprüsü Ekle"
@@ -697,11 +701,11 @@ msgstr "LED eylemi ekle"
msgid "Add VLAN"
msgstr "VLAN ekle"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Cihaz yapılandırması ekle"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Cihaz yapılandırması ekle…"
@@ -720,7 +724,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Host dosyalarından sunulan adlara yerel etki alanı son eki ekle."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Yeni arabirim ekle..."
@@ -786,7 +790,7 @@ msgstr "Yönetim"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -912,7 +916,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "<em>root</em> kullanıcısının parolayla oturum açmasına izin ver"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "İzin verilen IP adresleri"
@@ -966,7 +970,7 @@ msgstr "Formu kaydederken bir hata oluştu:"
msgid "An optional, short description for this device"
msgstr "Bu cihaz için isteğe bağlı, kısa bir açıklama"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1074,7 +1078,7 @@ msgstr "Mimari"
msgid "Arp-scan"
msgstr "Arp taraması"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1084,7 +1088,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1173,7 +1177,7 @@ msgid "Automatically check filesystem for errors before mounting"
msgstr ""
"Bağlamadan önce dosya sistemindeki hataları otomatik olarak kontrol edin"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1223,11 +1227,11 @@ msgstr "Ortalama:"
msgid "Avoid Bridge Loops"
msgstr "Köprü Döngülerinden Kaçın"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1242,7 +1246,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1256,7 +1260,7 @@ msgstr "Geri"
msgid "Back to Overview"
msgstr "Genel Bakışa dön"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Eş yapılandırmasına geri dön"
@@ -1410,7 +1414,7 @@ msgid "Bridge VLAN filtering"
msgstr "Köprü VLAN filtreleme"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Köprü cihazı"
@@ -1427,7 +1431,7 @@ msgstr "Köprü bağlantı noktaları"
msgid "Bridge traffic table \"%h\""
msgstr "Köprü trafik tablosu \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Köprü birimi numarası"
@@ -1517,7 +1521,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1652,17 +1656,17 @@ msgstr "Cihaza erişim için yönetici şifresini değiştirir"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kanal"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Kablosuz Kanal Analizi"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Kanal genişliği"
@@ -1887,7 +1891,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "Bu arabirimde NDP proxy hizmetinin çalışma modunu yapılandırır."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Yapılandır…"
@@ -1915,7 +1919,7 @@ msgstr "Bağlantı denemesi başarısız oldu"
msgid "Connection attempt failed."
msgstr "Bağlantı denemesi başarısız oldu."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Bağlantı uç noktası"
@@ -2007,7 +2011,7 @@ msgstr "Kapsama hücresi yoğunluğu"
msgid "Create / Assign firewall-zone"
msgstr "Güvenlik duvarı bölgesi oluştur / ata"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Arayüz oluştur"
@@ -2101,6 +2105,12 @@ msgstr "DHCP istemcisi"
msgid "DHCP-Options"
msgstr "DHCP-Seçenekleri"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2126,7 +2136,7 @@ msgstr "DNS iletimleri"
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> sorgusu bağlantı noktası"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS arama alanları"
@@ -2139,7 +2149,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr "DNS ayarı geçersiz"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS ağırlığı"
@@ -2163,7 +2173,7 @@ msgstr "DPD Boşta Kalma Zaman Aşımı"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR adresi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2172,7 +2182,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL Durumu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL hat modu"
@@ -2240,7 +2250,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Bu rota için belirli bir MTU tanımlar"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "IPv6 öneklerini temsil et"
@@ -2327,8 +2337,8 @@ msgstr "Hedef bölge"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2363,7 +2373,7 @@ msgstr "Cihaz adı"
msgid "Device not managed by ModemManager."
msgstr "Cihaz, ModemManager tarafından yönetilmiyor."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Cihaz mevcut değil"
@@ -2379,7 +2389,7 @@ msgstr "Cihaza ulaşılamıyor!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Cihaza ulaşılamıyor! Hâlâ cihaz bekleniyor ..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Aygıtlar"
@@ -2637,7 +2647,7 @@ msgstr "Yedeği indir"
msgid "Download mtdblock"
msgstr "Mtdblock'u indir"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Aşağı akış SNR ofseti"
@@ -2934,7 +2944,7 @@ msgstr ""
"title=\"Hypertext Transfer Protocol Secure\">HTTPS</abbr> bağlantı noktasına "
"otomatik olarak yeniden yönlendirilmesini etkinleştirin."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2968,7 +2978,7 @@ msgstr "Çok noktaya yayın sorgulayıcısını etkinleştir"
msgid "Enable multicast support"
msgstr "Çoklu yayın desteğini etkinleştirin"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3051,8 +3061,8 @@ msgstr "Bu köprüde Yayılan Ağaç Protokolünü etkinleştirir"
msgid "Encapsulation limit"
msgstr "Kapsülleme sınırı"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Encapsulation modu"
@@ -3174,7 +3184,7 @@ msgstr "Ana bilgisayarları genişlet"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Onaltılık bir atama ipucu bekleniyor"
@@ -3425,7 +3435,7 @@ msgstr "Güvenlik Duvarı Durumu"
msgid "Firewall mark"
msgstr "Güvenlik duvarı işareti"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Sistem Yazılımı Dosyası"
@@ -3459,6 +3469,10 @@ msgstr "Cihaza sistem yazılımı yükleme/yedekleme işlemleri"
msgid "Flashing…"
msgstr "Yazılıyor…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3496,7 +3510,7 @@ msgstr "TKIP ve CCMP(AES)'i zorla"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Bağlantıyı zorla"
@@ -3567,7 +3581,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Yönlendirme modu"
@@ -3648,7 +3662,7 @@ msgid "General Settings"
msgstr "Genel Ayarlar"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3670,11 +3684,11 @@ msgstr "Yerel olarak PMK oluştur"
msgid "Generate archive"
msgstr "Arşiv oluştur"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Yapılandırma oluştur"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Yapılandırma oluştur…"
@@ -3690,7 +3704,7 @@ msgstr "Önceden paylaşılan anahtar oluştur"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "Bir WireGuard eşine içe aktarma için uygun bir yapılandırma oluşturur"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "QR kodu oluşturuluyor…"
@@ -3702,7 +3716,7 @@ msgstr "Verilen şifre onayı eşleşmedi, şifre değişmedi!"
msgid "Global Settings"
msgstr "Genel Ayarlar"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Genel ağ seçenekleri"
@@ -4040,7 +4054,7 @@ msgstr "IP adresi geçersiz"
msgid "IP address is missing"
msgstr "IP adresi eksik"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4209,6 +4223,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "IPv6 Komşuları"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "IPv6 RA Ayarları"
@@ -4225,7 +4243,7 @@ msgstr "IPv6 Kuralları"
msgid "IPv6 Settings"
msgstr "IPv6 Ayarları"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA-Öneki"
@@ -4239,12 +4257,12 @@ msgstr "IPv6 Yukarı Akım"
msgid "IPv6 address"
msgstr "IPv6 adresi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6 atama ipucu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6 atama uzunluğu"
@@ -4260,7 +4278,7 @@ msgstr "Adres/ağ maskesi gösteriminde IPv6 ağı"
msgid "IPv6 only"
msgstr "Yalnızca IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "IPv6 tercihi"
@@ -4269,7 +4287,7 @@ msgstr "IPv6 tercihi"
msgid "IPv6 prefix"
msgstr "IPv6 ön eki"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "IPv6 önek filtresi"
@@ -4283,11 +4301,11 @@ msgstr "IPv6 önek uzunluğu"
msgid "IPv6 routed prefix"
msgstr "IPv6 yönlendirilmiş önek"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "IPv6 kaynak yönlendirmesi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6 son eki"
@@ -4344,7 +4362,7 @@ msgstr "İşaretlenirse, pppd seçeneklerine \"+ipv6\" ekler"
msgid "If checked, encryption is disabled"
msgstr "İşaretlenirse, şifreleme devre dışı bırakılır"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4382,14 +4400,14 @@ msgstr ""
"%d saniye içinde <strong>yeni IP'ye manuel olarak yeniden bağlanma</strong> "
"gerekir, aksi takdirde değişiklikler geri alınır."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "İşaretli değilse, hiçbir varsayılan yol yapılandırılmaz"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4958,7 +4976,7 @@ msgstr "LCP yankı aralığı"
msgid "LED Configuration"
msgstr "LED Yapılandırması"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5184,7 +5202,7 @@ msgstr "Ortalama Yük"
msgid "Load configuration…"
msgstr "Yapılandırma Yükle…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5251,7 +5269,7 @@ msgstr "Yerel Başlatma"
msgid "Local Time"
msgstr "Yerel Zaman"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Yerel ULA"
@@ -5353,7 +5371,7 @@ msgstr "Lua uyumluluk modu etkin"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC Adresi"
@@ -5366,7 +5384,7 @@ msgid "MAC Address For The Actor"
msgstr "Aktör İçin MAC Adresi"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5430,7 +5448,7 @@ msgid "MII Interval"
msgstr "MII Aralığı"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5675,7 +5693,7 @@ msgstr "Mobilite Etki Alanı"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Mod"
@@ -5859,7 +5877,7 @@ msgstr "NTP sunucusu adayları"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5930,7 +5948,7 @@ msgid "Network bridge configuration migration"
msgstr "Ağ köprüsü yapılandırma geçişi"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Ağ cihazı"
@@ -5983,11 +6001,11 @@ msgstr ""
"Eşleşen etki alanlarını ve alt etki alanlarını asla iletme, yalnızca "
"DHCP'den veya hosts dosyalarından çözümle."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "\"%s\" için yeni arayüz oluşturulamıyor: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Yeni arayüz adı…"
@@ -6080,7 +6098,7 @@ msgstr "Kullanılabilir girdi yok"
msgid "No entries in this directory"
msgstr "Bu dizinde giriş yok"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6164,7 +6182,7 @@ msgid "No validation or filtering"
msgstr "Doğrulama veya filtreleme yok"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Bölge atanmadı"
@@ -6460,7 +6478,7 @@ msgstr ""
"İsteğe bağlı. Giden şifreli paketler için 32 bit işaret. <code>0x</code> ile "
"başlayarak değeri onaltılık olarak girin."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6624,11 +6642,11 @@ msgstr "Çıkış bölgesi"
msgid "Overlap"
msgstr "Üst üste gelen"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "IPv4 yönlendirme tablosunu geçersiz kıl"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "IPv6 yönlendirme tablosunu geçersiz kıl"
@@ -6826,7 +6844,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM / EFM (Paket Aktarım Modu)"
@@ -6838,7 +6856,7 @@ msgstr "PXE/TFTP Ayarları"
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Paket Yönlendirme"
@@ -6866,7 +6884,7 @@ msgid_plural "Part of networks:"
msgstr[0] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "%q bölgesinin parçası"
@@ -7125,6 +7143,10 @@ msgstr "LTE'yi tercih et"
msgid "Prefer UMTS"
msgstr "UMTS'yi tercih et"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7232,7 +7254,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7525,7 +7547,7 @@ msgstr "Yerel sisteme yönlendir"
msgid "References"
msgstr "Referanslar"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7628,7 +7650,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "İlgili cihaz ayarlarını yapılandırmadan kaldır"
@@ -8071,7 +8093,7 @@ msgstr "SSH-Anahtarları"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8238,7 +8260,7 @@ msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
"Arayüzü NDP-Proxy harici bağımlı olarak ayarlayın. Varsayılan kapalıdır."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8346,7 +8368,7 @@ msgstr "Bu arayüzü kapat"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8852,7 +8874,7 @@ msgstr "Gizli şifreleme anahtarını burada belirtin."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8882,7 +8904,7 @@ msgid "Starting configuration apply…"
msgstr "Yapılandırma uygulanıyor…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Kablosuz tarama başlatılıyor..."
@@ -9207,7 +9229,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9408,7 +9430,7 @@ msgstr "Sıklık, 1 dakikalık ortalama CPU yüküyle doğru orantılıdır."
msgid "The gateway address must not be a local IP address"
msgstr "Ağ geçidi adresi yerel bir IP adresi olmamalıdır"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9452,11 +9474,11 @@ msgstr "Önyükleme sunucusunun ana makine adı"
msgid "The interface could not be found"
msgstr "Arayüz bulunamadı"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Arayüz adı zaten kullanılıyor"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Arayüz adı çok uzun"
@@ -9557,7 +9579,7 @@ msgstr ""
"kullanılır. Genellikle, internet ve yerel ağ için diğer portlar gibi bir "
"sonraki büyük ağa bağlantı için varsayılan olarak bir Uplink portu vardır."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9687,8 +9709,8 @@ msgstr ""
"Yüklenen aygıt yazılımı desteklenen bir format içermiyor. Platformunuz için "
"genel yazılım formatını seçtiğinizden emin olun."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Değer, konfigürasyon tarafından geçersiz kılınır."
@@ -9911,7 +9933,7 @@ msgstr ""
"başlangıç durumuna döndürmek için \"Sistem Sıfırlaması gerçekleştir\" "
"seçeneğini tıklayın (yalnızca squashfs imajı ile mümkündür)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Ton"
@@ -10020,7 +10042,7 @@ msgstr "Tünel Arayüzü"
msgid "Tunnel Link"
msgstr "Tünel Bağlantısı"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Tünel cihazı"
@@ -10029,7 +10051,7 @@ msgid "Tx-Power"
msgstr "Tx-Gücü"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10147,7 +10169,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "PIN doğrulanamadı"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Yapılandırmayı kaldır"
@@ -10159,7 +10181,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Beklenmeyen yanıt veri biçimi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10344,7 +10366,7 @@ msgstr "DHCP ağ geçidini kullan"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10399,23 +10421,23 @@ msgstr "Kök dosya sistemi olarak kullan (/)"
msgid "Use broadcast flag"
msgstr "Yayın işaretini kullan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Yerleşik IPv6 yönetimini kullanın"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Özel DNS sunucularını kullan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Varsayılan ağ geçidini kullan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10524,11 +10546,11 @@ msgstr "Kullanıcı adı"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "<strong>%h</strong> akış tablosundan yararlan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10538,12 +10560,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Sanal Ethernet Bağlantı Noktası Toplayıcı)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10666,7 +10688,7 @@ msgid "Very High"
msgstr "Çok yüksek"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Sanal Ethernet"
@@ -10753,7 +10775,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11015,9 +11037,9 @@ msgstr ""
msgid "any"
msgstr "herhangi"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11045,7 +11067,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "köprülü"
@@ -11111,7 +11133,7 @@ msgstr "devre dışı bırak"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11175,7 +11197,7 @@ msgid "hexadecimal encoded value"
msgstr "onaltılık kodlanmış değer"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "gizli"
@@ -11340,7 +11362,7 @@ msgstr ""
msgid "relay mode"
msgstr "anahtarlama modu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "yönlendirildi"
diff --git a/modules/luci-base/po/uk/base.po b/modules/luci-base/po/uk/base.po
index cfe051d363..e53e6b134c 100644
--- a/modules/luci-base/po/uk/base.po
+++ b/modules/luci-base/po/uk/base.po
@@ -22,7 +22,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" таблиця \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f дБ"
@@ -145,6 +145,7 @@ msgstr[1] "%d флага"
msgstr[2] "%d флагів"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -163,6 +164,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -185,6 +187,7 @@ msgid "5 Minute Load:"
msgstr "Навантаження за 5 хвилин:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -194,6 +197,7 @@ msgstr ""
"6-октетний ідентифікатор у вигляді шістнадцяткового рядка – без двокрапок"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -420,83 +424,83 @@ msgid "A new login is required since the authentication session expired."
msgstr ""
"Оскільки сеанс автентифікації закінчився, потрібен новий вхід у систему."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (усі варіанти) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (усі варіанти) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (усі варіанти) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (усі варіанти) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (усі варіанти) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (усі варіанти) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (усі варіанти) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -556,31 +560,31 @@ msgstr ""
"Multicast Service (DMS) у 802.11v. Примітка: може порушити очікування "
"багатоадресної розсилки STA приймача."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
"<abbr title=\"Asynchronous Transfer Mode — асинхронний режим "
"передавання\">ATM</abbr>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM-мости"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
"Ідентифікатор віртуального каналу ATM (<abbr title=\"Virtual Channel "
"Identifier\">VCI</abbr>)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
"Ідентифікатор віртуального шляху ATM (<abbr title=\"Virtual Path "
"Identifier\">VPI</abbr>)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -590,7 +594,7 @@ msgstr ""
"віртуальні мережеві інтерфейси Linux, котрі можуть використовуватися в "
"поєднанні з DHCP або PPP для підключення до мережі провайдера."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Номер ATM-пристрою"
@@ -708,7 +712,7 @@ msgstr "Адаптивне балансування навантаження п
msgid "Add"
msgstr "Додати"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Додати ATM-міст"
@@ -728,11 +732,11 @@ msgstr "Додати дію LED"
msgid "Add VLAN"
msgstr "Додати VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Додавання конфігурації пристрою"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Додати конфігурацію пристрою…"
@@ -751,7 +755,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Додавати суфікс локального домену до імен, отриманих із файлів hosts."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Додати новий інтерфейс..."
@@ -817,7 +821,7 @@ msgstr "Адміністрування"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -942,7 +946,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Дозволити користувачеві <em>root</em> вхід до системи з паролем"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "Дозволені IP-адреси"
@@ -997,7 +1001,7 @@ msgstr "Сталася помилка під час збереження фор
msgid "An optional, short description for this device"
msgstr "Необов'язковий, короткий опис для цього пристрою"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1110,7 +1114,7 @@ msgstr "Архітектура"
msgid "Arp-scan"
msgstr "Arp-скан"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1121,7 +1125,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1209,7 +1213,7 @@ msgid "Automatically check filesystem for errors before mounting"
msgstr ""
"Автоматично перевіряти файлову систему на наявність помилок перед монтуванням"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1259,11 +1263,11 @@ msgstr "Середнє значення:"
msgid "Avoid Bridge Loops"
msgstr "Уникати мостових петель"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1279,7 +1283,7 @@ msgstr "Перехід BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1293,7 +1297,7 @@ msgstr "Назад"
msgid "Back to Overview"
msgstr "Повернутися до переліку"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Повернутися до конфігурації вузлів"
@@ -1441,7 +1445,7 @@ msgid "Bridge VLAN filtering"
msgstr "Фільтрування VLAN моста"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Пристрій моста"
@@ -1458,7 +1462,7 @@ msgstr "Порти моста"
msgid "Bridge traffic table \"%h\""
msgstr "Таблиця трафіку мосту \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Номер моста"
@@ -1549,7 +1553,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1686,17 +1690,17 @@ msgstr "Зміна пароля адміністратора для доступ
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Канал"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Аналіз каналів"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Ширина каналу"
@@ -1922,7 +1926,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "Налаштовує режим роботи проксі-сервісу NDP на цьому інтерфейсі."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Налаштувати…"
@@ -1950,7 +1954,7 @@ msgstr "Невдала спроба підключення"
msgid "Connection attempt failed."
msgstr "Спроба підключення зазнала невдачі."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Кінцева точка підключення"
@@ -2041,7 +2045,7 @@ msgstr "Щільність елементів покриття"
msgid "Create / Assign firewall-zone"
msgstr "Створити / Визначити зону брандмауера"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Створити інтерфейс"
@@ -2135,6 +2139,12 @@ msgstr "Клієнт DHCP"
msgid "DHCP-Options"
msgstr "Параметри DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2162,7 +2172,7 @@ msgstr ""
"Порт <abbr title=\"Domain Name System — система доменних імен\">DNS</abbr>-"
"запиту"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Домени пошуку DNS"
@@ -2176,7 +2186,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr "Налаштування DNS недійсне"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Вага DNS"
@@ -2200,7 +2210,7 @@ msgstr "Тайм-аут простою DPD"
msgid "DS-Lite AFTR address"
msgstr "AFTR-адреса DS-Lite"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2209,7 +2219,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Стан DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Режим лінії DSL"
@@ -2280,7 +2290,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Визначає конкретний MTU для цього маршруту"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Делегувати префікси IPv6"
@@ -2367,8 +2377,8 @@ msgstr "Зона призначення"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2403,7 +2413,7 @@ msgstr "Назва пристрою"
msgid "Device not managed by ModemManager."
msgstr "Пристрій не керується ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Пристрій відсутній"
@@ -2419,7 +2429,7 @@ msgstr "Пристрій недосяжний!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Пристрій недоступний! Чекаю на доступність пристрою..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Пристрої"
@@ -2684,7 +2694,7 @@ msgstr "Завантажити резервну копію"
msgid "Download mtdblock"
msgstr "Завантажити mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Низхідний зсув SNR"
@@ -2982,7 +2992,7 @@ msgstr ""
"Protocol\">HTTP</abbr> запитів до <abbr title=\"Hypertext Transfer Protocol "
"Secure\">HTTPS</abbr> порту."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr "Увімкнути делегування префіксів IPv6, доступних на цьому інтерфейсі"
@@ -3015,7 +3025,7 @@ msgstr "Увімкнути багатоадресний запитувач"
msgid "Enable multicast support"
msgstr "Увімкнути підтримку багатоадресних трансляцій"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3097,8 +3107,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr "Межа інкапсуляції"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Режим інкапсуляції"
@@ -3220,7 +3230,7 @@ msgstr "Розширення вузлів"
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Очікується шістнадцятковий натяк призначення"
@@ -3473,7 +3483,7 @@ msgstr "Стан брандмауера"
msgid "Firewall mark"
msgstr "Позначка мережевого екрана"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Файл прошивки"
@@ -3507,6 +3517,10 @@ msgstr "Операції прошивання"
msgid "Flashing…"
msgstr "Прошиваємо…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3544,7 +3558,7 @@ msgstr "Примусово TKIP та CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Примусове з'єднання"
@@ -3615,7 +3629,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Режим переспрямовування"
@@ -3696,7 +3710,7 @@ msgid "General Settings"
msgstr "Загальні налаштування"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3718,11 +3732,11 @@ msgstr "Згенерувати PMK локально"
msgid "Generate archive"
msgstr "Cтворити архів"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3738,7 +3752,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3750,7 +3764,7 @@ msgstr "Оскільки пароль і підтвердження не спі
msgid "Global Settings"
msgstr "Загальні параметри"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Глобальні параметри мережі"
@@ -4090,7 +4104,7 @@ msgstr "Неприпустима IP-адреса"
msgid "IP address is missing"
msgstr "Відсутня IP-адреса"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4262,6 +4276,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "Сусіди IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Налаштування IPv6 RA"
@@ -4278,7 +4296,7 @@ msgstr "Правила IPv6"
msgid "IPv6 Settings"
msgstr "Налаштування IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
"<abbr title=\"Unique Local Address — унікальна локальна адреса\">ULA</abbr>-"
@@ -4294,12 +4312,12 @@ msgstr "З'єднання IPv6 (upstream)"
msgid "IPv6 address"
msgstr "Адреса IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Натяк призначення IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Довжина призначення IPv6"
@@ -4315,7 +4333,7 @@ msgstr "Мережа IPv6 у позначенні адреси / мережев
msgid "IPv6 only"
msgstr "Лише IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
#, fuzzy
msgid "IPv6 preference"
msgstr "IPv6 привілеї"
@@ -4325,7 +4343,7 @@ msgstr "IPv6 привілеї"
msgid "IPv6 prefix"
msgstr "Префікс IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Фільтр IPv6 префікса"
@@ -4339,12 +4357,12 @@ msgstr "Довжина префікса IPv6"
msgid "IPv6 routed prefix"
msgstr "Надісланий префікс IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
#, fuzzy
msgid "IPv6 source routing"
msgstr "Явна маршрутизація IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Суфікс IPv6"
@@ -4401,7 +4419,7 @@ msgstr "Якщо позначено, до опцій pppd додається \"+
msgid "If checked, encryption is disabled"
msgstr "Якщо позначено, шифрування вимкнено"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4440,14 +4458,14 @@ msgstr ""
"потрібно <strong>ручне повторне підключення до нової IP</strong> протягом %d "
"секунд для підтвердження налаштувань, інакше зміни буде скасовано."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "Якщо не позначено, типовий маршрут не налаштовано"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -5018,7 +5036,7 @@ msgstr "Інтервал ехо-запитів LCP"
msgid "LED Configuration"
msgstr "Конфігурація LED"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5255,7 +5273,7 @@ msgstr "Середнє навантаження"
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5322,7 +5340,7 @@ msgstr "Локальний запуск"
msgid "Local Time"
msgstr "Місцевий час"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "Локальний ULA"
@@ -5425,7 +5443,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC-адреса"
@@ -5438,7 +5456,7 @@ msgid "MAC Address For The Actor"
msgstr "MAC-адреса для актора"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5502,7 +5520,7 @@ msgid "MII Interval"
msgstr "Інтервал MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5755,7 +5773,7 @@ msgstr "Домен мобільності"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Режим"
@@ -5939,7 +5957,7 @@ msgstr "Сервери NTP – кандидати для синхронізац
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -6010,7 +6028,7 @@ msgid "Network bridge configuration migration"
msgstr "Міграція конфігурації мережевого мосту"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Мережевий пристрій"
@@ -6064,11 +6082,11 @@ msgstr ""
"не пересилаються і вирізняються тільки з файлу DHCP (/etc/config/dhcp) або "
"файлу hosts (/etc/hosts)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Створити новий інтерфейс для \"%s\" неможливо: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Нова назва інтерфейсу…"
@@ -6161,7 +6179,7 @@ msgstr "Немає доступних записів"
msgid "No entries in this directory"
msgstr "У цьому каталозі немає записів"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6243,7 +6261,7 @@ msgid "No validation or filtering"
msgstr "Немає перевірки або фільтрування"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Зону не призначено"
@@ -6534,7 +6552,7 @@ msgstr ""
"Необов'язково. 32-бітна позначка для вихідних зашифрованих пакетів. Введіть "
"значення в шістнадцятковому форматі, починаючи з <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6700,11 +6718,11 @@ msgstr "Вихідна зона"
msgid "Overlap"
msgstr "Перекриття"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Перевизначити таблицю маршрутизації IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Перевизначити таблицю маршрутизації IPv6"
@@ -6903,7 +6921,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Режим передачі пакетів)"
@@ -6915,7 +6933,7 @@ msgstr "Параметри PXE/TFTP"
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Керування пакетами"
@@ -6946,7 +6964,7 @@ msgstr[1] ""
msgstr[2] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Частина зони %q"
@@ -7202,6 +7220,10 @@ msgstr "Переважно LTE"
msgid "Prefer UMTS"
msgstr "Переважно UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7310,7 +7332,7 @@ msgstr "Прот."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7609,7 +7631,7 @@ msgstr "Переспрямовувати до локальної системи"
msgid "References"
msgstr "Посилання"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7712,7 +7734,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Видалити пов’язані налаштування пристрою з конфігурації"
@@ -8151,7 +8173,7 @@ msgstr "SSH-ключі"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8320,7 +8342,7 @@ msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
"Встановити інтерфейс зовнішнім веденим NDP-проксі. За промовчанням вимкнено."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8427,7 +8449,7 @@ msgstr "Вимкнути цей інтерфейс"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8945,7 +8967,7 @@ msgstr "Вкажіть тут секретний ключ шифрування."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8975,7 +8997,7 @@ msgid "Starting configuration apply…"
msgstr "Розпочато застосування конфігурації…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Розпочато сканування бездротових мереж..."
@@ -9299,7 +9321,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9500,7 +9522,7 @@ msgstr "Частота прямо пропорційна середньому з
msgid "The gateway address must not be a local IP address"
msgstr "Адреса шлюзу не повинна бути локальною IP-адресою"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9538,11 +9560,11 @@ msgstr "Ім'я хоста сервера завантаження"
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Назва інтерфейсу вже використовується"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Назва інтерфейсу занадто довга"
@@ -9643,7 +9665,7 @@ msgstr ""
"з'єднання з більшою мережею, такою наприклад, як Інтернет, а інші порти — "
"для локальної мережі."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9770,8 +9792,8 @@ msgstr ""
"Відвантажений файл образу не містить підтримуваний формат. Переконайтеся, що "
"ви вибираєте універсальний формат образу для вашої платформи."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Значення перевизначено конфігурацією."
@@ -9981,7 +10003,7 @@ msgstr ""
"натисніть кнопку \"Виконати відновлення\" (можливо тільки з образами "
"SquashFS)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Тоновий"
@@ -10091,7 +10113,7 @@ msgstr "Інтерфейс тунелю"
msgid "Tunnel Link"
msgstr "Посилання тунелю"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Тунель"
@@ -10100,7 +10122,7 @@ msgid "Tx-Power"
msgstr "Потужність передавача"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10218,7 +10240,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Скасувати налаштування"
@@ -10230,7 +10252,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr "Несподіваний формат даних відповіді"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
#, fuzzy
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
@@ -10416,7 +10438,7 @@ msgstr "Використовувати DHCP-шлюз"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10471,23 +10493,23 @@ msgstr "Використовувати як кореневу файлову си
msgid "Use broadcast flag"
msgstr "Використовувати прапорець широкомовності"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Використовувати вбудоване керування IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Використовувати особливі DNS-сервери"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Використовувати типовий шлюз"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10598,11 +10620,11 @@ msgstr "Ім'я користувача"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Використовувати flow-таблицю <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10612,12 +10634,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Virtual Ethernet Port Aggregator)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10740,7 +10762,7 @@ msgid "Very High"
msgstr "Дуже висока"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Віртуальний Ethernet"
@@ -10827,7 +10849,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
#, fuzzy
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
@@ -11082,9 +11104,9 @@ msgstr ""
msgid "any"
msgstr "будь-який"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11112,7 +11134,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "з'єд. мостом"
@@ -11178,7 +11200,7 @@ msgstr "вимкнено"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11242,7 +11264,7 @@ msgid "hexadecimal encoded value"
msgstr "шістнадцяткове кодоване значення"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "приховано"
@@ -11405,7 +11427,7 @@ msgstr ""
msgid "relay mode"
msgstr "режим реле"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "спрямовано"
diff --git a/modules/luci-base/po/ur/base.po b/modules/luci-base/po/ur/base.po
index 236ce96c5f..3530879f83 100644
--- a/modules/luci-base/po/ur/base.po
+++ b/modules/luci-base/po/ur/base.po
@@ -18,7 +18,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr ""
@@ -139,6 +139,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -157,6 +158,7 @@ msgid "3"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -179,6 +181,7 @@ msgid "5 Minute Load:"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -187,6 +190,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -384,83 +388,83 @@ msgstr ""
msgid "A new login is required since the authentication session expired."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr ""
@@ -515,32 +519,32 @@ msgid ""
"in 802.11v. Note: might break receiver STA multicast expectations."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
"to dial into the provider network."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr ""
@@ -657,7 +661,7 @@ msgstr ""
msgid "Add"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr ""
@@ -677,11 +681,11 @@ msgstr ""
msgid "Add VLAN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr ""
@@ -700,7 +704,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr ""
@@ -766,7 +770,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -882,7 +886,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr ""
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr ""
@@ -933,7 +937,7 @@ msgstr ""
msgid "An optional, short description for this device"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr ""
@@ -1035,7 +1039,7 @@ msgstr ""
msgid "Arp-scan"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1044,7 +1048,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1124,7 +1128,7 @@ msgstr ""
msgid "Automatically check filesystem for errors before mounting"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1172,11 +1176,11 @@ msgstr ""
msgid "Avoid Bridge Loops"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr ""
@@ -1191,7 +1195,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr ""
@@ -1205,7 +1209,7 @@ msgstr ""
msgid "Back to Overview"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr ""
@@ -1346,7 +1350,7 @@ msgid "Bridge VLAN filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr ""
@@ -1363,7 +1367,7 @@ msgstr ""
msgid "Bridge traffic table \"%h\""
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr ""
@@ -1451,7 +1455,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1578,17 +1582,17 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr ""
@@ -1786,7 +1790,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr ""
@@ -1814,7 +1818,7 @@ msgstr ""
msgid "Connection attempt failed."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr ""
@@ -1900,7 +1904,7 @@ msgstr ""
msgid "Create / Assign firewall-zone"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr ""
@@ -1990,6 +1994,12 @@ msgstr ""
msgid "DHCP-Options"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2015,7 +2025,7 @@ msgstr ""
msgid "DNS query port"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr ""
@@ -2027,7 +2037,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr ""
@@ -2051,7 +2061,7 @@ msgstr ""
msgid "DS-Lite AFTR address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr ""
@@ -2060,7 +2070,7 @@ msgstr ""
msgid "DSL Status"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr ""
@@ -2122,7 +2132,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr ""
@@ -2209,8 +2219,8 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2245,7 +2255,7 @@ msgstr ""
msgid "Device not managed by ModemManager."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr ""
@@ -2261,7 +2271,7 @@ msgstr ""
msgid "Device unreachable! Still waiting for device..."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr ""
@@ -2506,7 +2516,7 @@ msgstr ""
msgid "Download mtdblock"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr ""
@@ -2786,7 +2796,7 @@ msgid ""
"Secure\">HTTPS</abbr> port."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2819,7 +2829,7 @@ msgstr ""
msgid "Enable multicast support"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -2896,8 +2906,8 @@ msgstr ""
msgid "Encapsulation limit"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr ""
@@ -3017,7 +3027,7 @@ msgstr ""
msgid "Expected port number."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr ""
@@ -3261,7 +3271,7 @@ msgstr ""
msgid "Firewall mark"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr ""
@@ -3295,6 +3305,10 @@ msgstr ""
msgid "Flashing…"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3332,7 +3346,7 @@ msgstr ""
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr ""
@@ -3393,7 +3407,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr ""
@@ -3472,7 +3486,7 @@ msgid "General Settings"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3494,11 +3508,11 @@ msgstr ""
msgid "Generate archive"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr ""
@@ -3514,7 +3528,7 @@ msgstr ""
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr ""
@@ -3526,7 +3540,7 @@ msgstr ""
msgid "Global Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr ""
@@ -3858,7 +3872,7 @@ msgstr ""
msgid "IP address is missing"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4027,6 +4041,10 @@ msgstr ""
msgid "IPv6 Neighbours"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr ""
@@ -4043,7 +4061,7 @@ msgstr ""
msgid "IPv6 Settings"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr ""
@@ -4057,12 +4075,12 @@ msgstr ""
msgid "IPv6 address"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr ""
@@ -4078,7 +4096,7 @@ msgstr ""
msgid "IPv6 only"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr ""
@@ -4087,7 +4105,7 @@ msgstr ""
msgid "IPv6 prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr ""
@@ -4101,11 +4119,11 @@ msgstr ""
msgid "IPv6 routed prefix"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr ""
@@ -4162,7 +4180,7 @@ msgstr ""
msgid "If checked, encryption is disabled"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4192,14 +4210,14 @@ msgid ""
"otherwise modifications will be reverted."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4739,7 +4757,7 @@ msgstr ""
msgid "LED Configuration"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr ""
@@ -4949,7 +4967,7 @@ msgstr ""
msgid "Load configuration…"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5016,7 +5034,7 @@ msgstr ""
msgid "Local Time"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr ""
@@ -5115,7 +5133,7 @@ msgstr ""
msgid "MAC"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr ""
@@ -5128,7 +5146,7 @@ msgid "MAC Address For The Actor"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr ""
@@ -5193,7 +5211,7 @@ msgid "MII Interval"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5426,7 +5444,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr ""
@@ -5606,7 +5624,7 @@ msgstr ""
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5677,7 +5695,7 @@ msgid "Network bridge configuration migration"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr ""
@@ -5727,11 +5745,11 @@ msgid ""
"files only."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr ""
@@ -5821,7 +5839,7 @@ msgstr ""
msgid "No entries in this directory"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -5902,7 +5920,7 @@ msgid "No validation or filtering"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr ""
@@ -6179,7 +6197,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6324,11 +6342,11 @@ msgstr ""
msgid "Overlap"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr ""
@@ -6522,7 +6540,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr ""
@@ -6534,7 +6552,7 @@ msgstr ""
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr ""
@@ -6563,7 +6581,7 @@ msgstr[0] ""
msgstr[1] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr ""
@@ -6817,6 +6835,10 @@ msgstr ""
msgid "Prefer UMTS"
msgstr ""
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -6919,7 +6941,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7203,7 +7225,7 @@ msgstr ""
msgid "References"
msgstr ""
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7304,7 +7326,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr ""
@@ -7727,7 +7749,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr ""
@@ -7886,7 +7908,7 @@ msgstr ""
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -7985,7 +8007,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8407,7 +8429,7 @@ msgstr ""
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8437,7 +8459,7 @@ msgid "Starting configuration apply…"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr ""
@@ -8745,7 +8767,7 @@ msgstr ""
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -8918,7 +8940,7 @@ msgstr ""
msgid "The gateway address must not be a local IP address"
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -8954,11 +8976,11 @@ msgstr ""
msgid "The interface could not be found"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr ""
@@ -9039,7 +9061,7 @@ msgid ""
"next greater network like the internet and other ports for a local network."
msgstr ""
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9144,8 +9166,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr ""
@@ -9328,7 +9350,7 @@ msgid ""
"reset\" (only possible with squashfs images)."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr ""
@@ -9436,7 +9458,7 @@ msgstr ""
msgid "Tunnel Link"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr ""
@@ -9445,7 +9467,7 @@ msgid "Tx-Power"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9563,7 +9585,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr ""
@@ -9575,7 +9597,7 @@ msgstr ""
msgid "Unexpected reply data format"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -9746,7 +9768,7 @@ msgstr ""
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -9799,23 +9821,23 @@ msgstr ""
msgid "Use broadcast flag"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -9912,11 +9934,11 @@ msgstr ""
msgid "Utilize flow table <strong>%h</strong>"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr ""
@@ -9926,12 +9948,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr ""
@@ -10048,7 +10070,7 @@ msgid "Very High"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr ""
@@ -10132,7 +10154,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10362,9 +10384,9 @@ msgstr ""
msgid "any"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10392,7 +10414,7 @@ msgstr ""
msgid "baseT"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr ""
@@ -10458,7 +10480,7 @@ msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10522,7 +10544,7 @@ msgid "hexadecimal encoded value"
msgstr ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr ""
@@ -10685,7 +10707,7 @@ msgstr ""
msgid "relay mode"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr ""
diff --git a/modules/luci-base/po/vi/base.po b/modules/luci-base/po/vi/base.po
index 1f67978d8e..1cf14c8bde 100644
--- a/modules/luci-base/po/vi/base.po
+++ b/modules/luci-base/po/vi/base.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-08-16 06:59+0200\n"
-"PO-Revision-Date: 2023-07-25 09:06+0000\n"
-"Last-Translator: tictactoe <phandinhminh@protonmail.ch>\n"
+"PO-Revision-Date: 2023-10-02 17:46+0000\n"
+"Last-Translator: cuong-mudah <cuong@mudah.my>\n"
"Language-Team: Vietnamese <https://hosted.weblate.org/projects/openwrt/luci/"
"vi/>\n"
"Language: vi\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" bảng \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -143,6 +143,7 @@ msgid_plural "%d flags"
msgstr[0] "%d cờ"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -161,6 +162,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -183,6 +185,7 @@ msgid "5 Minute Load:"
msgstr "tải 5 phút:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -191,6 +194,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "Định danh bằng 6 số bát phân dạng chuỗi thập lục phân - không phẩy"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -403,83 +407,83 @@ msgstr "thư mục có tên này đã tồn tại."
msgid "A new login is required since the authentication session expired."
msgstr "Cần đăng nhận lại vì phiên xác thực cũ đã hết hạn."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (tất cả các biến thể) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (tất cả các biến thể) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (tất cả các biến thể) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (tất cả các biến thể) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (tất cả các biến thể) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (tất cả các biến thể) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (tất cả các biến thể) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -538,25 +542,25 @@ msgstr ""
"Định hướng (DMS) trong 802.11v. Lưu ý: có thể làm hỏng kỳ vọng đa phát STA "
"của thiết bị nhận."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "Chế độ truyền đồng bộ(ATM)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "Cầu ATM"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "Kênh định danh ảo chế độ ATM (VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "Đường dẫn định danh ảo chế độ ATM (VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -566,7 +570,7 @@ msgstr ""
"diệnmạng Linux ảo, có thể kết nối với DHCP hoặc PPP để liên lại nhà cung cấp "
"mạng."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "Số hiệu thiết bị ATM"
@@ -687,7 +691,7 @@ msgstr "Cân bằng tải truyền linh hoạt (balance-tlb, 5)"
msgid "Add"
msgstr "Thêm vào"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "Thêm cầu ATM"
@@ -707,11 +711,11 @@ msgstr "Thêm hành động cho LED"
msgid "Add VLAN"
msgstr "thêm VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "Thêm cấu hình thiết bị"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "Thêm cấu hình thiết bị…"
@@ -730,7 +734,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "Thêm hậu tố tên miền cục bộ vào tên được phân phát từ tệp máy chủ."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "Thêm giao diện mới..."
@@ -796,7 +800,7 @@ msgstr "Quản trị"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -914,7 +918,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "Cho phép người dùng <em>root</em> đăng nhập với mật khẩu"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "cho phép IPs"
@@ -968,7 +972,7 @@ msgstr "Đã xảy ra lỗi khi lưu biểu mẫu:"
msgid "An optional, short description for this device"
msgstr "Một mô tả tùy chọn và ngắn gọn cho thiết bị này"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1078,7 +1082,7 @@ msgstr "Kiến trúc"
msgid "Arp-scan"
msgstr "Arp-scan"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr ""
@@ -1089,7 +1093,7 @@ msgstr ""
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1176,7 +1180,7 @@ msgstr "Homenet tự động (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "Tự động kiểm tra lỗi hệ thống tập tin trước khi cài đặt"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1226,11 +1230,11 @@ msgstr "Trung bình:"
msgid "Avoid Bridge Loops"
msgstr "Tránh vòng lặp cầu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1245,7 +1249,7 @@ msgstr "Chuyển tiếp BSS"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1259,7 +1263,7 @@ msgstr "Quay lại"
msgid "Back to Overview"
msgstr "Quay lại phần tổng quan"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "Quay lại cấu hình điểm kết nối"
@@ -1415,7 +1419,7 @@ msgid "Bridge VLAN filtering"
msgstr "Lọc VLAN của cầu"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "Thiết bị cầu"
@@ -1432,7 +1436,7 @@ msgstr "Các cổng cầu"
msgid "Bridge traffic table \"%h\""
msgstr "Bảng giao thông cầu \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "Số cầu nối"
@@ -1524,7 +1528,7 @@ msgstr ""
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1659,17 +1663,17 @@ msgstr "Thay đổi mật khẩu quản trị viên truy cập thiết bị"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "Kênh"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "Phân tích Kênh"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "Độ rộng Kênh"
@@ -1890,7 +1894,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "Cấu hình chế độ hoạt động của dịch vụ proxy NDP trên giao diện này."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "Cấu hình…"
@@ -1918,7 +1922,7 @@ msgstr "Kết nối thất bại"
msgid "Connection attempt failed."
msgstr "Kết nối không thành công."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "Điểm cuối kết nối"
@@ -2011,7 +2015,7 @@ msgstr "Mật độ ô phủ của cell"
msgid "Create / Assign firewall-zone"
msgstr "Tạo/ gán firewall-zone"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "Tạo giao diện kết nối"
@@ -2105,6 +2109,12 @@ msgstr "Máy khách DHCP"
msgid "DHCP-Options"
msgstr "Tùy chọn DHCP"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2130,7 +2140,7 @@ msgstr "Chuyển tiếp DNS"
msgid "DNS query port"
msgstr "<abbr title=\"Hệ thống phân giải tên miền\">DNS</abbr> query port"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "Miền tìm kiếm DNS"
@@ -2144,7 +2154,7 @@ msgstr ""
msgid "DNS setting is invalid"
msgstr "Thiết lập DNS không hợp lệ"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "Trọng số DNS"
@@ -2168,7 +2178,7 @@ msgstr "Thời gian chờ rỗi DPD"
msgid "DS-Lite AFTR address"
msgstr "Địa chỉ DS_-Lite AFTR"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2177,7 +2187,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "Trạng thái DSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "Chế độ DSL Line"
@@ -2246,7 +2256,7 @@ msgstr ""
msgid "Defines a specific MTU for this route"
msgstr "Xác định một MTU cụ thể cho tuyến đường này"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "Uỷ nhiệm các tiền tố IPv6"
@@ -2333,8 +2343,8 @@ msgstr "Vùng điểm đến"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2369,7 +2379,7 @@ msgstr "Tên thiết bị"
msgid "Device not managed by ModemManager."
msgstr "Thiết bị không được quản lý bởi ModemManager."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "Thiết bị không có mặt"
@@ -2385,7 +2395,7 @@ msgstr "Thiết bị không thể truy cập!"
msgid "Device unreachable! Still waiting for device..."
msgstr "Thiết bị không thể kết nối! Vẫn đang chờ đợi thiết bị..."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "Các thiết bị"
@@ -2450,7 +2460,7 @@ msgstr "Vô hiệu hóa mạng này"
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoe.js:57
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pptp.js:70
msgid "Disabled"
-msgstr "Đã vô hiệu hóa"
+msgstr "Vô hiệu hoá"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:541
msgctxt "Label indicating that WireGuard peer is disabled"
@@ -2644,7 +2654,7 @@ msgstr "Tải xuống bản sao lưu"
msgid "Download mtdblock"
msgstr "Tải xuống mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "Khoảng cách SNR hạ lưu"
@@ -2947,7 +2957,7 @@ msgstr ""
"bản\">HTTP</abbr> sang cổng <abbr title=\"Giao thức Truyền tải Siêu Văn bản "
"Bảo mật\">HTTPS</abbr>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr ""
@@ -2981,7 +2991,7 @@ msgstr "Bật multicast querier"
msgid "Enable multicast support"
msgstr "Bật hỗ trợ đa phát"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr ""
@@ -3063,8 +3073,8 @@ msgstr "Kích hoạt Spanning Tree Protocol trên cầu nối này"
msgid "Encapsulation limit"
msgstr "Giới hạn đóng gói tin"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "Chế độ đóng gói"
@@ -3188,7 +3198,7 @@ msgstr "Mở rộng máy chủ"
msgid "Expected port number."
msgstr "Số cổng được mong đợi."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "Cần một gợi ý gán thập lục phân"
@@ -3440,7 +3450,7 @@ msgstr "Trạng thái tường lửa"
msgid "Firewall mark"
msgstr "Đánh dấu tường lửa"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "Tập tin phần mềm"
@@ -3474,6 +3484,10 @@ msgstr "Hoạt động nạp phần mềm"
msgid "Flashing…"
msgstr "Đang nạp vào…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3512,7 +3526,7 @@ msgstr "Buộc TKIP và CCMP (AES)"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "Buộc liên kết"
@@ -3583,7 +3597,7 @@ msgstr ""
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "Chế độ chuyển tếp"
@@ -3664,7 +3678,7 @@ msgid "General Settings"
msgstr "Các cài đặt chung"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3686,11 +3700,11 @@ msgstr "Tạo PMK cục bộ"
msgid "Generate archive"
msgstr "Tạo bản lưu trữ"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "Tạo cấu hình"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "Tạo cấu hình…"
@@ -3706,7 +3720,7 @@ msgstr "Tạo khóa chia sẻ trước"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "Tạo một cấu hình phù hợp để nhập vào một WireGuard peer"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "Đang tạo mã QR…"
@@ -3718,7 +3732,7 @@ msgstr "Phát hiện mật khẩu không khớp, mật khẩu không thay đổi
msgid "Global Settings"
msgstr "Cài đặt chung"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "Tùy chọn mạng toàn cầu"
@@ -4055,7 +4069,7 @@ msgstr "Địa chỉ IP không hợp lệ"
msgid "IP address is missing"
msgstr "Mất địa chỉ IP"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4227,6 +4241,10 @@ msgstr "MTU IPv6"
msgid "IPv6 Neighbours"
msgstr "Hàng xóm IPv6"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "Cài đặt RA IPv6"
@@ -4243,7 +4261,7 @@ msgstr "Quy tắc IPv6"
msgid "IPv6 Settings"
msgstr "Cài đặt IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "Tiền tố ULA IPv6"
@@ -4257,12 +4275,12 @@ msgstr "Đường truyền phía trên IPv6"
msgid "IPv6 address"
msgstr "Địa chỉ IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "Gơi ý gán IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "Độ dài gán IPv6"
@@ -4278,7 +4296,7 @@ msgstr "Mạng IPv6 theo ghi chú địa chỉ/mặt nạ mạng"
msgid "IPv6 only"
msgstr "Chỉ IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "Ưu tiên IPv6"
@@ -4287,7 +4305,7 @@ msgstr "Ưu tiên IPv6"
msgid "IPv6 prefix"
msgstr "IPv6 prefix"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "Bộ lọc tiền tố IPv6"
@@ -4301,11 +4319,11 @@ msgstr "Độ dài IPv6 prefix"
msgid "IPv6 routed prefix"
msgstr "Tiền tố định tuyến IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "Định tuyến nguồn IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "Hậu tố IPv6"
@@ -4362,7 +4380,7 @@ msgstr "Nếu được chọn, thêm \"+ipv6\" vào các tùy chọn pppd"
msgid "If checked, encryption is disabled"
msgstr "Nếu chọn, vô hiệu hóa chế độ mã hóa"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4399,7 +4417,7 @@ msgstr ""
"lại thủ công với địa chỉ IP mới</strong> trong vòng %d giây để xác nhận các "
"thiết lập, nếu không, các sửa đổi sẽ bị hoàn lại."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
@@ -4407,7 +4425,7 @@ msgid "If unchecked, no default route is configured"
msgstr ""
"Nếu không được chỉ định, không có tuyến mạng mặc định nào được cấu hình"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4971,7 +4989,7 @@ msgstr "Chu kỳ lấy LCP"
msgid "LED Configuration"
msgstr "Cấu hình đèn LED"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -5198,7 +5216,7 @@ msgstr "Tải trung bình"
msgid "Load configuration…"
msgstr "Tải cấu hình…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5265,7 +5283,7 @@ msgstr "Khởi động cục bộ với hệ thống"
msgid "Local Time"
msgstr "Giờ địa phương"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "ULA cục bộ"
@@ -5366,7 +5384,7 @@ msgstr "Chế độ tương thích Lua đang hoạt động"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "Địa chỉ MAC"
@@ -5379,7 +5397,7 @@ msgid "MAC Address For The Actor"
msgstr "Địa chỉ MAC cho diễn viên"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "VLAN MAC"
@@ -5443,7 +5461,7 @@ msgid "MII Interval"
msgstr "Khoảng thời gian MII"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5692,7 +5710,7 @@ msgstr "Tên miền di động"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "Chế độ"
@@ -5875,7 +5893,7 @@ msgstr "Ứng cử viên máy chủ NTP"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5946,7 +5964,7 @@ msgid "Network bridge configuration migration"
msgstr "Di chuyển cấu hình cầu mạng"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "Thiết bị mạng"
@@ -5998,11 +6016,11 @@ msgstr ""
"Đặc tả miền cục bộ. Tên phù hợp với miền này không bao giờ được chuyển tiếp "
"và chỉ được giải quyết từ DHCP hoặc tập tin từ máy chủ."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "Không thể tạo giao diện mới cho \"%s\": %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "Tên giao diện mạng mới…"
@@ -6094,7 +6112,7 @@ msgstr "Không có mục nào"
msgid "No entries in this directory"
msgstr "Không có gì trong đường dẫn này"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6177,7 +6195,7 @@ msgid "No validation or filtering"
msgstr "Không có kiểm tra hoặc lọc"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "Không có vùng nào được gán"
@@ -6475,7 +6493,7 @@ msgstr ""
"Không bắt buộc. Đánh dấu 32 bit cho các gói được mã hóa đi. Nhập giá trị ở "
"dạng hex, bắt đầu bằng <code>0x</code>."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6641,11 +6659,11 @@ msgstr "Vùng đầu ra"
msgid "Overlap"
msgstr "Trùng lắp"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "Ghi đè bảng định tuyến IPv4"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "Ghi đè bảng định tuyến IPv6"
@@ -6843,7 +6861,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (Chế độ chuyển gói)"
@@ -6855,7 +6873,7 @@ msgstr "Cài đặt PXE/TFTP"
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "Định tuyến gói tin"
@@ -6883,7 +6901,7 @@ msgid_plural "Part of networks:"
msgstr[0] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "Phần của vùng %q"
@@ -7140,6 +7158,10 @@ msgstr "Ưu tiên LTE"
msgid "Prefer UMTS"
msgstr "Ưu tiên UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7251,7 +7273,7 @@ msgstr "Prot."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7550,7 +7572,7 @@ msgstr "Chuyển hướng đến hệ thống cục bộ"
msgid "References"
msgstr "Tham khảo"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "Làm mới các kênh"
@@ -7655,7 +7677,7 @@ msgstr "Loại bỏ địa chỉ IPv4 khỏi kết quả và chỉ trả về đ
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr "Loại bỏ địa chỉ IPv6 khỏi kết quả và chỉ trả về địa chỉ IPv4."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "Xóa các thiết lập thiết bị liên quan khỏi cấu hình"
@@ -8092,7 +8114,7 @@ msgstr "Khóa SSH"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8258,7 +8280,7 @@ msgstr "Thiết lập trường tiêu đề <var>%s</var> thành <strong>%s</str
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr "Đặt giao diện làm slave bên ngoài NDP-Proxy. Mặc định là tắt."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8367,7 +8389,7 @@ msgstr "Tắt giao diện mạng này"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8866,7 +8888,7 @@ msgstr "Chỉ định khóa mã hóa bí mật ở đây."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8896,7 +8918,7 @@ msgid "Starting configuration apply…"
msgstr "Đang áp dụng cáu hình…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "Bắt đầu quét mạng ..."
@@ -9219,7 +9241,7 @@ msgstr "Gói <em>qrencode</em> được yêu cầu để tạo hình ảnh mã Q
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9416,7 +9438,7 @@ msgstr "Tần số tỉ lệ thuận trực tiếp với tải trung bình CPU t
msgid "The gateway address must not be a local IP address"
msgstr "Địa chỉ gateway không được là địa chỉ IP cục bộ"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9461,11 +9483,11 @@ msgstr "Tên máy chủ khởi động"
msgid "The interface could not be found"
msgstr "Không tìm thấy giao diện"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "Giao diện mạng đã đang sử dụng"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "Tên giao diện mạng này quá dài"
@@ -9569,7 +9591,7 @@ msgstr ""
"một cổng Uplink để kết nối với mạng lớn hơn tiếp theo như internet và các "
"cổng khác cho mạng cục bộ."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9699,8 +9721,8 @@ msgstr ""
"Tập tin đang tải hình ảnh không bao gồm một hổ trợ format. Bảo đảm rằng bạn "
"chọn một image format tổng quát cho platform."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "Giá trị này bị ghi đè bởi cấu hình."
@@ -9921,7 +9943,7 @@ msgstr ""
"nhấp vào \"Thực hiện đặt lại\" (chỉ có thể thực hiện với tập tin ảnh kiểu "
"squashfs)."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Âm sắc"
@@ -10029,7 +10051,7 @@ msgstr "Giao diện đường hầm dữ liệu"
msgid "Tunnel Link"
msgstr "Liên kết đường hầm dữ liệu"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "Thiết bị đường hầm"
@@ -10038,7 +10060,7 @@ msgid "Tx-Power"
msgstr "Năng lượng truyền"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -10156,7 +10178,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "Không thể xác minh PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "Hủy cấu hình"
@@ -10168,7 +10190,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "Định dạng dữ liệu trả lời bất ngờ"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10353,7 +10375,7 @@ msgstr "Dùng DHCP gateway"
msgid "Use DHCPv6"
msgstr "Sử dụng DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10408,23 +10430,23 @@ msgstr "Sử dụng như thư mục hệ thống gốc"
msgid "Use broadcast flag"
msgstr "Sử dụng cờ quảng bá"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "Sử dụng trình quản lý IPv6 đã được tích hợp và hệ thống"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "Sử dụng máy chủ DNS tự tạo"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "Sử dụng cổng mặc định"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10532,11 +10554,11 @@ msgstr "Tên người dùng"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "Sử dụng bảng luồng <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10546,12 +10568,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (Bộ tổng hợp Cổng Ethernet Ảo)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10674,7 +10696,7 @@ msgid "Very High"
msgstr "Rất cao"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "Ethernet ảo"
@@ -10760,7 +10782,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -11024,9 +11046,9 @@ msgstr ""
msgid "any"
msgstr "Bất kì"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -11054,7 +11076,7 @@ msgstr "tự động (đã kích hoạt)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "cầu nối"
@@ -11120,7 +11142,7 @@ msgstr "Vô hiệu hóa"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -11184,7 +11206,7 @@ msgid "hexadecimal encoded value"
msgstr "Giá trị mã hóa thập lục phân"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "ẩn"
@@ -11349,7 +11371,7 @@ msgstr ""
msgid "relay mode"
msgstr "chế độ chuyển tiếp"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "Định tuyến"
diff --git a/modules/luci-base/po/zh_Hans/base.po b/modules/luci-base/po/zh_Hans/base.po
index 55343a8f19..faae292cf8 100644
--- a/modules/luci-base/po/zh_Hans/base.po
+++ b/modules/luci-base/po/zh_Hans/base.po
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"PO-Revision-Date: 2023-09-02 03:54+0000\n"
+"PO-Revision-Date: 2023-09-20 08:01+0000\n"
"Last-Translator: Eric <hamburger2048@users.noreply.hosted.weblate.org>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"openwrt/luci/zh_Hans/>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 5.0.1-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:921
msgid "!known (not known)"
@@ -23,7 +23,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" 表 \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f dB"
@@ -143,6 +143,7 @@ msgid_plural "%d flags"
msgstr[0] "%d 个标记"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr "12h(12 小时 - 默认)"
@@ -161,6 +162,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr "3h(3 小时)"
@@ -183,6 +185,7 @@ msgid "5 Minute Load:"
msgstr "5 分钟负载:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr "5m(5 分钟)"
@@ -191,6 +194,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "十六进制表示的 6 字节标识符,无冒号分隔"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr "7d(7 天)"
@@ -394,83 +398,83 @@ msgstr "已存在同名的目录。"
msgid "A new login is required since the authentication session expired."
msgstr "由于身份验证会话已过期,需要重新登录。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr "ADSL (G.992.1) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr "ADSL (G.992.1) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr "ADSL (所有变体) Annex A/L/M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr "ADSL (所有变体) Annex A/L/M + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr "ADSL (所有变体) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr "ADSL (所有变体) Annex B + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr "ADSL (所有变体) Annex B/J"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr "ADSL (所有变体) Annex B/J + VDSL2 Annex A/B/C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr "ADSL (所有变体) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr "ADSL2 (G.992.3) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr "ADSL2 (G.992.3) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr "ADSL2 (G.992.3) Annex L"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr "ADSL2 (G.992.3) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr "ADSL2+ (G.992.5) Annex A"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr "ADSL2+ (G.992.5) Annex B"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr "ADSL2+ (G.992.5) Annex M"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -528,25 +532,25 @@ msgstr ""
"注意:这不是 802.11v 中的定向多播服务 (DMS)。注意:可能会破坏接收端 STA 多播"
"预期。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM(异步传输模式)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM 网桥"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM 虚拟通道标识(VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM 虚拟路径标识(VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -555,7 +559,7 @@ msgstr ""
"ATM 桥是以 AAL5 协议封装以太网的虚拟 Linux 网桥,可与 DHCP 或 PPP 一同使用来"
"连接到运营商网络。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM 设备号码"
@@ -672,7 +676,7 @@ msgstr "自适应传输负载均衡(balance-tlb,5)"
msgid "Add"
msgstr "添加"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "添加 ATM 网桥"
@@ -692,11 +696,11 @@ msgstr "添加 LED 事件"
msgid "Add VLAN"
msgstr "添加 VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "添加设备配置"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "添加设备配置…"
@@ -715,7 +719,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "添加本地域名后缀到 HOSTS 文件中的域名。"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "添加新接口…"
@@ -781,7 +785,7 @@ msgstr "管理权"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -903,7 +907,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "允许 <em>root</em> 用户凭密码登录"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "允许的 IP"
@@ -955,7 +959,7 @@ msgstr "保存表单时出错:"
msgid "An optional, short description for this device"
msgstr "此设备的可选简短描述"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "Annex"
@@ -1061,7 +1065,7 @@ msgstr "架构"
msgid "Arp-scan"
msgstr "Arp 扫描"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr "将每个公共 IPv6 前缀的给定长度部分分配给此接口"
@@ -1070,7 +1074,7 @@ msgstr "将每个公共 IPv6 前缀的给定长度部分分配给此接口"
msgid "Assign new, freeform tags to this entry."
msgstr "给此条目分配新的、自由形态的标签。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1152,7 +1156,7 @@ msgstr "自动家庭网络(HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "在挂载前自动检查文件系统错误"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1200,11 +1204,11 @@ msgstr "平均:"
msgid "Avoid Bridge Loops"
msgstr "避免网桥回环"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1219,7 +1223,7 @@ msgstr "BSS 过渡"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1233,7 +1237,7 @@ msgstr "返回"
msgid "Back to Overview"
msgstr "返回至概览"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "返回 peer 配置"
@@ -1380,7 +1384,7 @@ msgid "Bridge VLAN filtering"
msgstr "网桥 VLAN 过滤"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "网桥设备"
@@ -1397,7 +1401,7 @@ msgstr "网桥端口"
msgid "Bridge traffic table \"%h\""
msgstr "网桥流量表 \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "桥接号"
@@ -1485,7 +1489,7 @@ msgstr "如果你的 ISP 有 IPv6 名称服务器但不提供 IPv6 路由,本
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1616,17 +1620,17 @@ msgstr "更改访问设备的管理员密码"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "信道"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "信道分析"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "信道宽度"
@@ -1838,7 +1842,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "配置此接口上 NDP 代理服务的操作模式。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "配置…"
@@ -1866,7 +1870,7 @@ msgstr "尝试连接失败"
msgid "Connection attempt failed."
msgstr "尝试连接失败。"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "连接端点"
@@ -1954,7 +1958,7 @@ msgstr "无线信号覆盖密度"
msgid "Create / Assign firewall-zone"
msgstr "创建/分配防火墙区域"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "创建接口"
@@ -2045,6 +2049,12 @@ msgstr "DHCP 客户端"
msgid "DHCP-Options"
msgstr "DHCP 选项"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2070,7 +2080,7 @@ msgstr "DNS 转发"
msgid "DNS query port"
msgstr "DNS 查询端口"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS 搜索域名"
@@ -2082,7 +2092,7 @@ msgstr "DNS 服务器端口"
msgid "DNS setting is invalid"
msgstr "DNS 设置无效"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS 权重"
@@ -2106,7 +2116,7 @@ msgstr "DPD 空闲超时"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR 地址"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "DSL"
@@ -2115,7 +2125,7 @@ msgstr "DSL"
msgid "DSL Status"
msgstr "DSL 状态"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL 线路模式"
@@ -2179,7 +2189,7 @@ msgstr "定义在传入帧上 VLAN 标头优先级到 Linux 内部数据包优
msgid "Defines a specific MTU for this route"
msgstr "为此路由定义一个特定的 MTU"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "委托 IPv6 前缀"
@@ -2266,8 +2276,8 @@ msgstr "目标区域"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2302,7 +2312,7 @@ msgstr "设备名"
msgid "Device not managed by ModemManager."
msgstr "设备不受 ModemManager 管理。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "设备不存在"
@@ -2318,7 +2328,7 @@ msgstr "无法连接到设备!"
msgid "Device unreachable! Still waiting for device..."
msgstr "设备无法访问。仍在等待设备……"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "设备"
@@ -2571,7 +2581,7 @@ msgstr "下载备份"
msgid "Download mtdblock"
msgstr "下载 mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "下游 SNR 偏移"
@@ -2860,7 +2870,7 @@ msgstr ""
"允许自动将<abbr title=\"Hypertext Transfer Protocol\">HTTP</abbr>请求重定向至"
"<abbr title=\"Hypertext Transfer Protocol Secure\">HTTPS</abbr>端口。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr "启用此接口上可用的 IPv6 前缀的下游委托"
@@ -2893,7 +2903,7 @@ msgstr "启用多播查询器"
msgid "Enable multicast support"
msgstr "启用多播支持"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr "启用所有 CPU 的数据包控制。可能有助于或阻碍网络速度。"
@@ -2970,8 +2980,8 @@ msgstr "在此网桥上启用生成树协议"
msgid "Encapsulation limit"
msgstr "封装限制"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "封装模式"
@@ -3093,7 +3103,7 @@ msgstr "扩展 HOSTS 文件中的主机后缀"
msgid "Expected port number."
msgstr "预期的端口号。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "请输入一个十六进制值"
@@ -3340,7 +3350,7 @@ msgstr "防火墙状态"
msgid "Firewall mark"
msgstr "防火墙标志"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "固件文件"
@@ -3374,6 +3384,10 @@ msgstr "刷写操作"
msgid "Flashing…"
msgstr "正在刷写…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3411,7 +3425,7 @@ msgstr "强制 TKIP 和 CCMP(AES)"
msgid "Force broadcast DHCP response."
msgstr "强制广播 DHCP 响应。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "强制链路"
@@ -3477,7 +3491,7 @@ msgstr "在此设备上将多播数据包转发为单播数据包。"
msgid "Forward/reverse DNS"
msgstr "转发/反向 DNS"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "转发模式"
@@ -3558,7 +3572,7 @@ msgid "General Settings"
msgstr "常规设置"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3580,11 +3594,11 @@ msgstr "本地生成 PMK"
msgid "Generate archive"
msgstr "生成备份"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "生成配置"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "生成配置…"
@@ -3600,7 +3614,7 @@ msgstr "生成预共享密钥"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "生成适合在 WireGuard 对端上导入的配置"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "正在生成二维码…"
@@ -3612,7 +3626,7 @@ msgstr "由于密码验证不匹配,密码没有更改!"
msgid "Global Settings"
msgstr "全局设置"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "全局网络选项"
@@ -3947,7 +3961,7 @@ msgstr "IP 地址无效"
msgid "IP address is missing"
msgstr "IP 地址缺失"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4118,6 +4132,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "IPv6 邻居"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "IPv6 RA 设置"
@@ -4134,7 +4152,7 @@ msgstr "IPv6 规则"
msgid "IPv6 Settings"
msgstr "IPv6 设置"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA 前缀"
@@ -4148,12 +4166,12 @@ msgstr "IPv6 上游"
msgid "IPv6 address"
msgstr "IPv6 地址"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6 分配提示"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6 分配长度"
@@ -4169,7 +4187,7 @@ msgstr "地址/网络掩码表示法中的 IPv6 网络"
msgid "IPv6 only"
msgstr "仅 IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "IPv6 优先级"
@@ -4178,7 +4196,7 @@ msgstr "IPv6 优先级"
msgid "IPv6 prefix"
msgstr "IPv6 前缀"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "IPv6 前缀过滤器"
@@ -4192,11 +4210,11 @@ msgstr "IPv6 地址前缀长度"
msgid "IPv6 routed prefix"
msgstr "IPv6 路由前缀"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "IPv6 源路由"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6 后缀"
@@ -4255,7 +4273,7 @@ msgstr "如果选中,则添加“+ipv6”至 pppd 选项"
msgid "If checked, encryption is disabled"
msgstr "如果选中,则禁用加密"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4287,14 +4305,14 @@ msgstr ""
"如此 IP 地址用于访问 LuCI 更改,需在 %d 秒内<strong>手动重连到新 IP</strong>"
"确认设置,否则修改将被还原。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "留空则不配置默认路由"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4846,7 +4864,7 @@ msgstr "LCP 响应间隔"
msgid "LED Configuration"
msgstr "LED 配置"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC"
@@ -4880,7 +4898,7 @@ msgstr "上次握手"
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:21
msgid "Leaf"
-msgstr "叶节点"
+msgstr "Leaf"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:775
msgid "Learn"
@@ -5065,7 +5083,7 @@ msgstr "平均负载"
msgid "Load configuration…"
msgstr "加载配置…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5132,7 +5150,7 @@ msgstr "本地启动脚本"
msgid "Local Time"
msgstr "本地时间"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "本地 ULA"
@@ -5233,7 +5251,7 @@ msgstr "Lua 兼容模式活跃"
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC 地址"
@@ -5246,7 +5264,7 @@ msgid "MAC Address For The Actor"
msgstr "这个 Actor 的 MAC 地址"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5310,7 +5328,7 @@ msgid "MII Interval"
msgstr "MII 间隔"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5547,7 +5565,7 @@ msgstr "移动域"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "模式"
@@ -5727,7 +5745,7 @@ msgstr "候选 NTP 服务器"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5798,7 +5816,7 @@ msgid "Network bridge configuration migration"
msgstr "网桥配置迁移"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "网络设备"
@@ -5848,11 +5866,11 @@ msgid ""
"files only."
msgstr "不转发匹配的域和子域,只从 DHCP 或 hosts 文件解析。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "无法为“%s”创建新接口:“%s”"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "新接口名称…"
@@ -5943,7 +5961,7 @@ msgstr "没有可用的条目"
msgid "No entries in this directory"
msgstr "此目录中没有内容"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6025,7 +6043,7 @@ msgid "No validation or filtering"
msgstr "没有验证或过滤"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "未指定区域"
@@ -6312,7 +6330,7 @@ msgid ""
msgstr ""
"可选,传出加密数据包的 32 位标记。请输入十六进制值,以 <code>0x</code> 开头。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6471,11 +6489,11 @@ msgstr "出口区域"
msgid "Overlap"
msgstr "重叠"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "覆盖 IPv4 路由表"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "覆盖 IPv6 路由表"
@@ -6669,7 +6687,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM(分组传输模式)"
@@ -6681,7 +6699,7 @@ msgstr "PXE/TFTP 设置"
msgid "Packet Service State"
msgstr "数据包服务状态"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "数据包引导"
@@ -6709,7 +6727,7 @@ msgid_plural "Part of networks:"
msgstr[0] "网络的一部分:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "区域 %q"
@@ -6965,6 +6983,10 @@ msgstr "首选 LTE"
msgid "Prefer UMTS"
msgstr "首选 UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr "首选的网络技术"
@@ -7071,7 +7093,7 @@ msgstr "协议"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7358,7 +7380,7 @@ msgstr "重定向到本地系统"
msgid "References"
msgstr "引用"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr "刷新频道"
@@ -7459,7 +7481,7 @@ msgstr "从结果中删除 IPv4 地址,只返回 IPv6 地址。"
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr "从结果中删除 IPv6 地址,只返回 IPv4 地址。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "从配置中移除相关的设备设置"
@@ -7888,7 +7910,7 @@ msgstr "SSH 密钥"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8051,7 +8073,7 @@ msgstr "将标头字段 <var>%s</var>设为<strong>%s</strong>"
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr "将接口设置为 NDP 代理外部从属设备。默认为关闭。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8154,7 +8176,7 @@ msgstr "关闭此接口"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8604,7 +8626,7 @@ msgstr "在此指定密钥。"
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr "速度: %d Mibit/s, 双工: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr "Splitterless ADSL (G.992.2) Annex A"
@@ -8634,7 +8656,7 @@ msgid "Starting configuration apply…"
msgstr "开始应用配置…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "正在启动无线扫描…"
@@ -8949,7 +8971,7 @@ msgstr "<em>qrencode</em>包对生成配置的二维码图像是必需的。"
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr "此主机的 DHCPv6-DUID (DHCP 唯一标识符)。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9133,7 +9155,7 @@ msgstr "频率与 1 分钟平均 CPU 负载直接成正比。"
msgid "The gateway address must not be a local IP address"
msgstr "网关地址不能是本地 IP 地址"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9171,11 +9193,11 @@ msgstr "引导服务器的主机名"
msgid "The interface could not be found"
msgstr "找不到此接口"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "接口名称已被使用"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "接口名称过长"
@@ -9267,7 +9289,7 @@ msgstr ""
"的计算机可以直接相互通信。<abbr title=\"虚拟局域网\">VLAN</abbr> 也常用于分割"
"不同网段。通常是默认一条上行端口连接运营商,其余端口用于本地网络。"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9388,8 +9410,8 @@ msgid ""
"you choose the generic image format for your platform."
msgstr "不支持所上传的映像文件格式,请选择适合当前平台的通用映像文件。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "该值被配置覆盖。"
@@ -9585,7 +9607,7 @@ msgstr ""
"上传备份存档以恢复配置。要将固件恢复到初始状态,请单击“执行重置”(仅 "
"squashfs 格式的镜像文件有效)。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "Tone"
@@ -9693,7 +9715,7 @@ msgstr "隧道接口"
msgid "Tunnel Link"
msgstr "隧道链接"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "隧道设备"
@@ -9702,7 +9724,7 @@ msgid "Tx-Power"
msgstr "传输功率"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9820,7 +9842,7 @@ msgstr "无法设置首选的模式。"
msgid "Unable to verify PIN"
msgstr "无法验证 PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "取消配置"
@@ -9832,7 +9854,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "错误的数据回复格式"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10009,7 +10031,7 @@ msgstr "使用 DHCP 网关"
msgid "Use DHCPv6"
msgstr "使用 DHCPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10062,23 +10084,23 @@ msgstr "作为根文件系统使用(/)"
msgid "Use broadcast flag"
msgstr "使用广播标签"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "使用内置的 IPv6 管理"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "使用自定义的 DNS 服务器"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "使用默认网关"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10182,11 +10204,11 @@ msgstr "用户名"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "使用流表( flow table)<strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "VDSL"
@@ -10196,12 +10218,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA(虚拟以太网端口聚合器)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10318,7 +10340,7 @@ msgid "Very High"
msgstr "非常高"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "虚拟以太网"
@@ -10406,7 +10428,7 @@ msgstr ""
"当一个主机匹配一个条目时,这个主机会被打上特殊标签<em>known</em>。使用"
"<em>known</em>标签来匹配所有已知的主机。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10654,9 +10676,9 @@ msgstr ""
msgid "any"
msgstr "任意"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10684,7 +10706,7 @@ msgstr "自动(已开启)"
msgid "baseT"
msgstr "baseT"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "桥接的"
@@ -10750,7 +10772,7 @@ msgstr "禁用"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10814,7 +10836,7 @@ msgid "hexadecimal encoded value"
msgstr "十六进制编码值"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "隐藏"
@@ -10977,7 +10999,7 @@ msgstr "通过在单个数据包而不是许多小数据包中收集和聚合发
msgid "relay mode"
msgstr "中继模式"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "已路由"
diff --git a/modules/luci-base/po/zh_Hant/base.po b/modules/luci-base/po/zh_Hant/base.po
index 05a208fc20..6176ba716c 100644
--- a/modules/luci-base/po/zh_Hant/base.po
+++ b/modules/luci-base/po/zh_Hant/base.po
@@ -21,7 +21,7 @@ msgctxt "Yet unknown nftables table family (\"family\" table \"name\")"
msgid "\"%h\" table \"%h\""
msgstr "\"%h\" 標籤 \"%h\""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1572
msgid "%.1f dB"
msgstr "%.1f 分貝"
@@ -141,6 +141,7 @@ msgid_plural "%d flags"
msgstr[0] "%d 旗幟"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:894
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:965
msgid "12h (12 hours - default)"
msgstr ""
@@ -159,6 +160,7 @@ msgid "3"
msgstr "3"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:893
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
msgid "3h (3 hours)"
msgstr ""
@@ -181,6 +183,7 @@ msgid "5 Minute Load:"
msgstr "5分鐘負載:"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:892
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:963
msgid "5m (5 minutes)"
msgstr ""
@@ -189,6 +192,7 @@ msgid "6-octet identifier as a hex string - no colons"
msgstr "6個八位元組識別碼作為十六進位字串 - 無冒號"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:895
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:966
msgid "7d (7 days)"
msgstr ""
@@ -394,83 +398,83 @@ msgstr "已存在同名的目錄。"
msgid "A new login is required since the authentication session expired."
msgstr "因為身分驗證會話已逾期,需要重新登入。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
msgid "A43C + J43 + A43"
msgstr "A43C + J43 + A43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
msgid "A43C + J43 + A43 + V43"
msgstr "A43C + J43 + A43 + V43"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1553
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1565
msgid "ADSL"
msgstr "ADSL"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
msgid "ADSL (G.992.1) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1528
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1540
msgid "ADSL (G.992.1) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1521
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
msgid "ADSL (all variants) Annex A/L/M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1517
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
msgid "ADSL (all variants) Annex A/L/M + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1522
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
msgid "ADSL (all variants) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1518
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
msgid "ADSL (all variants) Annex B + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1523
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
msgid "ADSL (all variants) Annex B/J"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
msgid "ADSL (all variants) Annex B/J + VDSL2 Annex A/B/C"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1525
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1537
msgid "ADSL (all variants) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1530
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
msgid "ADSL2 (G.992.3) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1531
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
msgid "ADSL2 (G.992.3) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1532
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1544
msgid "ADSL2 (G.992.3) Annex L"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1533
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1545
msgid "ADSL2 (G.992.3) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1534
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
msgid "ADSL2+ (G.992.5) Annex A"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1535
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
msgid "ADSL2+ (G.992.5) Annex B"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1536
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
msgid "ADSL2+ (G.992.5) Annex M"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1526
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
msgid "ANSI T1.413"
msgstr "ANSI T1.413"
@@ -528,25 +532,25 @@ msgstr ""
"意:這不是 802.11v 中的定向組播服務 (DMS)。注意:可能會破壞接收方 STA 組播"
"預期。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1548
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1560
msgid "ATM (Asynchronous Transfer Mode)"
msgstr "ATM (非同步傳輸模式)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid "ATM Bridges"
msgstr "ATM橋接"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1601
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:66
msgid "ATM Virtual Channel Identifier (VCI)"
msgstr "ATM虛擬通道識別(VCI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1602
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1614
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:70
msgid "ATM Virtual Path Identifier (VPI)"
msgstr "ATM虛擬路徑識別(VPI)"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1569
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1581
msgid ""
"ATM bridges expose encapsulated ethernet in AAL5 connections as virtual "
"Linux network interfaces which can be used in conjunction with DHCP or PPP "
@@ -555,7 +559,7 @@ msgstr ""
"ATM橋接是以AAL5協定封裝乙太網路如同虛擬Linux網路界面卡,用於連接DHCP或PPP來撥"
"號連接到網際網路。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1608
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1620
#: protocols/luci-proto-ppp/htdocs/luci-static/resources/protocol/pppoa.js:62
msgid "ATM device number"
msgstr "ATM裝置號碼"
@@ -672,7 +676,7 @@ msgstr "自適應發送負載平衡 (balance-tlb, 5)"
msgid "Add"
msgstr "加入"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1573
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1585
msgid "Add ATM Bridge"
msgstr "新增 ATM 橋接"
@@ -692,11 +696,11 @@ msgstr "新增 LED 動作"
msgid "Add VLAN"
msgstr "新增 VLAN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1340
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1352
msgid "Add device configuration"
msgstr "加入裝置設定"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1292
msgid "Add device configuration…"
msgstr "加入裝置設定…"
@@ -715,7 +719,7 @@ msgid "Add local domain suffix to names served from hosts files."
msgstr "將本地網域尾碼加入到主機檔案提供的名稱。"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:482
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1176
msgid "Add new interface..."
msgstr "新增新介面…"
@@ -781,7 +785,7 @@ msgstr "管理"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:257
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:495
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:650
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1599
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:39
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:128
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:918
@@ -898,7 +902,7 @@ msgid "Allow the <em>root</em> user to log in with password"
msgstr "允許 <em>root</em> 用戶以密碼登入"
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:624
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:56
msgid "Allowed IPs"
msgstr "允許的 IP群"
@@ -951,7 +955,7 @@ msgstr "儲存表單時發生錯誤:"
msgid "An optional, short description for this device"
msgstr "此裝置的可選簡短描述"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1515
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1527
msgid "Annex"
msgstr "附件"
@@ -1055,7 +1059,7 @@ msgstr "架構"
msgid "Arp-scan"
msgstr "Arp 掃描"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid ""
"Assign a part of given length of every public IPv6-prefix to this interface"
msgstr "分配一部分給定長度的公共IPv6地址前綴於此介面"
@@ -1064,7 +1068,7 @@ msgstr "分配一部分給定長度的公共IPv6地址前綴於此介面"
msgid "Assign new, freeform tags to this entry."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid ""
"Assign prefix parts using this hexadecimal subprefix ID for this interface."
@@ -1146,7 +1150,7 @@ msgstr "智慧家庭自動控制網路 (HNCP)"
msgid "Automatically check filesystem for errors before mounting"
msgstr "在掛載前先檢查檔案系統中是否含有錯誤"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid ""
"Automatically handle multiple uplink interfaces using source-based policy "
"routing."
@@ -1194,11 +1198,11 @@ msgstr "平均:"
msgid "Avoid Bridge Loops"
msgstr "避免網橋環路"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1542
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
msgid "B43 + B43C"
msgstr "B43 + B43C"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1543
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1555
msgid "B43 + B43C + V43"
msgstr "B43 + B43C + V43"
@@ -1213,7 +1217,7 @@ msgstr "BSS 過渡"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:158
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1841
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:407
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:149
msgid "BSSID"
msgstr "BSSID"
@@ -1227,7 +1231,7 @@ msgstr "返回"
msgid "Back to Overview"
msgstr "返回至總覽"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:834
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:839
msgid "Back to peer configuration"
msgstr "返回 peer 設定"
@@ -1376,7 +1380,7 @@ msgid "Bridge VLAN filtering"
msgstr "橋接 VLAN 過濾"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:398
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1438
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
msgid "Bridge device"
msgstr "橋接裝置"
@@ -1393,7 +1397,7 @@ msgstr "橋接連接埠"
msgid "Bridge traffic table \"%h\""
msgstr "橋接流量表「%h」"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1609
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1621
msgid "Bridge unit number"
msgstr "橋接單位號碼"
@@ -1481,7 +1485,7 @@ msgstr "如果ISP具有IPv6名稱服務器,但不提供IPv6路由,則很有
#: modules/luci-compat/luasrc/view/cbi/delegator.htm:14
#: modules/luci-compat/luasrc/view/cbi/simpleform.htm:52
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:188
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1170
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1182
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2140
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:128
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/flash.js:295
@@ -1612,17 +1616,17 @@ msgstr "修改可存取這裝置的管理員密碼"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:184
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:504
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1839
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:170
msgid "Channel"
msgstr "頻道"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:368
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:372
#: modules/luci-mod-status/root/usr/share/luci/menu.d/luci-mod-status.json:105
msgid "Channel Analysis"
msgstr "通道分析"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:405
msgid "Channel Width"
msgstr "通道寬度"
@@ -1835,7 +1839,7 @@ msgid ""
"Configures the operation mode of the NDP proxy service on this interface."
msgstr "設定此介面上 NDP 代理服務的操作模式。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1326
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1338
msgid "Configure…"
msgstr "設定…"
@@ -1863,7 +1867,7 @@ msgstr "連線嘗試失敗"
msgid "Connection attempt failed."
msgstr "嘗試連線失敗."
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid "Connection endpoint"
msgstr "連線端點"
@@ -1951,7 +1955,7 @@ msgstr "無線電波涵蓋密度"
msgid "Create / Assign firewall-zone"
msgstr "建立/指定防火牆作用區"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1202
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1214
msgid "Create interface"
msgstr "建立介面"
@@ -2044,6 +2048,12 @@ msgstr "DHCP用戶端"
msgid "DHCP-Options"
msgstr "DHCP 選項"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid ""
+"DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the "
+"IPv6 prefix."
+msgstr ""
+
#: modules/luci-compat/luasrc/model/network/proto_dhcpv6.lua:7
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:7
msgid "DHCPv6 client"
@@ -2069,7 +2079,7 @@ msgstr "DNS封包轉發"
msgid "DNS query port"
msgstr "<abbr title=\"Domain Name System\">DNS</abbr> 查詢埠號"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:977
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:989
msgid "DNS search domains"
msgstr "DNS 搜尋網域"
@@ -2081,7 +2091,7 @@ msgstr "<abbr title=\"Domain Name System\">DNS</abbr> 伺服器埠號"
msgid "DNS setting is invalid"
msgstr "DNS 設定無效"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid "DNS weight"
msgstr "DNS 權重"
@@ -2105,7 +2115,7 @@ msgstr "DPD 閒置逾時"
msgid "DS-Lite AFTR address"
msgstr "DS-Lite AFTR 位址"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1524
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/50_dsl.js:37
msgid "DSL"
msgstr "數位用戶線路(DSL)"
@@ -2114,7 +2124,7 @@ msgstr "數位用戶線路(DSL)"
msgid "DSL Status"
msgstr "DSL狀態"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
msgid "DSL line mode"
msgstr "DSL 線路模式"
@@ -2178,7 +2188,7 @@ msgstr "在傳入框架上定義 VLAN 標頭優先順序到 Linux 內部封包
msgid "Defines a specific MTU for this route"
msgstr "為此路由定義一個特定的 MTU"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid "Delegate IPv6 prefixes"
msgstr "委派 IPv6 首碼"
@@ -2265,8 +2275,8 @@ msgstr "目標區域"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:46
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:81
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:586
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1152
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1454
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1164
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1466
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:55
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/led-trigger/netdev.js:13
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/mounts.js:248
@@ -2301,7 +2311,7 @@ msgstr "裝置名稱"
msgid "Device not managed by ModemManager."
msgstr "裝置未被\"數據機管理員(ModemManager)\"所管理."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1429
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
msgid "Device not present"
msgstr "裝置不存在"
@@ -2317,7 +2327,7 @@ msgstr "裝置不可達!"
msgid "Device unreachable! Still waiting for device..."
msgstr "裝置不可達!仍在等待裝置中…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1277
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1289
msgid "Devices"
msgstr "裝置"
@@ -2574,7 +2584,7 @@ msgstr "下載備份檔"
msgid "Download mtdblock"
msgstr "下載 mtdblock"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1556
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1568
msgid "Downstream SNR offset"
msgstr "下載串流 SNR 位移"
@@ -2860,7 +2870,7 @@ msgstr ""
"title=\"Hypertext Transfer Protocol Secure\">HTTPS</abbr> 的自動重新導向連接"
"埠。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1005
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1017
msgid ""
"Enable downstream delegation of IPv6 prefixes available on this interface"
msgstr "啟用此接口上可用的 IPv6 前綴的下游委託"
@@ -2893,7 +2903,7 @@ msgstr "啟用多播查詢器"
msgid "Enable multicast support"
msgstr "啟用多播支援"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid ""
"Enable packet steering across all CPUs. May help or hinder network speed."
msgstr "啟用所有 CPU 的封包控制。 可能會增加或減少網路速度。"
@@ -2970,8 +2980,8 @@ msgstr "在橋接器上啟用802.1d Spanning Tree協定"
msgid "Encapsulation limit"
msgstr "封裝限制"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1546
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1604
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1558
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1616
msgid "Encapsulation mode"
msgstr "封裝模式"
@@ -3093,7 +3103,7 @@ msgstr "延伸主機"
msgid "Expected port number."
msgstr "預期的埠號。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1022
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1034
msgid "Expecting a hexadecimal assignment hint"
msgstr "預期十六進位賦值提示"
@@ -3339,7 +3349,7 @@ msgstr "防火牆狀態"
msgid "Firewall mark"
msgstr "防火牆標誌"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1563
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1575
msgid "Firmware File"
msgstr "韌體檔案"
@@ -3373,6 +3383,10 @@ msgstr "韌體工具"
msgid "Flashing…"
msgstr "燒錄中…"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:969
+msgid "Follow IPv4 Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/dhcp.js:619
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:703
msgid "Force"
@@ -3410,7 +3424,7 @@ msgstr "強制使用TKIP+CCMP (AES)加密"
msgid "Force broadcast DHCP response."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid "Force link"
msgstr "強制連結"
@@ -3476,7 +3490,7 @@ msgstr "在此裝置上將多播資料封包轉發為單播資料封包。"
msgid "Forward/reverse DNS"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1611
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1623
msgid "Forwarding mode"
msgstr "轉發模式"
@@ -3557,7 +3571,7 @@ msgid "General Settings"
msgstr "一般設定"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:649
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1598
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1610
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:917
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:979
msgid "General Setup"
@@ -3579,11 +3593,11 @@ msgstr "本地產生 PMK"
msgid "Generate archive"
msgstr "製作壓縮檔"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:819
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:824
msgid "Generate configuration"
msgstr "產生設定"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:859
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:864
msgid "Generate configuration…"
msgstr "產生設定…"
@@ -3599,7 +3613,7 @@ msgstr "產生預先共用金鑰"
msgid "Generates a configuration suitable for import on a WireGuard peer"
msgstr "產生適合在 WireGuard 對端上匯入的設定"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:793
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:798
msgid "Generating QR code…"
msgstr "正在產生 QR code…"
@@ -3611,7 +3625,7 @@ msgstr "輸入的密碼確認不匹配,密碼未更改!"
msgid "Global Settings"
msgstr "全域設定"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1512
msgid "Global network options"
msgstr "全域網路選項"
@@ -3945,7 +3959,7 @@ msgstr "IP位址無效"
msgid "IP address is missing"
msgstr "缺少IP位址"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:781
msgid ""
"IP addresses that are allowed inside the tunnel. The peer will accept "
"tunnelled packets with source IP addresses matching this list and route back "
@@ -4116,6 +4130,10 @@ msgstr "IPv6 MTU"
msgid "IPv6 Neighbours"
msgstr "IPv6 鄰居"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "IPv6 Prefix Lifetime"
+msgstr ""
+
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:652
msgid "IPv6 RA Settings"
msgstr "IPv6 RA 設定"
@@ -4132,7 +4150,7 @@ msgstr "IPv6 規則"
msgid "IPv6 Settings"
msgstr "IPv6 設定"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid "IPv6 ULA-Prefix"
msgstr "IPv6 ULA前綴"
@@ -4146,12 +4164,12 @@ msgstr "IPv6 上游"
msgid "IPv6 address"
msgstr "IPv6位址"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1025
#: protocols/luci-proto-hnet/htdocs/luci-static/resources/protocol/hnet.js:27
msgid "IPv6 assignment hint"
msgstr "IPv6 分配提示"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1008
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1020
msgid "IPv6 assignment length"
msgstr "IPv6 分配長度"
@@ -4167,7 +4185,7 @@ msgstr "IPv6網路以位址/子網路遮罩表示"
msgid "IPv6 only"
msgstr "僅 IPv6"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid "IPv6 preference"
msgstr "IPv6 偏好設定"
@@ -4176,7 +4194,7 @@ msgstr "IPv6 偏好設定"
msgid "IPv6 prefix"
msgstr "IPv6字首"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid "IPv6 prefix filter"
msgstr "IPv6 前綴過濾器"
@@ -4190,11 +4208,11 @@ msgstr "IPv6字首長度"
msgid "IPv6 routed prefix"
msgstr "IPv6路由前綴"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1001
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1013
msgid "IPv6 source routing"
msgstr "IPv6 源路由"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid "IPv6 suffix"
msgstr "IPv6 尾碼"
@@ -4251,7 +4269,7 @@ msgstr "一旦勾選, 新增\"+ipv6\"到 pppd 選項"
msgid "If checked, encryption is disabled"
msgstr "如果勾選,加密會停用"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1030
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1042
msgid ""
"If set, downstream subnets are only allocated from the given IPv6 prefix "
"classes."
@@ -4283,14 +4301,14 @@ msgstr ""
"如果此 IP 位址用於存取 LuCI 變更,需在 %d 秒內<strong>手動重新連線到新 IP </"
"strong>確認設定,否則修改將被還原。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:134
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:129
msgid "If unchecked, no default route is configured"
msgstr "如果沒勾選, 將不會設置預設路由"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:145
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:140
@@ -4840,7 +4858,7 @@ msgstr "LCP協定呼叫間隔"
msgid "LED Configuration"
msgstr "LED 設定"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1605
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1617
msgid "LLC"
msgstr "LLC邏輯鏈結控制層"
@@ -5058,7 +5076,7 @@ msgstr "平均負載"
msgid "Load configuration…"
msgstr "載入設定…"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1198
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1210
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:2065
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:167
msgid "Loading data…"
@@ -5125,7 +5143,7 @@ msgstr "本地啟動"
msgid "Local Time"
msgstr "本地時間"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1031
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1043
msgid "Local ULA"
msgstr "本地 ULA"
@@ -5226,7 +5244,7 @@ msgstr ""
msgid "MAC"
msgstr "MAC"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1476
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
msgid "MAC Address"
msgstr "MAC 位址"
@@ -5239,7 +5257,7 @@ msgid "MAC Address For The Actor"
msgstr "將扮演的MAC位址"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:401
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1456
msgid "MAC VLAN"
msgstr "MAC VLAN"
@@ -5303,7 +5321,7 @@ msgid "MII Interval"
msgstr "MII寄存器間隔"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:634
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1488
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1500
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:87
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:53
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:196
@@ -5544,7 +5562,7 @@ msgstr "行動網域"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:486
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:985
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1840
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:404
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:406
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:148
msgid "Mode"
msgstr "模式"
@@ -5724,7 +5742,7 @@ msgstr "候選 NTP 伺服器"
#: modules/luci-base/htdocs/luci-static/resources/form.js:2618
#: modules/luci-base/htdocs/luci-static/resources/ui.js:4186
#: modules/luci-compat/luasrc/view/cbi/tblsection.htm:27
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1132
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/leds.js:68
#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/view/wireguard/status.js:36
msgid "Name"
@@ -5795,7 +5813,7 @@ msgid "Network bridge configuration migration"
msgstr "橋接設定遷移"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:397
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1450
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1462
msgid "Network device"
msgstr "網路裝置"
@@ -5846,11 +5864,11 @@ msgid ""
"files only."
msgstr "區網規範。不轉發與此網域符合的名稱,且僅從 DHCP 或 host 文件中解析。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1184
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1196
msgid "New interface for \"%s\" can not be created: %s"
msgstr "\"%s\" 的新介面無法建立: %s"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1135
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1147
msgid "New interface name…"
msgstr "新介面名稱…"
@@ -5942,7 +5960,7 @@ msgstr "沒有可用的項目"
msgid "No entries in this directory"
msgstr "在這目錄中缺乏項目"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:841
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:846
msgid ""
"No fixed interface listening port defined, peers might not be able to "
"initiate connections to this WireGuard instance!"
@@ -6025,7 +6043,7 @@ msgid "No validation or filtering"
msgstr "沒有驗證或過濾"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "No zone assigned"
msgstr "未分配區域"
@@ -6306,7 +6324,7 @@ msgid ""
"starting with <code>0x</code>."
msgstr "可選性. 傳出的加密封包的32位元標記. 以十六進制<code>0x</code>為輸入值."
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1053
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1065
msgid ""
"Optional. Allowed values: 'eui64', 'random', fixed value like '::1' or "
"'::1:2'. When IPv6 prefix (like 'a:b:c:d::') is received from a delegating "
@@ -6465,11 +6483,11 @@ msgstr "輸出的區域"
msgid "Overlap"
msgstr "交疊"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:990
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1002
msgid "Override IPv4 routing table"
msgstr "覆蓋 IPv4 路由表"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:995
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1007
msgid "Override IPv6 routing table"
msgstr "覆蓋 IPv6 路由表"
@@ -6663,7 +6681,7 @@ msgctxt "Label indicating that WireGuard peer uses a PSK"
msgid "PSK"
msgstr "PSK"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1549
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1561
msgid "PTM/EFM (Packet Transfer Mode)"
msgstr "PTM/EFM (封包傳輸模式)"
@@ -6675,7 +6693,7 @@ msgstr "PXE/TFTP 設定"
msgid "Packet Service State"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1507
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1519
msgid "Packet Steering"
msgstr "封包操控"
@@ -6703,7 +6721,7 @@ msgid_plural "Part of networks:"
msgstr[0] ""
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:153
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1229
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1241
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/29_ports.js:250
msgid "Part of zone %q"
msgstr "區域 %q 的部分"
@@ -6960,6 +6978,10 @@ msgstr "偏好 LTE"
msgid "Prefer UMTS"
msgstr "偏好 UMTS"
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:960
+msgid "Preferred lifetime for a prefix."
+msgstr ""
+
#: protocols/luci-proto-modemmanager/htdocs/luci-static/resources/protocol/modemmanager.js:106
msgid "Preferred network technology"
msgstr ""
@@ -7066,7 +7088,7 @@ msgstr "協定."
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:80
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:571
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1149
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1161
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/connections.js:384
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/30_network.js:32
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/routes.js:191
@@ -7355,7 +7377,7 @@ msgstr "重定向至「本地系統」診斷樹"
msgid "References"
msgstr "引用"
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:373
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:377
msgid "Refresh Channels"
msgstr ""
@@ -7456,7 +7478,7 @@ msgstr ""
msgid "Remove IPv6 addresses from the results and only return IPv4 addresses."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1330
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1342
msgid "Remove related device settings from the configuration"
msgstr "從設定中移除相關的裝置設定"
@@ -7885,7 +7907,7 @@ msgstr "SSH 金鑰"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:156
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:181
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1838
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:401
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:403
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:147
msgid "SSID"
msgstr "SSID"
@@ -8048,7 +8070,7 @@ msgstr "將標頭欄位 <var>%s</var> 設定為 <strong>%s</strong>"
msgid "Set interface as NDP-Proxy external slave. Default is off."
msgstr "將介面設定為 NDP 代理外部從屬裝置。預設為關閉。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1268
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1280
msgid ""
"Set interface properties regardless of the link carrier (If set, carrier "
"sense events do not invoke hotplug handlers)."
@@ -8151,7 +8173,7 @@ msgstr "關閉這個介面"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:186
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1837
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:42
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:400
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:402
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:146
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:235
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:278
@@ -8601,7 +8623,7 @@ msgstr "指定加密金鑰在此."
msgid "Speed: %d Mibit/s, Duplex: %s"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1529
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1541
msgid "Splitterless ADSL (G.992.2) Annex A"
msgstr ""
@@ -8631,7 +8653,7 @@ msgid "Starting configuration apply…"
msgstr "開始套用設定值…"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1854
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:425
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:428
msgid "Starting wireless scan..."
msgstr "開始無線掃描..."
@@ -8947,7 +8969,7 @@ msgstr "<em>qrencode</em>套件對產生設定的 QR code 圖片是必需的。"
msgid "The DHCPv6-DUID (DHCP unique identifier) of this host."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:982
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:994
msgid ""
"The DNS server entries in the local resolv.conf are primarily sorted by the "
"weight specified here"
@@ -9129,7 +9151,7 @@ msgstr "頻率與 1 分鐘的平均 CPU 負載成正比。"
msgid "The gateway address must not be a local IP address"
msgstr "網關位址不能是本地 IP"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:752
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:757
msgid ""
"The generated configuration can be imported into a WireGuard client "
"application to set up a connection towards this device."
@@ -9167,11 +9189,11 @@ msgstr "引導伺服器的主機名"
msgid "The interface could not be found"
msgstr "找不到此介面"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1138
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1150
msgid "The interface name is already used"
msgstr "介面名稱已被使用"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1144
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1156
msgid "The interface name is too long"
msgstr "介面名稱太長了"
@@ -9264,7 +9286,7 @@ msgstr ""
"Area Network\">VLAN</abbr> 常用來分割網路區段。預設會有一個上傳埠來連接到下一"
"個網路,像是 Internet ,而其它埠則供區網使用。"
-#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:771
+#: protocols/luci-proto-wireguard/htdocs/luci-static/resources/protocol/wireguard.js:776
msgid ""
"The public hostname or IP address of this system the peer should connect to. "
"This usually is a static public IP address, a static hostname or a DDNS "
@@ -9383,8 +9405,8 @@ msgid ""
msgstr ""
"以上傳的映像檔不包含支援格式,請確認您選擇的是針對您的平台採用的通用映像檔。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1496
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1508
msgid "The value is overridden by configuration."
msgstr "該值被設定覆蓋。"
@@ -9583,7 +9605,7 @@ msgstr ""
"要還原設定檔,可以上傳先前製作的備份壓縮檔。要重置為出廠設定,按下「執行重"
"置」(可能只對 squashfs 映像檔有效)。"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1538
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1550
msgid "Tone"
msgstr "音節"
@@ -9692,7 +9714,7 @@ msgstr "通道介面"
msgid "Tunnel Link"
msgstr "連線通道"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1441
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1453
msgid "Tunnel device"
msgstr "隧道裝置"
@@ -9701,7 +9723,7 @@ msgid "Tx-Power"
msgstr "傳送-功率"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:45
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1472
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1484
#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/include/60_wifi.js:169
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/map.js:43
msgid "Type"
@@ -9819,7 +9841,7 @@ msgstr ""
msgid "Unable to verify PIN"
msgstr "無法驗證 PIN"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1329
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1341
msgid "Unconfigure"
msgstr "取消配置"
@@ -9831,7 +9853,7 @@ msgstr "Unet"
msgid "Unexpected reply data format"
msgstr "未預期回應的資料格式"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1504
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1516
msgid ""
"Unique Local Address - in the range <code>fc00::/7</code>. Typically only "
"within the &#8216;local&#8217; half <code>fd00::/8</code>. ULA for IPv6 is "
@@ -10010,7 +10032,7 @@ msgstr "使用DHCP的閘道"
msgid "Use DHCPv6"
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:968
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:980
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:144
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:160
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:139
@@ -10063,23 +10085,23 @@ msgstr "當作根 檔案系統(/)"
msgid "Use broadcast flag"
msgstr "當作廣播旗標"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1264
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1276
msgid "Use builtin IPv6-management"
msgstr "使用內建的IPv6管理功能"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:972
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:984
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:148
msgid "Use custom DNS servers"
msgstr "使用自訂的 DNS 伺服器"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:964
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:976
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:133
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:156
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:128
msgid "Use default gateway"
msgstr "使用預設閘道"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:986
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:998
#: protocols/luci-proto-mbim/htdocs/luci-static/resources/protocol/mbim.js:138
#: protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js:164
#: protocols/luci-proto-qmi/htdocs/luci-static/resources/protocol/qmi.js:133
@@ -10180,11 +10202,11 @@ msgstr "用戶名稱"
msgid "Utilize flow table <strong>%h</strong>"
msgstr "利用流量表 <strong>%h</strong>"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1606
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1618
msgid "VC-Mux"
msgstr "虛擬電路多工器VC-Mux"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1554
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1566
msgid "VDSL"
msgstr "超高速數位用戶迴路 (VDSL)"
@@ -10194,12 +10216,12 @@ msgid "VEPA (Virtual Ethernet Port Aggregator)"
msgstr "VEPA (虛擬乙太網路埠匯集器)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:400
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1435
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
msgid "VLAN (802.1ad)"
msgstr "VLAN (802.1ad)"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:399
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1432
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1444
msgid "VLAN (802.1q)"
msgstr "VLAN (802.1q)"
@@ -10316,7 +10338,7 @@ msgid "Very High"
msgstr "超高速"
#: modules/luci-mod-network/htdocs/luci-static/resources/tools/network.js:402
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1447
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1459
msgid "Virtual Ethernet"
msgstr "虛擬乙太網路"
@@ -10402,7 +10424,7 @@ msgid ""
"<em>known</em> to match all known hosts."
msgstr ""
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1057
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1069
msgid ""
"When delegating prefixes to multiple downstreams, interfaces with a higher "
"preference value are considered first when allocating subnets."
@@ -10644,9 +10666,9 @@ msgstr ""
msgid "any"
msgstr "任意"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1539
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1547
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1552
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1551
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1559
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1564
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:103
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/routes.js:134
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1238
@@ -10674,7 +10696,7 @@ msgstr ""
msgid "baseT"
msgstr "baseT標準"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1612
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1624
msgid "bridged"
msgstr "已橋接"
@@ -10740,7 +10762,7 @@ msgstr "關閉"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:782
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:904
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:944
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1009
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1021
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:91
#: protocols/luci-proto-ipv6/htdocs/luci-static/resources/protocol/dhcpv6.js:25
msgid "disabled"
@@ -10804,7 +10826,7 @@ msgid "hexadecimal encoded value"
msgstr "十六進制編碼值"
#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js:1914
-#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:309
+#: modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js:313
msgid "hidden"
msgstr "隱藏"
@@ -10967,7 +10989,7 @@ msgstr "通過在單個數據包而不是許多小數據包中收集和聚合發
msgid "relay mode"
msgstr "中繼模式"
-#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1613
+#: modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js:1625
msgid "routed"
msgstr "路由"
diff --git a/modules/luci-mod-dashboard/po/cs/dashboard.po b/modules/luci-mod-dashboard/po/cs/dashboard.po
index 1510f26dbf..7941696d88 100644
--- a/modules/luci-mod-dashboard/po/cs/dashboard.po
+++ b/modules/luci-mod-dashboard/po/cs/dashboard.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2023-01-18 00:56+0000\n"
-"Last-Translator: Lukáš Wagner <lukaswagner1@gmail.com>\n"
+"PO-Revision-Date: 2023-09-18 21:37+0000\n"
+"Last-Translator: David Rapaň <david@rapan.cz>\n"
"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/"
"lucimodulesluci-mod-dashboard/cs/>\n"
"Language: cs\n"
@@ -10,7 +10,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\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.15.1-dev\n"
+"X-Generator: Weblate 5.0.2\n"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:163
msgid "Active"
@@ -65,11 +65,11 @@ msgstr "Připojená zařízení"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:86
msgid "Down."
-msgstr ""
+msgstr "Staž."
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js:129
msgid "Download"
-msgstr ""
+msgstr "Staženo"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:187
msgid "Encryption"
@@ -97,11 +97,11 @@ msgstr "Poskytnout přístup k zobrazení stavu DHCP"
#: modules/luci-mod-dashboard/root/usr/share/rpcd/acl.d/luci-mod-dashboard.json:12
msgid "Grant access to main status display"
-msgstr ""
+msgstr "Udělit přístup k zobrazení hlavního stavu"
#: modules/luci-mod-dashboard/root/usr/share/rpcd/acl.d/luci-mod-dashboard.json:3
msgid "Grant access to the system route status"
-msgstr ""
+msgstr "Udělit přístup ke stavu routování"
#: modules/luci-mod-dashboard/root/usr/share/rpcd/acl.d/luci-mod-dashboard.json:34
msgid "Grant access to wireless status display"
@@ -156,11 +156,11 @@ msgstr "MAC"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js:119
msgid "Mac"
-msgstr ""
+msgstr "Mac"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:177
msgid "Mbit/s"
-msgstr "Mbit/s"
+msgstr "Mbitů/s"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js:303
msgid "Model"
@@ -191,11 +191,11 @@ msgstr "Systém"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:86
msgid "Up."
-msgstr ""
+msgstr "Nahr."
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js:124
msgid "Upload"
-msgstr ""
+msgstr "Nahráno"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js:183
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/10_router.js:223
diff --git a/modules/luci-mod-dashboard/po/lt/dashboard.po b/modules/luci-mod-dashboard/po/lt/dashboard.po
index c43e2a4b3d..49566b8d50 100644
--- a/modules/luci-mod-dashboard/po/lt/dashboard.po
+++ b/modules/luci-mod-dashboard/po/lt/dashboard.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2023-08-15 01:01+0000\n"
+"PO-Revision-Date: 2023-10-06 08:29+0000\n"
"Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/"
"lucimodulesluci-mod-dashboard/lt/>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
"1 : 2);\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:163
msgid "Active"
@@ -95,7 +95,7 @@ msgstr "„GatewayV6“"
#: modules/luci-mod-dashboard/root/usr/share/rpcd/acl.d/luci-mod-dashboard.json:25
msgid "Grant access to DHCP status display"
-msgstr "Duoti/Suteikti prieigą prie „DHCP“ statuso rodymo"
+msgstr "Duoti/Suteikti prieigą prie „DHCP“ būsenos rodymo"
#: modules/luci-mod-dashboard/root/usr/share/rpcd/acl.d/luci-mod-dashboard.json:12
msgid "Grant access to main status display"
diff --git a/modules/luci-mod-dashboard/po/nl/dashboard.po b/modules/luci-mod-dashboard/po/nl/dashboard.po
index 6b516f9d85..fa67ff8953 100644
--- a/modules/luci-mod-dashboard/po/nl/dashboard.po
+++ b/modules/luci-mod-dashboard/po/nl/dashboard.po
@@ -1,8 +1,8 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
-"PO-Revision-Date: 2023-06-11 03:31+0000\n"
-"Last-Translator: xtz1983 <xtz1983@gmail.com>\n"
+"PO-Revision-Date: 2023-10-08 08:51+0000\n"
+"Last-Translator: Fabrice Delahaij <fdelahaij@extreemhost.nl>\n"
"Language-Team: Dutch <https://hosted.weblate.org/projects/openwrt/"
"lucimodulesluci-mod-dashboard/nl/>\n"
"Language: nl\n"
@@ -10,7 +10,7 @@ msgstr ""
"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.18-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:163
msgid "Active"
@@ -111,7 +111,7 @@ msgstr "Toegang verlenen tot weergave van draadloze status"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:83
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/30_wifi.js:222
msgid "Hostname"
-msgstr "Hostnaam"
+msgstr "Host naam"
#: modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/include/20_lan.js:31
msgid "IP Address"
diff --git a/modules/luci-mod-dsl/po/cs/dsl.po b/modules/luci-mod-dsl/po/cs/dsl.po
new file mode 100644
index 0000000000..4da0b53519
--- /dev/null
+++ b/modules/luci-mod-dsl/po/cs/dsl.po
@@ -0,0 +1,287 @@
+msgid ""
+msgstr ""
+"PO-Revision-Date: 2023-09-30 22:00+0000\n"
+"Last-Translator: David Rapaň <david@rapan.cz>\n"
+"Language-Team: Czech <https://hosted.weblate.org/projects/openwrt/"
+"luci_modules_luci-mod-dsl/cs/>\n"
+"Language: cs\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Weblate 5.1-dev\n"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
+msgid "ATM Header Error Code Errors (HEC-P)"
+msgstr "ATM Header Error Code Errors (HEC-P)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111
+msgid "Actual Data Rate"
+msgstr "Aktuální datová rychlost"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:134
+msgid "Aggregate Transmit Power (ACTATP)"
+msgstr "Agregovaný vysílací výkon (ACTATP)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:95
+msgid "Annex"
+msgstr "Annex"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:112
+msgid "Attainable Data Rate (ATTNDR)"
+msgstr "Dosažitelná datová rychlost (ATTNDR)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:118
+msgid "Bitswap"
+msgstr "Bitswap"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:151
+msgid "CRC Errors (CV-C)"
+msgstr "CRC chyby (CV-C)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:149
+msgid "Channel Counters"
+msgstr "Počítadla kanálu"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:89
+msgid "Connection State"
+msgstr "Stav připojení"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:165
+msgid "Corrected DTUs (rtx-c)"
+msgstr "Opravené DTUs (rtx-c)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:152
+msgid "Corrected by FEC (FEC-C)"
+msgstr "Opraveno FEC (FEC-C)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/spectrum.js:24
+msgid "DSL line spectrum"
+msgstr "Spektrum DSL linky"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:174
+msgid "DSL stats"
+msgstr "DSL hodnoty"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:155
+msgid "Data Path Counters"
+msgstr "Data Path počítadla"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:109
+msgid "Data Rates"
+msgstr "Rychlost dat"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:219
+msgid "Downstream HLOG"
+msgstr "Downstream HLOG"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:189
+msgid "Downstream QLN"
+msgstr "Downstream QLN"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:159
+msgid "Downstream SNR"
+msgstr "Downstream SNR"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:123
+msgid "Downstream bits allocation"
+msgstr "Přidělených bitů pro downstream"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:137
+msgid "Error Counters"
+msgstr "Počítadlo chyb"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:139
+msgid "Error Seconds"
+msgstr "Chybových sekund"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:142
+msgid "Errored Seconds (ES)"
+msgstr "Errored Seconds (ES)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:141
+msgid "Forward Error Correction Seconds (FECS)"
+msgstr "Forward Error Correction Seconds (FECS)"
+
+#: modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json:3
+msgid "Grant access to luci-mod-dsl"
+msgstr "Udělit oprávnění pro luci-mod-dsl"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/spectrum.js:25
+msgid ""
+"Graphs below show Signal-to-noise ratio, Bit allocation, Quiet line noise "
+"and Channel characteristics function (HLOG) per sub-carrier."
+msgstr ""
+"Grafy níže zobrazují poměr signálu k šumu, alokaci bitů, tichý šum na lince "
+"a funkci charakteristiky kanálu (HLOG) pro každý podnosič."
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:125
+msgid "Impulse Noise Protection (INP)"
+msgstr "Impulse Noise Protection (INP)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:99
+msgid "Inventory"
+msgstr "Inventář"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:124
+msgid "Latency"
+msgstr "Zpoždění"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:131
+msgid "Line Attenuation (LATN)"
+msgstr "Line Attenuation (LATN)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:107
+msgid "Line Details"
+msgstr "Detaily linky"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:93
+msgid "Line Mode"
+msgstr "Mód linky"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:129
+msgid "Line Parameters"
+msgstr "Parametry linky"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:92
+msgid "Line State"
+msgstr "Stav linky"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:94
+msgid "Line Uptime"
+msgstr "Uptime linky"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:144
+msgid "Loss of Signal Seconds (LOSS)"
+msgstr "Loss of Signal Seconds (LOSS)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:113
+msgid "Minimum Error-Free Throughput (MINEFTR)"
+msgstr "Minimum Error-Free Throughput (MINEFTR)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:102
+msgid "Modem Chipset"
+msgstr "Čipset modemu"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:103
+msgid "Modem Firmware"
+msgstr "Firmware modemu"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:133
+msgid "Noise Margin (SNRM)"
+msgstr "Noise Margin (SNRM)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:122
+msgid "Noise Protection"
+msgstr "Ochrana proti rušení"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:116
+msgid "On-line Reconfiguration"
+msgstr "On-line rekonfigurace"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:158
+msgid "PTM Non Pre-emptive CRC Errors (CRC-P)"
+msgstr "PTM Non Pre-emptive CRC Errors (CRC-P)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:159
+msgid "PTM Pre-emptive CRC Errors (CRCP-P)"
+msgstr "PTM Pre-emptive CRC Errors (CRCP-P)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:129
+msgid "Pilot tones"
+msgstr "Pilot tones"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:96
+msgid "Power Management Mode"
+msgstr "Režim řízení napájení"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:119
+msgid "Rate Adaptation Mode"
+msgstr "Režim adaptace rychlosti"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:126
+msgid "Retransmission (G.INP)"
+msgstr "Retransmission (G.INP)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:162
+msgid "Retransmission Counters"
+msgstr "Počítadla retransmisí"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:164
+msgid "Retransmitted DTUs (rtx-tx)"
+msgstr "Retransmitted DTUs (rtx-tx)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:146
+msgid "Seconds with Low Error-Free Throughput (LEFTRS)"
+msgstr "Seconds with Low Error-Free Throughput (LEFTRS)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:143
+msgid "Severely Errored Seconds (SES)"
+msgstr "Severely Errored Seconds (SES)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:132
+msgid "Signal Attenuation (SATN)"
+msgstr "Signal Attenuation (SATN)"
+
+#: modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json:23
+msgid "Spectrum"
+msgstr "Spektrum"
+
+#: modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json:14
+msgid "Stats"
+msgstr "Hodnoty"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:107
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:143
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:173
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:203
+msgid "Sub-carrier"
+msgstr "Podnosič"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:145
+msgid "Unavailable Seconds (UAS)"
+msgstr "Unavailable Seconds (UAS)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:166
+msgid "Uncorrected DTUs (rtx-uc)"
+msgstr "Uncorrected DTUs (rtx-uc)"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:214
+msgid "Upstream HLOG"
+msgstr "Upstream HLOG"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:184
+msgid "Upstream QLN"
+msgstr "Upstream QLN"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:154
+msgid "Upstream SNR"
+msgstr "Upstream SNR"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:112
+msgid "bits"
+msgstr "bitů"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:148
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:208
+msgid "dB"
+msgstr "dB"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:178
+msgid "dBm/Hz"
+msgstr "dBm/Hz"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:14
+msgid "off"
+msgstr "off"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:14
+msgid "on"
+msgstr "on"
+
+#: modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json:3
+msgid "xDSL"
+msgstr "xDSL"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:104
+msgid "xTU-C Vendor ID"
+msgstr "xTU-C ID vendora"
diff --git a/modules/luci-mod-dsl/po/fr/dsl.po b/modules/luci-mod-dsl/po/fr/dsl.po
new file mode 100644
index 0000000000..44a8534f12
--- /dev/null
+++ b/modules/luci-mod-dsl/po/fr/dsl.po
@@ -0,0 +1,279 @@
+msgid ""
+msgstr ""
+"Language: fr\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
+msgid "ATM Header Error Code Errors (HEC-P)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111
+msgid "Actual Data Rate"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:134
+msgid "Aggregate Transmit Power (ACTATP)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:95
+msgid "Annex"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:112
+msgid "Attainable Data Rate (ATTNDR)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:118
+msgid "Bitswap"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:151
+msgid "CRC Errors (CV-C)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:149
+msgid "Channel Counters"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:89
+msgid "Connection State"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:165
+msgid "Corrected DTUs (rtx-c)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:152
+msgid "Corrected by FEC (FEC-C)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/spectrum.js:24
+msgid "DSL line spectrum"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:174
+msgid "DSL stats"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:155
+msgid "Data Path Counters"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:109
+msgid "Data Rates"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:219
+msgid "Downstream HLOG"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:189
+msgid "Downstream QLN"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:159
+msgid "Downstream SNR"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:123
+msgid "Downstream bits allocation"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:137
+msgid "Error Counters"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:139
+msgid "Error Seconds"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:142
+msgid "Errored Seconds (ES)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:141
+msgid "Forward Error Correction Seconds (FECS)"
+msgstr ""
+
+#: modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json:3
+msgid "Grant access to luci-mod-dsl"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/spectrum.js:25
+msgid ""
+"Graphs below show Signal-to-noise ratio, Bit allocation, Quiet line noise "
+"and Channel characteristics function (HLOG) per sub-carrier."
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:125
+msgid "Impulse Noise Protection (INP)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:99
+msgid "Inventory"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:124
+msgid "Latency"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:131
+msgid "Line Attenuation (LATN)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:107
+msgid "Line Details"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:93
+msgid "Line Mode"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:129
+msgid "Line Parameters"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:92
+msgid "Line State"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:94
+msgid "Line Uptime"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:144
+msgid "Loss of Signal Seconds (LOSS)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:113
+msgid "Minimum Error-Free Throughput (MINEFTR)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:102
+msgid "Modem Chipset"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:103
+msgid "Modem Firmware"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:133
+msgid "Noise Margin (SNRM)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:122
+msgid "Noise Protection"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:116
+msgid "On-line Reconfiguration"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:158
+msgid "PTM Non Pre-emptive CRC Errors (CRC-P)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:159
+msgid "PTM Pre-emptive CRC Errors (CRCP-P)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:129
+msgid "Pilot tones"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:96
+msgid "Power Management Mode"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:119
+msgid "Rate Adaptation Mode"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:126
+msgid "Retransmission (G.INP)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:162
+msgid "Retransmission Counters"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:164
+msgid "Retransmitted DTUs (rtx-tx)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:146
+msgid "Seconds with Low Error-Free Throughput (LEFTRS)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:143
+msgid "Severely Errored Seconds (SES)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:132
+msgid "Signal Attenuation (SATN)"
+msgstr ""
+
+#: modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json:23
+msgid "Spectrum"
+msgstr ""
+
+#: modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json:14
+msgid "Stats"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:107
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:143
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:173
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:203
+msgid "Sub-carrier"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:145
+msgid "Unavailable Seconds (UAS)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:166
+msgid "Uncorrected DTUs (rtx-uc)"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:214
+msgid "Upstream HLOG"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:184
+msgid "Upstream QLN"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:154
+msgid "Upstream SNR"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:112
+msgid "bits"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:148
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:208
+msgid "dB"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:178
+msgid "dBm/Hz"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:14
+msgid "off"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:14
+msgid "on"
+msgstr ""
+
+#: modules/luci-mod-dsl/root/usr/share/luci/menu.d/luci-mod-dsl.json:3
+msgid "xDSL"
+msgstr ""
+
+#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:104
+msgid "xTU-C Vendor ID"
+msgstr ""
diff --git a/modules/luci-mod-dsl/po/lt/dsl.po b/modules/luci-mod-dsl/po/lt/dsl.po
index a3cc6cc428..747dd1d543 100644
--- a/modules/luci-mod-dsl/po/lt/dsl.po
+++ b/modules/luci-mod-dsl/po/lt/dsl.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2023-08-13 16:06+0000\n"
+"PO-Revision-Date: 2023-09-05 09:45+0000\n"
"Last-Translator: Džiugas J <dziugas1959@hotmail.com>\n"
"Language-Team: Lithuanian <https://hosted.weblate.org/projects/openwrt/"
"luci_modules_luci-mod-dsl/lt/>\n"
@@ -12,7 +12,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
"1 : 2);\n"
-"X-Generator: Weblate 5.0-dev\n"
+"X-Generator: Weblate 5.0.1-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)"
@@ -138,7 +138,7 @@ msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:93
msgid "Line Mode"
-msgstr ""
+msgstr "Linijos režimas"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:129
msgid "Line Parameters"
@@ -146,11 +146,11 @@ msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:92
msgid "Line State"
-msgstr ""
+msgstr "Linijos būsena"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:94
msgid "Line Uptime"
-msgstr ""
+msgstr "Linijos aktyvumo laikas"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:144
msgid "Loss of Signal Seconds (LOSS)"
diff --git a/modules/luci-mod-dsl/po/sv/dsl.po b/modules/luci-mod-dsl/po/sv/dsl.po
index 7ab590dcc5..f44b0be48a 100644
--- a/modules/luci-mod-dsl/po/sv/dsl.po
+++ b/modules/luci-mod-dsl/po/sv/dsl.po
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
-"PO-Revision-Date: 2022-12-06 01:48+0000\n"
+"PO-Revision-Date: 2023-10-02 17:46+0000\n"
"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n"
"Language-Team: Swedish <https://hosted.weblate.org/projects/openwrt/"
"luci_modules_luci-mod-dsl/sv/>\n"
@@ -8,7 +8,7 @@ msgstr ""
"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.15-dev\n"
+"X-Generator: Weblate 5.1-dev\n"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:157
msgid "ATM Header Error Code Errors (HEC-P)"
@@ -16,7 +16,7 @@ msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:111
msgid "Actual Data Rate"
-msgstr ""
+msgstr "Faktisk datahastighet"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:134
msgid "Aggregate Transmit Power (ACTATP)"
@@ -36,11 +36,11 @@ msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:151
msgid "CRC Errors (CV-C)"
-msgstr ""
+msgstr "CRC-fel (CV-C)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:149
msgid "Channel Counters"
-msgstr ""
+msgstr "Kanal-räknare"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:89
msgid "Connection State"
@@ -48,20 +48,19 @@ msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:165
msgid "Corrected DTUs (rtx-c)"
-msgstr ""
+msgstr "Korrigerade DTU:er (rtx-c)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:152
msgid "Corrected by FEC (FEC-C)"
-msgstr ""
+msgstr "Korrigerad av FEC (FEC-C)"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/spectrum.js:24
-#, fuzzy
msgid "DSL line spectrum"
msgstr "Spektrum för DSL-lina"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:174
msgid "DSL stats"
-msgstr ""
+msgstr "Status för DSL"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:155
msgid "Data Path Counters"
@@ -69,7 +68,7 @@ msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:109
msgid "Data Rates"
-msgstr ""
+msgstr "Datahastigheter"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/graph.js:219
msgid "Downstream HLOG"
@@ -89,11 +88,11 @@ msgstr "Bit-tilldelning nedströms"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:137
msgid "Error Counters"
-msgstr ""
+msgstr "Felräknare"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:139
msgid "Error Seconds"
-msgstr ""
+msgstr "Sekundfel"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:142
msgid "Errored Seconds (ES)"
@@ -105,7 +104,7 @@ msgstr ""
#: modules/luci-mod-dsl/root/usr/share/rpcd/acl.d/luci-mod-dsl.json:3
msgid "Grant access to luci-mod-dsl"
-msgstr ""
+msgstr "Godkänn åtkomst för luci-mod-dsl"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/spectrum.js:25
#, fuzzy
@@ -126,7 +125,7 @@ msgstr ""
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:124
msgid "Latency"
-msgstr ""
+msgstr "Latens"
#: modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js:131
msgid "Line Attenuation (LATN)"
diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
index c66e74552a..b0e4019d57 100644
--- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
+++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js
@@ -956,6 +956,18 @@ return view.extend({
so = ss.taboption('ipv6', form.Flag, 'ndproxy_slave', _('NDP-Proxy slave'), _('Set interface as NDP-Proxy external slave. Default is off.'));
so.depends({ ndp: 'relay', master: '0' });
so.depends({ ndp: 'hybrid', master: '0' });
+
+ so = ss.taboption('ipv6', form.Value, 'preferred_lifetime', _('IPv6 Prefix Lifetime'), _('Preferred lifetime for a prefix.'));
+ so.optional = true;
+ so.placeholder = '12h';
+ so.value('5m', _('5m (5 minutes)'));
+ so.value('3h', _('3h (3 hours)'));
+ so.value('12h', _('12h (12 hours - default)'));
+ so.value('7d', _('7d (7 days)'));
+
+ //This is a ra_* setting, but its placement is more logical/findable under IPv6 settings.
+ so = ss.taboption('ipv6', form.Flag, 'ra_useleasetime', _('Follow IPv4 Lifetime'), _('DHCPv4 <code>leasetime</code> is used as limit and preferred lifetime of the IPv6 prefix.'));
+ so.optional = true;
}
ifc.renderFormOptions(s);
diff --git a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js
index d8a3393256..2ce22d5838 100644
--- a/modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js
+++ b/modules/luci-mod-status/htdocs/luci-static/resources/view/status/channel_analysis.js
@@ -97,9 +97,8 @@ return view.extend({
})
},
- create_channel_graph: function(chan_analysis, freq_tbl, freq) {
- var is5GHz = freq == '5GHz',
- columns = is5GHz ? freq_tbl.length * 4 : freq_tbl.length + 3,
+ create_channel_graph: function(chan_analysis, freq_tbl, band) {
+ var columns = (band != 2) ? freq_tbl.length * 4 : freq_tbl.length + 3,
chan_graph = chan_analysis.graph,
G = chan_graph.firstElementChild,
step = (chan_graph.offsetWidth - 2) / columns,
@@ -131,7 +130,7 @@ return view.extend({
var channel = freq_tbl[i]
chan_analysis.offset_tbl[channel] = curr_offset+step;
- if (is5GHz) {
+ if (band != 2) {
createGraphHLine(G,curr_offset+step, 0.1, 3);
if (channel < 100)
createGraphText(G,curr_offset-(step/2), channel);
@@ -143,9 +142,9 @@ return view.extend({
}
curr_offset += step;
- if (is5GHz && freq_tbl[i+1]) {
+ if ((band != 2) && freq_tbl[i+1]) {
var next_channel = freq_tbl[i+1];
- /* Check if we are transitioning to another 5Ghz band range */
+ /* Check if we are transitioning to another 5/6Ghz band range */
if ((next_channel - channel) == 4) {
for (var j=1; j < 4; j++) {
chan_analysis.offset_tbl[channel+j] = curr_offset+step;
@@ -193,7 +192,8 @@ return view.extend({
local_wifi = data[1],
table = radio.table,
chan_analysis = radio.graph,
- scanCache = radio.scanCache;
+ scanCache = radio.scanCache,
+ band = radio.band;
var rows = [];
@@ -205,36 +205,38 @@ return view.extend({
scanCache[results[i].bssid].data.stale = false;
}
- if (scanCache[local_wifi.bssid] == null)
- scanCache[local_wifi.bssid] = {};
+ if (band + 'g' == radio.dev.get('band')) {
+ if (scanCache[local_wifi.bssid] == null)
+ scanCache[local_wifi.bssid] = {};
- scanCache[local_wifi.bssid].data = local_wifi;
+ scanCache[local_wifi.bssid].data = local_wifi;
- if (chan_analysis.offset_tbl[local_wifi.channel] != null && local_wifi.center_chan1) {
- var center_channels = [local_wifi.center_chan1],
- chan_width_text = local_wifi.htmode.replace(/(V)*H[TE]/,''), /* Handle HT VHT HE */
- chan_width = parseInt(chan_width_text)/10;
+ if (chan_analysis.offset_tbl[local_wifi.channel] != null && local_wifi.center_chan1) {
+ var center_channels = [local_wifi.center_chan1],
+ chan_width_text = local_wifi.htmode.replace(/(V)*H[TE]/,''), /* Handle HT VHT HE */
+ chan_width = parseInt(chan_width_text)/10;
- if (local_wifi.center_chan2) {
- center_channels.push(local_wifi.center_chan2);
- chan_width = 8;
- }
-
- local_wifi.signal = -10;
- local_wifi.ssid = 'Local Interface';
+ if (local_wifi.center_chan2) {
+ center_channels.push(local_wifi.center_chan2);
+ chan_width = 8;
+ }
- this.add_wifi_to_graph(chan_analysis, local_wifi, scanCache, center_channels, chan_width);
- rows.push([
- this.render_signal_badge(q, local_wifi.signal),
- [
- E('span', { 'style': 'color:'+scanCache[local_wifi.bssid].color }, '⬤ '),
- local_wifi.ssid
- ],
- '%d'.format(local_wifi.channel),
- '%h MHz'.format(chan_width_text),
- '%h'.format(local_wifi.mode),
- '%h'.format(local_wifi.bssid)
- ]);
+ local_wifi.signal = -10;
+ local_wifi.ssid = 'Local Interface';
+
+ this.add_wifi_to_graph(chan_analysis, local_wifi, scanCache, center_channels, chan_width);
+ rows.push([
+ this.render_signal_badge(q, local_wifi.signal),
+ [
+ E('span', { 'style': 'color:'+scanCache[local_wifi.bssid].color }, '⬤ '),
+ local_wifi.ssid
+ ],
+ '%d'.format(local_wifi.channel),
+ '%h MHz'.format(chan_width_text),
+ '%h'.format(local_wifi.mode),
+ '%h'.format(local_wifi.bssid)
+ ]);
+ }
}
for (var k in scanCache)
@@ -266,6 +268,8 @@ return view.extend({
chan_width = 2;
/* Skip WiFi not supported by the current band */
+ if (band != res.band)
+ continue;
if (chan_analysis.offset_tbl[res.channel] == null)
continue;
@@ -376,22 +380,20 @@ return view.extend({
var tabs = E('div', {}, E('div'));
for (var ifname in wifiDevs) {
- var freq_tbl = {
- ['2.4GHz'] : [],
- ['5GHz'] : [],
+ var bands = {
+ [2] : { title: '2.4GHz', channels: [] },
+ [5] : { title: '5GHz', channels: [] },
+ [6] : { title: '6GHz', channels: [] },
};
/* Split FrequencyList in Bands */
wifiDevs[ifname].freq.forEach(function(freq) {
- if (freq.mhz >= 5000) {
- freq_tbl['5GHz'].push(freq.channel);
- } else {
- freq_tbl['2.4GHz'].push(freq.channel);
- }
+ if (bands[freq.band])
+ bands[freq.band].channels.push(freq.channel);
});
- for (var freq in freq_tbl) {
- if (freq_tbl[freq].length == 0)
+ for (var band in bands) {
+ if (bands[band].channels.length == 0)
continue;
var csvg = svg.cloneNode(true),
@@ -405,7 +407,7 @@ return view.extend({
E('th', { 'class': 'th col-3 middle left hide-xs' }, _('BSSID'))
])
]),
- tab = E('div', { 'data-tab': ifname+freq, 'data-tab-title': ifname+' ('+freq+')' },
+ tab = E('div', { 'data-tab': ifname+band, 'data-tab-title': ifname+' ('+bands[band].title+')' },
[E('br'),csvg,E('br'),table,E('br')]),
graph_data = {
graph: csvg,
@@ -414,8 +416,9 @@ return view.extend({
tab: tab,
};
- this.radios[ifname+freq] = {
+ this.radios[ifname+band] = {
dev: wifiDevs[ifname].dev,
+ band: band,
graph: graph_data,
table: table,
scanCache: {},
@@ -426,7 +429,7 @@ return view.extend({
tabs.firstElementChild.appendChild(tab)
- requestAnimationFrame(L.bind(this.create_channel_graph, this, graph_data, freq_tbl[freq], freq));
+ requestAnimationFrame(L.bind(this.create_channel_graph, this, graph_data, bands[band].channels, band));
}
}