zigbee2mqtt-frontend 0.6.31 → 0.6.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,23 +1,25 @@
|
|
1
1
|
"use strict";
|
2
2
|
(self["webpackChunkzigbee2mqtt_frontend"] = self["webpackChunkzigbee2mqtt_frontend"] || []).push([[179],{
|
3
3
|
|
4
|
-
/***/
|
4
|
+
/***/ 23362:
|
5
5
|
/***/ ((__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) => {
|
6
6
|
|
7
7
|
|
8
|
+
// EXTERNAL MODULE: ./node_modules/react-app-polyfill/stable.js
|
9
|
+
var stable = __webpack_require__(32377);
|
8
10
|
;// CONCATENATED MODULE: ./src/styles/styles.global.scss
|
9
11
|
// extracted by mini-css-extract-plugin
|
10
12
|
|
11
13
|
// EXTERNAL MODULE: ./node_modules/react/index.js
|
12
|
-
var react = __webpack_require__(
|
14
|
+
var react = __webpack_require__(67294);
|
13
15
|
;// CONCATENATED MODULE: ./src/components/map/map.css
|
14
16
|
// extracted by mini-css-extract-plugin
|
15
17
|
/* harmony default export */ const map = ({"container":"tcVoQd7lsth_Nm1tGZt6","img":"_nHMOnRtjo1O5WcM5Rfm","node":"_66Jl0YOy5TVYGn0cWKR","link":"nUWwkcvC966phUVZbUuQ","linkLabel":"wTEx_ByGjbYdQetAV8WW","links":"mNuzk_GbBpaUd08NFAxs","nodes":"fMBbAJoZ17AC2x1RqxVi","EndDevice":"j6JhGFL8PRJ_ItS85MZu","Coordinator":"WfRvr6031db9ACNpi_lN","Router":"_RdLkq0wDiiKrhPcPChz","BrokenLink":"bCFEazU3vx717BaShrKi","Coordinator2Router":"DhY_vi0sNfdHwS_3BUAG","Router2Coordinator":"TZifpxSyHA5VQ53VaZ0H","Router2Router":"_853t_nfiOUJUhhW848E","Coordinator2EndDevice":"_OqUuzFgJm3FBkH07P4s","EndDevice2Coordinator":"CGVsTc_eOoKxZz2zUKoS","Router2EndDevice":"_l12g6zz_mm911qxKr4M","EndDevice2Router":"avv6NnKj_sYUKQxMxl7q","foreignObject":"_9iAB_hIq_fkwoNdMjXG","offline":"_HiFF3JRG4ERbc3f7XYY","controls":"ZuBPBDAIrPLIgEP8tcmd"});
|
16
18
|
// EXTERNAL MODULE: ./node_modules/classnames/index.js
|
17
|
-
var classnames = __webpack_require__(
|
19
|
+
var classnames = __webpack_require__(94184);
|
18
20
|
var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames);
|
19
21
|
// EXTERNAL MODULE: ./node_modules/d3-selection/src/select.js
|
20
|
-
var src_select = __webpack_require__(
|
22
|
+
var src_select = __webpack_require__(23838);
|
21
23
|
;// CONCATENATED MODULE: ./src/components/map/links.tsx
|
22
24
|
|
23
25
|
|
@@ -48,12 +50,12 @@ const Links = props => {
|
|
48
50
|
/* harmony default export */ const map_links = (Links);
|
49
51
|
|
50
52
|
// EXTERNAL MODULE: ./src/images/generic-zigbee-device.png
|
51
|
-
var generic_zigbee_device = __webpack_require__(
|
53
|
+
var generic_zigbee_device = __webpack_require__(19394);
|
52
54
|
// EXTERNAL MODULE: ./node_modules/jszip/dist/jszip.min.js
|
53
|
-
var jszip_min = __webpack_require__(
|
55
|
+
var jszip_min = __webpack_require__(55733);
|
54
56
|
var jszip_min_default = /*#__PURE__*/__webpack_require__.n(jszip_min);
|
55
57
|
// EXTERNAL MODULE: ./node_modules/file-saver/dist/FileSaver.min.js
|
56
|
-
var FileSaver_min = __webpack_require__(
|
58
|
+
var FileSaver_min = __webpack_require__(93162);
|
57
59
|
var FileSaver_min_default = /*#__PURE__*/__webpack_require__.n(FileSaver_min);
|
58
60
|
;// CONCATENATED MODULE: ./src/utils.ts
|
59
61
|
|
@@ -171,7 +173,7 @@ const saveCurrentTheme = (theme) => localStorage.setItem('theme', theme);
|
|
171
173
|
// extracted by mini-css-extract-plugin
|
172
174
|
/* harmony default export */ const style = ({"img":"MmRQbUfRaZbJJr_F9ddJ"});
|
173
175
|
// EXTERNAL MODULE: ./node_modules/react-i18next/dist/es/useTranslation.js
|
174
|
-
var useTranslation = __webpack_require__(
|
176
|
+
var useTranslation = __webpack_require__(26793);
|
175
177
|
;// CONCATENATED MODULE: ./src/components/device-image/index.tsx
|
176
178
|
|
177
179
|
|
@@ -205,7 +207,8 @@ const DeviceImage = (props) => {
|
|
205
207
|
}
|
206
208
|
}
|
207
209
|
if (src) {
|
208
|
-
const
|
210
|
+
const otaState = ((_b = deviceStatus === null || deviceStatus === void 0 ? void 0 : deviceStatus.update) !== null && _b !== void 0 ? _b : {});
|
211
|
+
const otaSpinner = otaState.state === "updating" ? react.createElement("i", { title: t("updating_firmware"), className: "fa fa-sync fa-spin position-absolute bottom-0 right-0" }) : null;
|
209
212
|
const interviewSpinner = device.interviewing ? react.createElement("i", { title: t("interviewing"), className: "fa fa-spinner fa-spin position-absolute bottom-0 right-0" }) : null;
|
210
213
|
const unseccessfullInterview = !device.interviewing && !device.interview_completed ? react.createElement("i", { title: t("interview_failed"), className: "fa fa-exclamation-triangle position-absolute top-0 right-0 text-danger" }) : null;
|
211
214
|
switch (type) {
|
@@ -227,11 +230,11 @@ const DeviceImage = (props) => {
|
|
227
230
|
/* harmony default export */ const device_image = (DeviceImage);
|
228
231
|
|
229
232
|
// EXTERNAL MODULE: ./node_modules/d3-drag/src/drag.js + 2 modules
|
230
|
-
var drag = __webpack_require__(
|
233
|
+
var drag = __webpack_require__(79875);
|
231
234
|
// EXTERNAL MODULE: ./node_modules/react-transition-group/esm/CSSTransition.js + 6 modules
|
232
|
-
var CSSTransition = __webpack_require__(
|
235
|
+
var CSSTransition = __webpack_require__(67919);
|
233
236
|
// EXTERNAL MODULE: ./node_modules/lodash/isEqual.js
|
234
|
-
var isEqual = __webpack_require__(
|
237
|
+
var isEqual = __webpack_require__(18446);
|
235
238
|
var isEqual_default = /*#__PURE__*/__webpack_require__.n(isEqual);
|
236
239
|
;// CONCATENATED MODULE: ./src/components/map/nodes.tsx
|
237
240
|
|
@@ -371,13 +374,13 @@ var ZigbeeRelationship;
|
|
371
374
|
})(ZigbeeRelationship || (ZigbeeRelationship = {}));
|
372
375
|
|
373
376
|
// EXTERNAL MODULE: ./node_modules/unistore/react.js
|
374
|
-
var unistore_react = __webpack_require__(
|
377
|
+
var unistore_react = __webpack_require__(42599);
|
375
378
|
// EXTERNAL MODULE: ./node_modules/reconnecting-websocket/dist/reconnecting-websocket-mjs.js
|
376
|
-
var reconnecting_websocket_mjs = __webpack_require__(
|
379
|
+
var reconnecting_websocket_mjs = __webpack_require__(22003);
|
377
380
|
// EXTERNAL MODULE: ./node_modules/unistore/dist/unistore.es.js
|
378
|
-
var unistore_es = __webpack_require__(
|
381
|
+
var unistore_es = __webpack_require__(72720);
|
379
382
|
// EXTERNAL MODULE: ./node_modules/unistore/devtools.js
|
380
|
-
var devtools = __webpack_require__(
|
383
|
+
var devtools = __webpack_require__(12512);
|
381
384
|
;// CONCATENATED MODULE: ./src/initialState.json
|
382
385
|
const initialState_namespaceObject = JSON.parse('{"devices":{},"deviceStates":{},"touchlinkDevices":[],"touchlinkScanInProgress":false,"touchlinkIdentifyInProgress":false,"touchlinkResetInProgress":false,"networkGraph":{"links":[],"nodes":[]},"networkGraphIsLoading":false,"groups":[],"bridgeState":"online","bridgeConfig":{},"bridgeInfo":{"configSchema":{"properties":{},"required":[]},"config":{"advanced":{}}},"logs":[],"extensions":[],"theme":"light","missingTranslations":{}}');
|
383
386
|
;// CONCATENATED MODULE: ./src/store.ts
|
@@ -392,7 +395,7 @@ const store = true ? _store : 0;
|
|
392
395
|
/* harmony default export */ const src_store = (store);
|
393
396
|
|
394
397
|
// EXTERNAL MODULE: ./node_modules/notyf/notyf.es.js
|
395
|
-
var notyf_es = __webpack_require__(
|
398
|
+
var notyf_es = __webpack_require__(46685);
|
396
399
|
;// CONCATENATED MODULE: ./src/api.ts
|
397
400
|
|
398
401
|
|
@@ -850,7 +853,7 @@ const useModal = (defaultIsVisible) => {
|
|
850
853
|
/* harmony default export */ const hooks_useModal = (useModal);
|
851
854
|
|
852
855
|
// EXTERNAL MODULE: ./node_modules/react-dom/index.js
|
853
|
-
var react_dom = __webpack_require__(
|
856
|
+
var react_dom = __webpack_require__(73935);
|
854
857
|
;// CONCATENATED MODULE: ./src/components/modal/Modal.tsx
|
855
858
|
function ModalHeader(props) {
|
856
859
|
return react.createElement("div", { className: "modal-header" }, props.children);
|
@@ -928,21 +931,21 @@ function Button(props) {
|
|
928
931
|
}
|
929
932
|
|
930
933
|
// EXTERNAL MODULE: ./node_modules/d3-force/src/simulation.js + 1 modules
|
931
|
-
var simulation = __webpack_require__(
|
934
|
+
var simulation = __webpack_require__(47054);
|
932
935
|
// EXTERNAL MODULE: ./node_modules/d3-force/src/link.js
|
933
|
-
var src_link = __webpack_require__(
|
936
|
+
var src_link = __webpack_require__(56561);
|
934
937
|
// EXTERNAL MODULE: ./node_modules/d3-force/src/collide.js + 14 modules
|
935
|
-
var collide = __webpack_require__(
|
938
|
+
var collide = __webpack_require__(10873);
|
936
939
|
// EXTERNAL MODULE: ./node_modules/d3-force/src/center.js
|
937
|
-
var center = __webpack_require__(
|
940
|
+
var center = __webpack_require__(68505);
|
938
941
|
// EXTERNAL MODULE: ./node_modules/d3-force/src/x.js
|
939
|
-
var x = __webpack_require__(
|
942
|
+
var x = __webpack_require__(70341);
|
940
943
|
// EXTERNAL MODULE: ./node_modules/d3-force/src/y.js
|
941
|
-
var y = __webpack_require__(
|
944
|
+
var y = __webpack_require__(12688);
|
942
945
|
// EXTERNAL MODULE: ./node_modules/d3-force-reuse/src/manyBodyReuse.js + 15 modules
|
943
|
-
var manyBodyReuse = __webpack_require__(
|
946
|
+
var manyBodyReuse = __webpack_require__(62289);
|
944
947
|
// EXTERNAL MODULE: ./node_modules/d3-zoom/src/index.js + 48 modules
|
945
|
-
var src = __webpack_require__(
|
948
|
+
var src = __webpack_require__(65164);
|
946
949
|
;// CONCATENATED MODULE: ./src/components/map/consts.ts
|
947
950
|
|
948
951
|
const linkTypes = [
|
@@ -975,10 +978,10 @@ const Spinner = () => {
|
|
975
978
|
/* harmony default export */ const spinner = (Spinner);
|
976
979
|
|
977
980
|
// EXTERNAL MODULE: ./node_modules/lodash/intersection.js
|
978
|
-
var intersection = __webpack_require__(
|
981
|
+
var intersection = __webpack_require__(25325);
|
979
982
|
var intersection_default = /*#__PURE__*/__webpack_require__.n(intersection);
|
980
983
|
// EXTERNAL MODULE: ./node_modules/react-i18next/dist/es/withTranslation.js + 1 modules
|
981
|
-
var withTranslation = __webpack_require__(
|
984
|
+
var withTranslation = __webpack_require__(35848);
|
982
985
|
;// CONCATENATED MODULE: ./src/components/map/index.tsx
|
983
986
|
|
984
987
|
|
@@ -1195,7 +1198,7 @@ const ConnectedMap = (0,withTranslation/* withTranslation */.Z)("map")((0,unisto
|
|
1195
1198
|
/* harmony default export */ const components_map = (ConnectedMap);
|
1196
1199
|
|
1197
1200
|
// EXTERNAL MODULE: ./node_modules/react-router-dom/esm/react-router-dom.js
|
1198
|
-
var react_router_dom = __webpack_require__(
|
1201
|
+
var react_router_dom = __webpack_require__(73727);
|
1199
1202
|
// EXTERNAL MODULE: ./node_modules/react-router/esm/react-router.js + 1 modules
|
1200
1203
|
var react_router = __webpack_require__(5977);
|
1201
1204
|
;// CONCATENATED MODULE: ./src/components/device-control/RenameAction.tsx
|
@@ -1301,7 +1304,7 @@ const ConnectedDeviceControlGroup = (0,unistore_react/* connect */.$)(DeviceCont
|
|
1301
1304
|
// extracted by mini-css-extract-plugin
|
1302
1305
|
/* harmony default export */ const device_page_style = ({"device-pic":"dkhkRxKNJ4S6dt_C3xCB","small-nav":"Epci4w_rY3KT2zsywx7a"});
|
1303
1306
|
// EXTERNAL MODULE: ./node_modules/lodash/get.js
|
1304
|
-
var get = __webpack_require__(
|
1307
|
+
var get = __webpack_require__(27361);
|
1305
1308
|
var get_default = /*#__PURE__*/__webpack_require__.n(get);
|
1306
1309
|
;// CONCATENATED MODULE: ./src/components/vendor-links/verndor-links.tsx
|
1307
1310
|
|
@@ -1364,7 +1367,7 @@ const OTALink = (props) => {
|
|
1364
1367
|
|
1365
1368
|
|
1366
1369
|
const powerSourceTypeToTranslationKey = (source) => {
|
1367
|
-
return source.toLowerCase().replace(/\s/g, '_').replace(/[^a-z0-9_]/g, '');
|
1370
|
+
return (source + '').toLowerCase().replace(/\s/g, '_').replace(/[^a-z0-9_]/g, '');
|
1368
1371
|
};
|
1369
1372
|
const PowerSource = ({ source, battery, batteryLow, showLevel, ...rest }) => {
|
1370
1373
|
const { t } = (0,useTranslation/* useTranslation */.$)("zigbee");
|
@@ -1962,8 +1965,11 @@ const bind_mappedProps = ["devices", "groups"];
|
|
1962
1965
|
const ConnectedBindPage = (0,unistore_react/* connect */.$)(bind_mappedProps, actions_actions)(Bind);
|
1963
1966
|
/* harmony default export */ const bind = (ConnectedBindPage);
|
1964
1967
|
|
1968
|
+
// EXTERNAL MODULE: ./node_modules/lodash/merge.js
|
1969
|
+
var merge = __webpack_require__(82492);
|
1970
|
+
var merge_default = /*#__PURE__*/__webpack_require__.n(merge);
|
1965
1971
|
// EXTERNAL MODULE: ./node_modules/zigbee-herdsman/dist/zcl/definition/cluster.js
|
1966
|
-
var definition_cluster = __webpack_require__(
|
1972
|
+
var definition_cluster = __webpack_require__(73056);
|
1967
1973
|
var cluster_default = /*#__PURE__*/__webpack_require__.n(definition_cluster);
|
1968
1974
|
;// CONCATENATED MODULE: ./src/components/attribute-picker/index.tsx
|
1969
1975
|
|
@@ -2002,6 +2008,7 @@ function AttributePicker(props) {
|
|
2002
2008
|
|
2003
2009
|
|
2004
2010
|
|
2011
|
+
|
2005
2012
|
const getClusters = (device, endpoint, currentCluster) => {
|
2006
2013
|
let possibleClusters = Object.keys((cluster_default()));
|
2007
2014
|
let availableClusters = [];
|
@@ -2074,8 +2081,9 @@ class ReportingRow extends react.Component {
|
|
2074
2081
|
}
|
2075
2082
|
static getDerivedStateFromProps(props, state) {
|
2076
2083
|
const { rule } = props;
|
2084
|
+
const { stateRule } = state;
|
2077
2085
|
return {
|
2078
|
-
stateRule: rule
|
2086
|
+
stateRule: merge_default()({}, rule, stateRule)
|
2079
2087
|
};
|
2080
2088
|
}
|
2081
2089
|
render() {
|
@@ -2288,7 +2296,7 @@ const Cover = (props) => react.createElement(composite, { type: "cover", ...prop
|
|
2288
2296
|
/* harmony default export */ const cover = (Cover);
|
2289
2297
|
|
2290
2298
|
// EXTERNAL MODULE: ./node_modules/color-convert/index.js
|
2291
|
-
var color_convert = __webpack_require__(
|
2299
|
+
var color_convert = __webpack_require__(12085);
|
2292
2300
|
;// CONCATENATED MODULE: ./src/components/color-editor/color-editor.tsx
|
2293
2301
|
|
2294
2302
|
|
@@ -2735,7 +2743,7 @@ function Clusters(props) {
|
|
2735
2743
|
}
|
2736
2744
|
|
2737
2745
|
// EXTERNAL MODULE: ./node_modules/@rjsf/bootstrap-4/dist/bootstrap-4.esm.js + 95 modules
|
2738
|
-
var bootstrap_4_esm = __webpack_require__(
|
2746
|
+
var bootstrap_4_esm = __webpack_require__(27328);
|
2739
2747
|
;// CONCATENATED MODULE: ./src/i18n/rjsf-translation-fields.tsx
|
2740
2748
|
|
2741
2749
|
|
@@ -2756,9 +2764,6 @@ const TitleField = ({ title, id }) => {
|
|
2756
2764
|
};
|
2757
2765
|
/* harmony default export */ const rjsf_translation_fields = ({ TitleField, DescriptionField });
|
2758
2766
|
|
2759
|
-
// EXTERNAL MODULE: ./node_modules/lodash/merge.js
|
2760
|
-
var merge = __webpack_require__(3857);
|
2761
|
-
var merge_default = /*#__PURE__*/__webpack_require__.n(merge);
|
2762
2767
|
;// CONCATENATED MODULE: ./src/components/device-page/settings.tsx
|
2763
2768
|
|
2764
2769
|
|
@@ -2811,10 +2816,10 @@ class DeviceSettings extends react.Component {
|
|
2811
2816
|
}
|
2812
2817
|
|
2813
2818
|
// EXTERNAL MODULE: ./node_modules/lodash/camelCase.js
|
2814
|
-
var camelCase = __webpack_require__(
|
2819
|
+
var camelCase = __webpack_require__(68929);
|
2815
2820
|
var camelCase_default = /*#__PURE__*/__webpack_require__.n(camelCase);
|
2816
2821
|
// EXTERNAL MODULE: ./node_modules/lodash/startCase.js
|
2817
|
-
var startCase = __webpack_require__(
|
2822
|
+
var startCase = __webpack_require__(18029);
|
2818
2823
|
var startCase_default = /*#__PURE__*/__webpack_require__.n(startCase);
|
2819
2824
|
;// CONCATENATED MODULE: ./src/components/dashboard-page/DashboardFeatureWrapper.tsx
|
2820
2825
|
|
@@ -2897,7 +2902,6 @@ const DashboardFeatureWrapper = (props) => {
|
|
2897
2902
|
const { children, feature, deviceState = {} } = props;
|
2898
2903
|
const icon = getGenericFeatureIcon(feature.name, deviceState[feature.property]);
|
2899
2904
|
const { t } = (0,useTranslation/* useTranslation */.$)(['featureNames']);
|
2900
|
-
console.log(feature);
|
2901
2905
|
return react.createElement("div", { className: "d-flex align-items-center" },
|
2902
2906
|
icon && react.createElement("div", { className: "me-1" },
|
2903
2907
|
react.createElement("i", { className: `fa fa-fw ${icon}` })),
|
@@ -3036,12 +3040,12 @@ const scene_ConnectedDeviceStates = (0,unistore_react/* connect */.$)(scene_mapp
|
|
3036
3040
|
/* harmony default export */ const scene = (scene_ConnectedDeviceStates);
|
3037
3041
|
|
3038
3042
|
// EXTERNAL MODULE: ./node_modules/zigbee-herdsman/dist/zcl/definition/dataType.js
|
3039
|
-
var dataType = __webpack_require__(
|
3043
|
+
var dataType = __webpack_require__(63485);
|
3040
3044
|
// EXTERNAL MODULE: ./node_modules/lodash/escapeRegExp.js
|
3041
3045
|
var escapeRegExp = __webpack_require__(3522);
|
3042
3046
|
var escapeRegExp_default = /*#__PURE__*/__webpack_require__.n(escapeRegExp);
|
3043
3047
|
// EXTERNAL MODULE: ./node_modules/lodash/set.js
|
3044
|
-
var set = __webpack_require__(
|
3048
|
+
var set = __webpack_require__(36968);
|
3045
3049
|
var set_default = /*#__PURE__*/__webpack_require__.n(set);
|
3046
3050
|
;// CONCATENATED MODULE: ./src/components/logs-page/log-level-config.css
|
3047
3051
|
// extracted by mini-css-extract-plugin
|
@@ -3126,9 +3130,8 @@ class LogsPage extends react.Component {
|
|
3126
3130
|
let { logs } = this.props;
|
3127
3131
|
const { t } = this.props;
|
3128
3132
|
const { search, logLevel } = this.state;
|
3129
|
-
const _search = new RegExp(escapeRegExp_default()(search), 'gi');
|
3130
3133
|
logs = logs
|
3131
|
-
.filter(l => (logLevel === ALL || l.level === logLevel) && (!search ||
|
3134
|
+
.filter(l => (logLevel === ALL || l.level === logLevel) && (!search || l.message.toLowerCase().includes(search.toLowerCase())))
|
3132
3135
|
.sort();
|
3133
3136
|
return react.createElement(react.Fragment, null,
|
3134
3137
|
this.renderSearch(),
|
@@ -3286,11 +3289,11 @@ class DevConsole extends react.Component {
|
|
3286
3289
|
|
3287
3290
|
|
3288
3291
|
function DeviceSpecificSettings(props) {
|
3289
|
-
var _a, _b;
|
3292
|
+
var _a, _b, _c;
|
3290
3293
|
const { device, bridgeInfo: { config }, setDeviceOptions } = props;
|
3291
3294
|
const { t } = (0,useTranslation/* useTranslation */.$)(["exposes"]);
|
3292
|
-
const deviceState = config.devices[device.ieee_address];
|
3293
|
-
if ((
|
3295
|
+
const deviceState = ((_a = config.devices[device.ieee_address]) !== null && _a !== void 0 ? _a : {});
|
3296
|
+
if ((_c = (_b = device.definition) === null || _b === void 0 ? void 0 : _b.options) === null || _c === void 0 ? void 0 : _c.length) {
|
3294
3297
|
return react.createElement(composite, { showEndpointLabels: true, feature: { features: device.definition.options }, type: "composite", device: device, deviceState: deviceState, onChange: async (endpoint, value) => {
|
3295
3298
|
await setDeviceOptions(device.ieee_address, value);
|
3296
3299
|
}, onRead: (endpoint, value) => { }, featureWrapperClass: FeatureWrapper });
|
@@ -3416,6 +3419,72 @@ const device_page_mappedProps = ["devices", "deviceStates", "logs", "bridgeInfo"
|
|
3416
3419
|
const ConnectedDevicePage = (0,withTranslation/* withTranslation */.Z)("devicePage")((0,unistore_react/* connect */.$)(device_page_mappedProps, actions_actions)(devicePageWithRouter));
|
3417
3420
|
/* harmony default export */ const device_page = (ConnectedDevicePage);
|
3418
3421
|
|
3422
|
+
// EXTERNAL MODULE: ./node_modules/react-table/index.js
|
3423
|
+
var react_table = __webpack_require__(79521);
|
3424
|
+
// EXTERNAL MODULE: ./node_modules/local-storage/local-storage.js
|
3425
|
+
var local_storage = __webpack_require__(42222);
|
3426
|
+
// EXTERNAL MODULE: ./node_modules/lodash/debounce.js
|
3427
|
+
var debounce = __webpack_require__(23279);
|
3428
|
+
var debounce_default = /*#__PURE__*/__webpack_require__.n(debounce);
|
3429
|
+
;// CONCATENATED MODULE: ./src/components/grid/ReactTableCom.tsx
|
3430
|
+
|
3431
|
+
|
3432
|
+
|
3433
|
+
|
3434
|
+
|
3435
|
+
|
3436
|
+
function GlobalFilter({ globalFilter, setGlobalFilter, }) {
|
3437
|
+
const [value, setValue] = react.useState(globalFilter);
|
3438
|
+
const onChange = (0,react_table.useAsyncDebounce)(value => {
|
3439
|
+
setGlobalFilter(value || undefined);
|
3440
|
+
}, 200);
|
3441
|
+
const { t } = (0,useTranslation/* useTranslation */.$)(['common']);
|
3442
|
+
return (react.createElement("span", null,
|
3443
|
+
react.createElement("input", { value: value || "", onChange: e => {
|
3444
|
+
setValue(e.target.value);
|
3445
|
+
onChange(e.target.value);
|
3446
|
+
}, placeholder: t('common:enter_search_criteria'), className: "form-control" })));
|
3447
|
+
}
|
3448
|
+
const persist = debounce_default()((key, data) => {
|
3449
|
+
(0,local_storage.set)(key, data);
|
3450
|
+
});
|
3451
|
+
const stateReducer = (newState, action, previousState, instance) => {
|
3452
|
+
if (instance) {
|
3453
|
+
const { instanceId } = instance;
|
3454
|
+
const { sortBy, globalFilter } = newState;
|
3455
|
+
persist(instanceId, { sortBy, globalFilter });
|
3456
|
+
}
|
3457
|
+
return newState;
|
3458
|
+
};
|
3459
|
+
const Table = ({ columns, data, id }) => {
|
3460
|
+
const initialState = (0,local_storage.get)(id) || {};
|
3461
|
+
const { getTableProps, getTableBodyProps, headerGroups, rows, prepareRow, state, visibleColumns, setGlobalFilter, } = (0,react_table.useTable)({
|
3462
|
+
instanceId: id,
|
3463
|
+
stateReducer,
|
3464
|
+
columns,
|
3465
|
+
data,
|
3466
|
+
autoResetSortBy: false,
|
3467
|
+
autoResetFilters: false,
|
3468
|
+
initialState
|
3469
|
+
}, react_table.useGlobalFilter, react_table.useSortBy);
|
3470
|
+
return (react.createElement("table", { ...getTableProps(), className: "table responsive" },
|
3471
|
+
react.createElement("thead", null,
|
3472
|
+
react.createElement("tr", null,
|
3473
|
+
react.createElement("th", { colSpan: visibleColumns.length },
|
3474
|
+
react.createElement(GlobalFilter, { globalFilter: state.globalFilter, setGlobalFilter: setGlobalFilter }))),
|
3475
|
+
headerGroups.map((headerGroup) => (react.createElement("tr", { ...headerGroup.getHeaderGroupProps() }, headerGroup.headers.map(column => (react.createElement("th", { ...column.getHeaderProps(column.getSortByToggleProps()) },
|
3476
|
+
react.createElement("span", { className: classnames_default()({ 'btn btn-link': column.canSort }) }, column.render('Header')),
|
3477
|
+
react.createElement("span", null, column.isSorted
|
3478
|
+
? column.isSortedDesc
|
3479
|
+
? react.createElement("i", { className: `fa fa-sort-amount-down-alt` })
|
3480
|
+
: react.createElement("i", { className: `fa fa-sort-amount-down` })
|
3481
|
+
: react.createElement("i", { className: `fa fa-sort-amount-down invisible` }))))))))),
|
3482
|
+
react.createElement("tbody", { ...getTableBodyProps() }, rows.map((row, i) => {
|
3483
|
+
prepareRow(row);
|
3484
|
+
return (react.createElement("tr", { ...row.getRowProps() }, row.cells.map(cell => react.createElement("td", { ...cell.getCellProps() }, cell.render('Cell')))));
|
3485
|
+
}))));
|
3486
|
+
};
|
3487
|
+
|
3419
3488
|
;// CONCATENATED MODULE: ./src/components/touchlink-page/index.tsx
|
3420
3489
|
|
3421
3490
|
|
@@ -3425,6 +3494,7 @@ const ConnectedDevicePage = (0,withTranslation/* withTranslation */.Z)("devicePa
|
|
3425
3494
|
|
3426
3495
|
|
3427
3496
|
|
3497
|
+
|
3428
3498
|
class TouchlinkPage extends react.Component {
|
3429
3499
|
constructor() {
|
3430
3500
|
super(...arguments);
|
@@ -3440,30 +3510,36 @@ class TouchlinkPage extends react.Component {
|
|
3440
3510
|
renderTouchlinkDevices() {
|
3441
3511
|
const { touchlinkDevices, devices, touchlinkIdentifyInProgress, touchlinkResetInProgress, t } = this.props;
|
3442
3512
|
const touchlinkInProgress = touchlinkIdentifyInProgress || touchlinkResetInProgress;
|
3513
|
+
const columns = [
|
3514
|
+
{
|
3515
|
+
Header: t('zigbee:ieee_address'),
|
3516
|
+
accessor: (touchlinkDevice) => touchlinkDevice.ieee_address,
|
3517
|
+
Cell: ({ row: { original: touchlinkDevice } }) => devices[touchlinkDevice.ieee_address] ?
|
3518
|
+
(react.createElement(react_router_dom/* Link */.rU, { to: genDeviceDetailsLink(touchlinkDevice.ieee_address) }, touchlinkDevice.ieee_address)) : touchlinkDevice.ieee_address
|
3519
|
+
},
|
3520
|
+
{
|
3521
|
+
Header: t('zigbee:friendly_name'),
|
3522
|
+
accessor: (touchlinkDevice) => { var _a; return (_a = devices[touchlinkDevice.ieee_address]) === null || _a === void 0 ? void 0 : _a.friendly_name; },
|
3523
|
+
},
|
3524
|
+
{
|
3525
|
+
id: 'channel',
|
3526
|
+
Header: t('zigbee:channel'),
|
3527
|
+
accessor: 'channel'
|
3528
|
+
},
|
3529
|
+
{
|
3530
|
+
id: 'actions',
|
3531
|
+
Header: '',
|
3532
|
+
Cell: ({ row: { original: touchlinkDevice } }) => {
|
3533
|
+
return (react.createElement("div", { className: "btn-group float-right", role: "group", "aria-label": "Basic example" },
|
3534
|
+
react.createElement(Button, { disabled: touchlinkInProgress, item: touchlinkDevice, title: t('identify'), className: "btn btn-primary", onClick: this.onIdentifyClick },
|
3535
|
+
react.createElement("i", { className: classnames_default()("fa", { "fa-exclamation-triangle": !touchlinkIdentifyInProgress, "fas fa-circle-notch fa-spin": touchlinkIdentifyInProgress }) })),
|
3536
|
+
react.createElement(Button, { disabled: touchlinkInProgress, item: touchlinkDevice, title: t('factory_reset'), className: "btn btn-danger", onClick: this.onResetClick },
|
3537
|
+
react.createElement("i", { className: classnames_default()("fa", { "fa-broom": !touchlinkResetInProgress, "fas fa-circle-notch fa-spin": touchlinkResetInProgress }) }))));
|
3538
|
+
}
|
3539
|
+
},
|
3540
|
+
];
|
3443
3541
|
return (react.createElement("div", { className: "table-responsive" },
|
3444
|
-
react.createElement(
|
3445
|
-
react.createElement("thead", null,
|
3446
|
-
react.createElement("tr", null,
|
3447
|
-
react.createElement("th", { scope: "col" }, "#"),
|
3448
|
-
react.createElement("th", { scope: "col" }, t('zigbee:ieee_address')),
|
3449
|
-
react.createElement("th", { scope: "col" }, t('zigbee:friendly_name')),
|
3450
|
-
react.createElement("th", { scope: "col" }, t('zigbee:channel')),
|
3451
|
-
react.createElement("th", { scope: "col" }, "\u00A0"))),
|
3452
|
-
react.createElement("tbody", null, touchlinkDevices.map((touchlinkDevice, idx) => {
|
3453
|
-
var _a;
|
3454
|
-
return (react.createElement("tr", { key: touchlinkDevice.ieee_address },
|
3455
|
-
react.createElement("td", null, idx + 1),
|
3456
|
-
react.createElement("td", null, devices[touchlinkDevice.ieee_address] ?
|
3457
|
-
(react.createElement(react_router_dom/* Link */.rU, { to: genDeviceDetailsLink(touchlinkDevice.ieee_address) }, touchlinkDevice.ieee_address)) : touchlinkDevice.ieee_address),
|
3458
|
-
react.createElement("td", null, (_a = devices[touchlinkDevice.ieee_address]) === null || _a === void 0 ? void 0 : _a.friendly_name),
|
3459
|
-
react.createElement("td", null, touchlinkDevice.channel),
|
3460
|
-
react.createElement("td", null,
|
3461
|
-
react.createElement("div", { className: "btn-group float-right", role: "group", "aria-label": "Basic example" },
|
3462
|
-
react.createElement(Button, { disabled: touchlinkInProgress, item: touchlinkDevice, title: t('identify'), className: "btn btn-primary", onClick: this.onIdentifyClick },
|
3463
|
-
react.createElement("i", { className: classnames_default()("fa", { "fa-exclamation-triangle": !touchlinkIdentifyInProgress, "fas fa-circle-notch fa-spin": touchlinkIdentifyInProgress }) })),
|
3464
|
-
react.createElement(Button, { disabled: touchlinkInProgress, item: touchlinkDevice, title: t('factory_reset'), className: "btn btn-danger", onClick: this.onResetClick },
|
3465
|
-
react.createElement("i", { className: classnames_default()("fa", { "fa-broom": !touchlinkResetInProgress, "fas fa-circle-notch fa-spin": touchlinkResetInProgress }) }))))));
|
3466
|
-
})))));
|
3542
|
+
react.createElement(Table, { id: "touchlinkDevices", columns: columns, data: touchlinkDevices })));
|
3467
3543
|
}
|
3468
3544
|
renderNoDevices() {
|
3469
3545
|
const { touchlinkScan, t } = this.props;
|
@@ -3485,10 +3561,57 @@ const touchlink_page_mappedProps = ["touchlinkDevices", "devices", "touchlinkSca
|
|
3485
3561
|
/* harmony default export */ const touchlink_page = ((0,withTranslation/* withTranslation */.Z)(["touchlink", "zigbee", "common"])((0,unistore_react/* connect */.$)(touchlink_page_mappedProps, actions_actions)(TouchlinkPage)));
|
3486
3562
|
|
3487
3563
|
// EXTERNAL MODULE: ./node_modules/lodash/cloneDeep.js
|
3488
|
-
var cloneDeep = __webpack_require__(
|
3564
|
+
var cloneDeep = __webpack_require__(50361);
|
3489
3565
|
var cloneDeep_default = /*#__PURE__*/__webpack_require__.n(cloneDeep);
|
3490
3566
|
;// CONCATENATED MODULE: ./src/components/settings/uiSchema.json
|
3491
3567
|
const uiSchema_namespaceObject = JSON.parse('{"mqtt":{"ui:order":["base_topic","server","user","password","client_id","version","ca","key","cert","reject_unauthorized","*"]},"serial":{"ui:order":["port","adapter","disable_led","*"]},"frontend":{"ui:order":["port","host","*"]}}');
|
3568
|
+
// EXTERNAL MODULE: ./node_modules/lodash/orderBy.js
|
3569
|
+
var orderBy = __webpack_require__(75472);
|
3570
|
+
var orderBy_default = /*#__PURE__*/__webpack_require__.n(orderBy);
|
3571
|
+
;// CONCATENATED MODULE: ./src/components/settings/stats.tsx
|
3572
|
+
|
3573
|
+
|
3574
|
+
|
3575
|
+
|
3576
|
+
function Stats(props) {
|
3577
|
+
const { devices } = props;
|
3578
|
+
const { t } = (0,useTranslation/* useTranslation */.$)(["stats", "zigbee"]);
|
3579
|
+
const allDevices = Object.values(devices).filter(d => d.type !== "Coordinator");
|
3580
|
+
const totalDevices = allDevices.length;
|
3581
|
+
const stats = {
|
3582
|
+
byType: {},
|
3583
|
+
byPowerSource: {},
|
3584
|
+
byVendor: {},
|
3585
|
+
byModel: {}
|
3586
|
+
};
|
3587
|
+
allDevices.forEach(device => {
|
3588
|
+
stats.byModel[device.model_id] = (stats.byModel[device.model_id] || 0) + 1;
|
3589
|
+
stats.byVendor[device.manufacturer] = (stats.byVendor[device.manufacturer] || 0) + 1;
|
3590
|
+
stats.byType[t(device.type)] = (stats.byType[t(device.type)] || 0) + 1;
|
3591
|
+
const powerSource = t('zigbee:' + powerSourceTypeToTranslationKey(device.power_source));
|
3592
|
+
stats.byPowerSource[powerSource] = (stats.byPowerSource[powerSource] || 0) + 1;
|
3593
|
+
});
|
3594
|
+
const statRows = Object.entries(stats).map(([key, values]) => {
|
3595
|
+
return react.createElement("li", { className: "list-group-item d-flex justify-content-between align-items-start" },
|
3596
|
+
react.createElement("div", { className: "ms-2 me-auto" },
|
3597
|
+
react.createElement("div", { className: "fw-bold" }, t(key)),
|
3598
|
+
orderBy_default()(Object.entries(values), [([k, v]) => v], ['desc']).map(([key, value]) => {
|
3599
|
+
return react.createElement("div", { key: key },
|
3600
|
+
key,
|
3601
|
+
": ",
|
3602
|
+
value);
|
3603
|
+
})));
|
3604
|
+
});
|
3605
|
+
return react.createElement("ol", { className: "list-group list-group-numbered" },
|
3606
|
+
react.createElement("li", { className: "list-group-item d-flex justify-content-between align-items-start" },
|
3607
|
+
react.createElement("div", { className: "ms-2 me-auto" },
|
3608
|
+
react.createElement("div", { className: "fw-bold" },
|
3609
|
+
t("total"),
|
3610
|
+
" ",
|
3611
|
+
totalDevices))),
|
3612
|
+
statRows);
|
3613
|
+
}
|
3614
|
+
|
3492
3615
|
;// CONCATENATED MODULE: ./src/components/settings/index.tsx
|
3493
3616
|
|
3494
3617
|
|
@@ -3501,6 +3624,7 @@ const uiSchema_namespaceObject = JSON.parse('{"mqtt":{"ui:order":["base_topic","
|
|
3501
3624
|
|
3502
3625
|
|
3503
3626
|
|
3627
|
+
|
3504
3628
|
const ROOT_KEY_NAME = 'main';
|
3505
3629
|
const ingoredFields = ['groups', 'devices', 'device_options', 'ban', 'whitelist', 'map_options'];
|
3506
3630
|
const validJsonSchemasAsTabs = ['object', 'array'];
|
@@ -3618,7 +3742,7 @@ class SettingsPage extends react.Component {
|
|
3618
3742
|
}
|
3619
3743
|
renderAbout() {
|
3620
3744
|
var _a, _b, _c, _d, _e, _f;
|
3621
|
-
const { bridgeInfo, t } = this.props;
|
3745
|
+
const { bridgeInfo, devices, t } = this.props;
|
3622
3746
|
const isZigbee2mqttDevVersion = ((_a = bridgeInfo.version) === null || _a === void 0 ? void 0 : _a.match(/^\d+\.\d+\.\d+$/)) === null;
|
3623
3747
|
const zigbee2mqttVersion = isZigbee2mqttDevVersion ?
|
3624
3748
|
bridgeInfo.version :
|
@@ -3635,7 +3759,8 @@ class SettingsPage extends react.Component {
|
|
3635
3759
|
zigbee2mqttCommit) },
|
3636
3760
|
{ translationKey: 'coordinator_type', content: react.createElement(react.Fragment, null, (_c = (_b = bridgeInfo.coordinator) === null || _b === void 0 ? void 0 : _b.type) !== null && _c !== void 0 ? _c : t('common:unknown')) },
|
3637
3761
|
{ translationKey: 'coordinator_revision', content: react.createElement(react.Fragment, null, (_f = (_e = (_d = bridgeInfo.coordinator) === null || _d === void 0 ? void 0 : _d.meta) === null || _e === void 0 ? void 0 : _e.revision) !== null && _f !== void 0 ? _f : t('common:unknown')) },
|
3638
|
-
{ translationKey: 'frontend_version', content: "0.6.
|
3762
|
+
{ translationKey: 'frontend_version', content: "0.6.35" },
|
3763
|
+
{ translationKey: 'stats', content: react.createElement(Stats, { devices: devices }) },
|
3639
3764
|
];
|
3640
3765
|
return react.createElement("div", { className: "p-3" }, rows.map(row => react.createElement("dl", { key: row.translationKey, className: "row" },
|
3641
3766
|
react.createElement("dt", { className: "col-sm-3" }, t(row.translationKey)),
|
@@ -3711,7 +3836,7 @@ class SettingsPage extends react.Component {
|
|
3711
3836
|
}
|
3712
3837
|
}
|
3713
3838
|
const SettingsPageWithRouter = (0,react_router/* withRouter */.EN)(SettingsPage);
|
3714
|
-
const settings_mappedProps = ["bridgeInfo", "missingTranslations"];
|
3839
|
+
const settings_mappedProps = ["bridgeInfo", "missingTranslations", "devices"];
|
3715
3840
|
const ConnectedSettingsPage = (0,withTranslation/* withTranslation */.Z)(["settings", "common"])((0,unistore_react/* connect */.$)(settings_mappedProps, actions_actions)(SettingsPageWithRouter));
|
3716
3841
|
/* harmony default export */ const settings = (ConnectedSettingsPage);
|
3717
3842
|
|
@@ -3764,7 +3889,7 @@ function useOnClickOutside(ref, handler) {
|
|
3764
3889
|
}
|
3765
3890
|
|
3766
3891
|
// EXTERNAL MODULE: ./node_modules/react-css-theme-switcher/dist/react-css-theme-switcher.esm.js
|
3767
|
-
var react_css_theme_switcher_esm = __webpack_require__(
|
3892
|
+
var react_css_theme_switcher_esm = __webpack_require__(55105);
|
3768
3893
|
;// CONCATENATED MODULE: ./src/components/theme-switcher.tsx
|
3769
3894
|
|
3770
3895
|
|
@@ -3785,35 +3910,37 @@ const ThemeSwitcher = (props) => {
|
|
3785
3910
|
};
|
3786
3911
|
|
3787
3912
|
// EXTERNAL MODULE: ./src/i18n/flags/us.png
|
3788
|
-
var us = __webpack_require__(
|
3913
|
+
var us = __webpack_require__(71639);
|
3789
3914
|
// EXTERNAL MODULE: ./src/i18n/flags/fr.png
|
3790
|
-
var fr = __webpack_require__(
|
3915
|
+
var fr = __webpack_require__(98522);
|
3791
3916
|
// EXTERNAL MODULE: ./src/i18n/flags/pl.png
|
3792
|
-
var pl = __webpack_require__(
|
3917
|
+
var pl = __webpack_require__(30250);
|
3793
3918
|
// EXTERNAL MODULE: ./src/i18n/flags/de.png
|
3794
3919
|
var de = __webpack_require__(8234);
|
3795
3920
|
// EXTERNAL MODULE: ./src/i18n/flags/ru.png
|
3796
3921
|
var ru = __webpack_require__(9817);
|
3797
3922
|
// EXTERNAL MODULE: ./src/i18n/flags/ptbr.png
|
3798
|
-
var ptbr = __webpack_require__(
|
3923
|
+
var ptbr = __webpack_require__(13510);
|
3799
3924
|
// EXTERNAL MODULE: ./src/i18n/flags/es.png
|
3800
|
-
var es = __webpack_require__(
|
3925
|
+
var es = __webpack_require__(28393);
|
3801
3926
|
// EXTERNAL MODULE: ./src/i18n/flags/ua.png
|
3802
|
-
var ua = __webpack_require__(
|
3927
|
+
var ua = __webpack_require__(49774);
|
3803
3928
|
// EXTERNAL MODULE: ./src/i18n/flags/cn.png
|
3804
|
-
var cn = __webpack_require__(
|
3929
|
+
var cn = __webpack_require__(10634);
|
3805
3930
|
// EXTERNAL MODULE: ./src/i18n/flags/nl.png
|
3806
|
-
var nl = __webpack_require__(
|
3931
|
+
var nl = __webpack_require__(17358);
|
3807
3932
|
// EXTERNAL MODULE: ./src/i18n/flags/it.png
|
3808
|
-
var it = __webpack_require__(
|
3933
|
+
var it = __webpack_require__(10033);
|
3809
3934
|
// EXTERNAL MODULE: ./src/i18n/flags/tw.png
|
3810
|
-
var tw = __webpack_require__(
|
3935
|
+
var tw = __webpack_require__(47822);
|
3811
3936
|
// EXTERNAL MODULE: ./src/i18n/flags/kr.png
|
3812
|
-
var kr = __webpack_require__(
|
3937
|
+
var kr = __webpack_require__(83686);
|
3938
|
+
// EXTERNAL MODULE: ./src/i18n/flags/cz.png
|
3939
|
+
var cz = __webpack_require__(79578);
|
3813
3940
|
// EXTERNAL MODULE: ./src/i18n/flags/missing-locale.png
|
3814
|
-
var missing_locale = __webpack_require__(
|
3941
|
+
var missing_locale = __webpack_require__(23876);
|
3815
3942
|
;// CONCATENATED MODULE: ./src/i18n/locales/localeNames.json
|
3816
|
-
const localeNames_namespaceObject = JSON.parse('{"de":"Deutsch","en":"English","es":"Español","fr":"Français","nl":"Nederlands","pl":"Polski","ptbr":"Brazilian Portuguese","ru":"Русский","ua":"Українська","chs":"简体中文","it":"Italiano","zh":"繁體中文","ko":"한국어"}');
|
3943
|
+
const localeNames_namespaceObject = JSON.parse('{"de":"Deutsch","en":"English","es":"Español","fr":"Français","nl":"Nederlands","pl":"Polski","ptbr":"Brazilian Portuguese","ru":"Русский","ua":"Українська","chs":"简体中文","it":"Italiano","zh":"繁體中文","ko":"한국어","cs":"Česky"}');
|
3817
3944
|
;// CONCATENATED MODULE: ./src/i18n/LocalePicker.tsx
|
3818
3945
|
|
3819
3946
|
|
@@ -3834,8 +3961,9 @@ const localeNames_namespaceObject = JSON.parse('{"de":"Deutsch","en":"English","
|
|
3834
3961
|
|
3835
3962
|
|
3836
3963
|
|
3964
|
+
|
3837
3965
|
const localesMap = {
|
3838
|
-
en: us, fr: fr, pl: pl, de: de, ru: ru, ptbr: ptbr, es: es, ua: ua, chs: cn, nl: nl, it: it, zh: tw, ko: kr
|
3966
|
+
en: us, fr: fr, pl: pl, de: de, ru: ru, ptbr: ptbr, es: es, ua: ua, chs: cn, nl: nl, it: it, zh: tw, ko: kr, cs: cz
|
3839
3967
|
};
|
3840
3968
|
function LocalePicker() {
|
3841
3969
|
var _a;
|
@@ -4018,6 +4146,7 @@ function RenameGroupForm(props) {
|
|
4018
4146
|
|
4019
4147
|
|
4020
4148
|
|
4149
|
+
|
4021
4150
|
class GroupsPage extends react.Component {
|
4022
4151
|
constructor() {
|
4023
4152
|
super(...arguments);
|
@@ -4057,29 +4186,41 @@ class GroupsPage extends react.Component {
|
|
4057
4186
|
}
|
4058
4187
|
renderGroups() {
|
4059
4188
|
const { groups, t } = this.props;
|
4060
|
-
const
|
4189
|
+
const columns = [
|
4190
|
+
{
|
4191
|
+
id: 'group_id',
|
4192
|
+
Header: t('group_id'),
|
4193
|
+
accessor: (group) => group.id,
|
4194
|
+
Cell: ({ row: { original: group } }) => react.createElement(react_router_dom/* Link */.rU, { to: `/group/${group.id}` }, group.id)
|
4195
|
+
},
|
4196
|
+
{
|
4197
|
+
id: 'friendly_name',
|
4198
|
+
Header: t('group_name'),
|
4199
|
+
accessor: (group) => group.friendly_name,
|
4200
|
+
Cell: ({ row: { original: group } }) => react.createElement(react_router_dom/* Link */.rU, { to: `/group/${group.id}` }, group.friendly_name)
|
4201
|
+
},
|
4202
|
+
{
|
4203
|
+
id: 'members',
|
4204
|
+
Header: t('group_members'),
|
4205
|
+
accessor: (group) => { var _a; return (_a = group.members.length) !== null && _a !== void 0 ? _a : 0; },
|
4206
|
+
},
|
4207
|
+
{
|
4208
|
+
id: 'scenes',
|
4209
|
+
Header: t('group_scenes'),
|
4210
|
+
accessor: (group) => { var _a, _b; return (_b = (_a = group.scenes) === null || _a === void 0 ? void 0 : _a.length) !== null && _b !== void 0 ? _b : 0; },
|
4211
|
+
},
|
4212
|
+
{
|
4213
|
+
Header: '',
|
4214
|
+
id: 'actions',
|
4215
|
+
Cell: ({ row: { original: group } }) => (react.createElement("div", { className: "btn-group float-right btn-group-sm", role: "group" },
|
4216
|
+
react.createElement(RenameGroupForm, { name: group.friendly_name, onRename: this.renameGroup }),
|
4217
|
+
react.createElement(Button, { promt: true, title: t('remove_group'), item: group.friendly_name, onClick: this.removeGroup, className: "btn btn-danger" },
|
4218
|
+
react.createElement("i", { className: "fa fa-trash" }))))
|
4219
|
+
},
|
4220
|
+
];
|
4061
4221
|
return react.createElement("div", { className: "card" },
|
4062
4222
|
react.createElement("div", { className: "card-body" },
|
4063
|
-
react.createElement(
|
4064
|
-
react.createElement("thead", null,
|
4065
|
-
react.createElement("tr", null,
|
4066
|
-
react.createElement("th", { scope: "col" }, t('group_id')),
|
4067
|
-
react.createElement("th", { scope: "col" }, t('group_name')),
|
4068
|
-
react.createElement("th", { scope: "col" }, t('group_members')),
|
4069
|
-
react.createElement("th", { scope: "col" }, t('group_scenes')),
|
4070
|
-
react.createElement("th", { scope: "col" }, "\u00A0"))),
|
4071
|
-
react.createElement("tbody", null, groups.map(group => (react.createElement("tr", { key: group.id },
|
4072
|
-
react.createElement("td", null,
|
4073
|
-
react.createElement(react_router_dom/* Link */.rU, { to: `/group/${group.id}` }, group.id)),
|
4074
|
-
react.createElement("td", null,
|
4075
|
-
react.createElement(react_router_dom/* Link */.rU, { to: `/group/${group.id}` }, group.friendly_name)),
|
4076
|
-
react.createElement("td", null, group.members.length),
|
4077
|
-
react.createElement("td", null, group.scenes.length),
|
4078
|
-
react.createElement("td", null,
|
4079
|
-
react.createElement("div", { className: "btn-group float-right btn-group-sm", role: "group" },
|
4080
|
-
react.createElement(RenameGroupForm, { name: group.friendly_name, onRename: this.renameGroup }),
|
4081
|
-
react.createElement(Button, { promt: true, title: t('remove_group'), item: group.friendly_name, onClick: this.removeGroup, className: "btn btn-danger" },
|
4082
|
-
react.createElement("i", { className: "fa fa-trash" }))))))).reverse()))));
|
4223
|
+
react.createElement(Table, { id: "groups", columns: columns, data: groups })));
|
4083
4224
|
}
|
4084
4225
|
render() {
|
4085
4226
|
return react.createElement(react.Fragment, null,
|
@@ -4091,105 +4232,14 @@ const groups_mappedProps = ["groups", "devices", "deviceStates", "bridgeInfo"];
|
|
4091
4232
|
const ConnectedGroupsPage = (0,withTranslation/* withTranslation */.Z)("groups")((0,unistore_react/* connect */.$)(groups_mappedProps, actions_actions)(GroupsPage));
|
4092
4233
|
/* harmony default export */ const groups = (ConnectedGroupsPage);
|
4093
4234
|
|
4094
|
-
// EXTERNAL MODULE: ./node_modules/lodash/orderBy.js
|
4095
|
-
var orderBy = __webpack_require__(5472);
|
4096
|
-
var orderBy_default = /*#__PURE__*/__webpack_require__.n(orderBy);
|
4097
|
-
;// CONCATENATED MODULE: ./src/components/zigbee/ActionTH.tsx
|
4098
|
-
|
4099
|
-
|
4100
|
-
class ActionTH extends react.Component {
|
4101
|
-
constructor() {
|
4102
|
-
super(...arguments);
|
4103
|
-
this.onClick = (event) => {
|
4104
|
-
event.preventDefault();
|
4105
|
-
event.stopPropagation();
|
4106
|
-
const { column, onClick } = this.props;
|
4107
|
-
onClick && onClick(column);
|
4108
|
-
};
|
4109
|
-
}
|
4110
|
-
renderArrow() {
|
4111
|
-
const { currentDirection, current, column } = this.props;
|
4112
|
-
if (isEqual_default()(current, column)) {
|
4113
|
-
if (currentDirection == "asc") {
|
4114
|
-
return react.createElement("i", { className: `fa fa-sort-amount-down-alt` });
|
4115
|
-
}
|
4116
|
-
return react.createElement("i", { className: `fa fa-sort-amount-down` });
|
4117
|
-
}
|
4118
|
-
return react.createElement("i", { className: `fa fa-sort-amount-down invisible` });
|
4119
|
-
}
|
4120
|
-
render() {
|
4121
|
-
const { children, onClick, current, column, currentDirection, ...rest } = this.props;
|
4122
|
-
return (react.createElement("th", { ...rest },
|
4123
|
-
react.createElement("span", { className: "btn btn-link", onClick: this.onClick }, children),
|
4124
|
-
this.renderArrow()));
|
4125
|
-
}
|
4126
|
-
}
|
4127
|
-
|
4128
4235
|
;// CONCATENATED MODULE: ./src/components/zigbee/style.css
|
4129
4236
|
// extracted by mini-css-extract-plugin
|
4130
4237
|
/* harmony default export */ const zigbee_style = ({"action-column":"Sz_HOVlUGXEGcBgHiQOy","device-pic":"OjEk_at86Lnxdb_Jq9Cj","device-image":"PmWChHpc4nd1o4IBxsM6"});
|
4131
|
-
;// CONCATENATED MODULE: ./src/components/zigbee/
|
4132
|
-
|
4133
|
-
|
4134
|
-
|
4135
|
-
|
4136
|
-
const TableHeader = (props) => {
|
4137
|
-
const { sortColumn, sortDirection, onSortChange, lastSeenType } = props;
|
4138
|
-
const { t } = (0,useTranslation/* useTranslation */.$)(['zigbee']);
|
4139
|
-
return (react.createElement("thead", null,
|
4140
|
-
react.createElement("tr", { className: "text-nowrap" },
|
4141
|
-
react.createElement("th", null, "#"),
|
4142
|
-
react.createElement("th", null, t('pic')),
|
4143
|
-
react.createElement(ActionTH, { className: zigbee_style["action-column"], column: "device.friendly_name", currentDirection: sortDirection, current: sortColumn, onClick: onSortChange }, t('friendly_name')),
|
4144
|
-
react.createElement(ActionTH, { className: zigbee_style["action-column"], column: "device.ieee_address", currentDirection: sortDirection, current: sortColumn, onClick: onSortChange }, t('ieee_address')),
|
4145
|
-
react.createElement(ActionTH, { className: zigbee_style["action-column"], column: "device.definition.vendor", currentDirection: sortDirection, current: sortColumn, onClick: onSortChange }, t('manufacturer')),
|
4146
|
-
react.createElement(ActionTH, { className: zigbee_style["action-column"], column: "device.definition.model", currentDirection: sortDirection, current: sortColumn, onClick: onSortChange }, t('model')),
|
4147
|
-
react.createElement(ActionTH, { className: zigbee_style["action-column"], column: "state.linkquality", currentDirection: sortDirection, current: sortColumn, onClick: onSortChange }, t('lqi')),
|
4148
|
-
lastSeenType !== "disable" && react.createElement(ActionTH, { className: zigbee_style["action-column"], column: "lastSeen", currentDirection: sortDirection, current: sortColumn, onClick: onSortChange }, t('last_seen')),
|
4149
|
-
react.createElement(ActionTH, { className: zigbee_style["action-column"], column: "state.battery", currentDirection: sortDirection, current: sortColumn, onClick: onSortChange }, t('power')),
|
4150
|
-
react.createElement("th", null, "\u00A0"))));
|
4151
|
-
};
|
4152
|
-
|
4153
|
-
;// CONCATENATED MODULE: ./src/components/zigbee/TableRow.tsx
|
4154
|
-
|
4155
|
-
|
4156
|
-
|
4157
|
-
|
4158
|
-
|
4159
|
-
|
4160
|
-
|
4238
|
+
;// CONCATENATED MODULE: ./src/components/zigbee/index.tsx
|
4161
4239
|
|
4162
4240
|
|
4163
4241
|
|
4164
|
-
const TableRow = (props) => {
|
4165
|
-
var _a, _b, _c;
|
4166
|
-
const { device, deviceState = {}, id, lastSeenType } = props;
|
4167
|
-
return react.createElement("tr", { key: device.friendly_name, title: ((_a = deviceState.update) === null || _a === void 0 ? void 0 : _a.state) == "available" ? 'Avaliable OTA update' : (_b = device.definition) === null || _b === void 0 ? void 0 : _b.description },
|
4168
|
-
react.createElement("td", { className: "font-weight-bold" }, id + 1),
|
4169
|
-
react.createElement("td", { className: zigbee_style["device-pic"] },
|
4170
|
-
react.createElement(device_image, { className: zigbee_style["device-image"], device: device, deviceStatus: deviceState })),
|
4171
|
-
react.createElement("td", null,
|
4172
|
-
react.createElement(react_router_dom/* Link */.rU, { to: genDeviceDetailsLink(device.ieee_address) }, device.friendly_name)),
|
4173
|
-
react.createElement("td", null,
|
4174
|
-
device.ieee_address,
|
4175
|
-
" (",
|
4176
|
-
toHex(device.network_address, 4),
|
4177
|
-
")"),
|
4178
|
-
react.createElement("td", { className: "text-truncate text-nowrap position-relative" },
|
4179
|
-
react.createElement(VendorLink, { device: device })),
|
4180
|
-
react.createElement("td", { title: (_c = device === null || device === void 0 ? void 0 : device.definition) === null || _c === void 0 ? void 0 : _c.description },
|
4181
|
-
react.createElement(ModelLink, { device: device })),
|
4182
|
-
react.createElement("td", null,
|
4183
|
-
react.createElement(DisplayValue, { value: deviceState === null || deviceState === void 0 ? void 0 : deviceState.linkquality, name: "linkquality" })),
|
4184
|
-
lastSeenType !== "disable" && react.createElement("td", null,
|
4185
|
-
react.createElement(LastSeen, { state: deviceState, lastSeenType: lastSeenType })),
|
4186
|
-
react.createElement("td", { className: "text-left" },
|
4187
|
-
react.createElement(power_source, { source: device.power_source, battery: deviceState === null || deviceState === void 0 ? void 0 : deviceState.battery, batteryLow: deviceState.battery_low })),
|
4188
|
-
react.createElement("td", null,
|
4189
|
-
react.createElement(device_control_DeviceControlGroup, { device: device, state: deviceState })));
|
4190
|
-
};
|
4191
4242
|
|
4192
|
-
;// CONCATENATED MODULE: ./src/components/zigbee/index.tsx
|
4193
4243
|
|
4194
4244
|
|
4195
4245
|
|
@@ -4201,134 +4251,96 @@ const TableRow = (props) => {
|
|
4201
4251
|
|
4202
4252
|
|
4203
4253
|
|
4204
|
-
const storeKey = "ZigbeeTableState";
|
4205
|
-
const longLoadingTimeout = 15 * 1000;
|
4206
4254
|
class ZigbeeTable extends react.Component {
|
4207
|
-
constructor(props) {
|
4208
|
-
super(props);
|
4209
|
-
this.saveState = () => {
|
4210
|
-
const { sortDirection, sortColumn } = this.state;
|
4211
|
-
const storeData = {
|
4212
|
-
sortDirection,
|
4213
|
-
sortColumn
|
4214
|
-
};
|
4215
|
-
try {
|
4216
|
-
localStorage.setItem(storeKey, JSON.stringify(storeData));
|
4217
|
-
}
|
4218
|
-
catch (e) {
|
4219
|
-
new notyf_es/* Notyf */.Iq().error(e.toString());
|
4220
|
-
}
|
4221
|
-
};
|
4222
|
-
this.handleLongLoading = () => {
|
4223
|
-
const { devices } = this.props;
|
4224
|
-
if (Object.keys(devices).length == 0) {
|
4225
|
-
const error = react.createElement(react.Fragment, null,
|
4226
|
-
react.createElement("strong", null, "Loading devices takes too long time."),
|
4227
|
-
react.createElement("div", null,
|
4228
|
-
"Consider reading ",
|
4229
|
-
react.createElement("a", { href: "https://www.zigbee2mqtt.io/guide/configuration/webui.html#webui" }, "documentation")));
|
4230
|
-
this.setState({ error });
|
4231
|
-
}
|
4232
|
-
};
|
4233
|
-
this.onSortChange = (column, sortDir) => {
|
4234
|
-
const { sortColumn } = this.state;
|
4235
|
-
let { sortDirection } = this.state;
|
4236
|
-
if (isEqual_default()(sortColumn, column)) {
|
4237
|
-
if (sortDir) {
|
4238
|
-
sortDirection = sortDir;
|
4239
|
-
}
|
4240
|
-
else if (sortDirection == "asc") {
|
4241
|
-
sortDirection = "desc";
|
4242
|
-
}
|
4243
|
-
else {
|
4244
|
-
sortDirection = "asc";
|
4245
|
-
}
|
4246
|
-
}
|
4247
|
-
this.setState({ sortColumn: column, sortDirection }, this.saveState);
|
4248
|
-
};
|
4249
|
-
this.state = {
|
4250
|
-
sortDirection: "desc",
|
4251
|
-
sortColumn: "device.network_address",
|
4252
|
-
currentTime: Date.now(),
|
4253
|
-
search: ""
|
4254
|
-
};
|
4255
|
-
}
|
4256
|
-
restoreState() {
|
4257
|
-
const { sortColumn, sortDirection } = this.state;
|
4258
|
-
const storedState = localStorage.getItem(storeKey);
|
4259
|
-
if (storedState) {
|
4260
|
-
try {
|
4261
|
-
const restored = JSON.parse(storedState);
|
4262
|
-
this.setState(restored);
|
4263
|
-
}
|
4264
|
-
catch (e) {
|
4265
|
-
new notyf_es/* Notyf */.Iq().error(e.toString());
|
4266
|
-
}
|
4267
|
-
}
|
4268
|
-
else {
|
4269
|
-
this.onSortChange(sortColumn, sortDirection);
|
4270
|
-
}
|
4271
|
-
}
|
4272
|
-
componentDidMount() {
|
4273
|
-
setTimeout(this.handleLongLoading, longLoadingTimeout);
|
4274
|
-
this.restoreState();
|
4275
|
-
}
|
4276
|
-
renderError() {
|
4277
|
-
const { error } = this.state;
|
4278
|
-
return (react.createElement("div", { className: "h-100 d-flex justify-content-center align-items-center" },
|
4279
|
-
react.createElement("div", { className: "d-flex align-items-center" }, error)));
|
4280
|
-
}
|
4281
4255
|
render() {
|
4282
|
-
const { error } = this.state;
|
4283
4256
|
const { devices } = this.props;
|
4284
4257
|
if (Object.keys(devices).length) {
|
4285
4258
|
return this.renderDevicesTable();
|
4286
4259
|
}
|
4287
|
-
if (error) {
|
4288
|
-
return this.renderError();
|
4289
|
-
}
|
4290
4260
|
return (react.createElement("div", { className: "h-100 d-flex justify-content-center align-items-center" },
|
4291
4261
|
react.createElement(spinner, null)));
|
4292
4262
|
}
|
4293
4263
|
getDevicesToRender() {
|
4294
|
-
const {
|
4295
|
-
|
4296
|
-
|
4297
|
-
|
4298
|
-
const searchQuery = search.toLowerCase();
|
4299
|
-
Object.values(devices).filter((device) => {
|
4300
|
-
var _a, _b, _c;
|
4301
|
-
return ((_a = device.friendly_name) === null || _a === void 0 ? void 0 : _a.toLowerCase().includes(searchQuery))
|
4302
|
-
|| device.ieee_address.toLowerCase().includes(searchQuery)
|
4303
|
-
|| ((_b = device.definition) === null || _b === void 0 ? void 0 : _b.model.toLowerCase().includes(searchQuery))
|
4304
|
-
|| ((_c = device.definition) === null || _c === void 0 ? void 0 : _c.vendor.toLowerCase().includes(searchQuery));
|
4305
|
-
}).forEach((device) => {
|
4264
|
+
const { devices, deviceStates } = this.props;
|
4265
|
+
return Object.values(devices)
|
4266
|
+
.filter(device => device.type !== "Coordinator")
|
4267
|
+
.map((device) => {
|
4306
4268
|
var _a;
|
4307
|
-
|
4308
|
-
|
4309
|
-
|
4310
|
-
|
4311
|
-
|
4312
|
-
|
4313
|
-
});
|
4314
|
-
}
|
4269
|
+
const state = (_a = deviceStates[device.friendly_name]) !== null && _a !== void 0 ? _a : {};
|
4270
|
+
return {
|
4271
|
+
id: device.friendly_name,
|
4272
|
+
device,
|
4273
|
+
state
|
4274
|
+
};
|
4315
4275
|
});
|
4316
|
-
return orderBy_default()(tableData, sortColumn, [sortDirection]);
|
4317
4276
|
}
|
4318
4277
|
renderDevicesTable() {
|
4319
4278
|
const { bridgeInfo, t } = this.props;
|
4320
4279
|
const devices = this.getDevicesToRender();
|
4321
|
-
const { sortColumn, sortDirection, search } = this.state;
|
4322
4280
|
const lastSeenType = getLastSeenType(bridgeInfo.config.advanced);
|
4323
|
-
|
4324
|
-
|
4325
|
-
|
4326
|
-
|
4327
|
-
|
4328
|
-
|
4329
|
-
|
4330
|
-
|
4331
|
-
|
4281
|
+
const columns = [
|
4282
|
+
{
|
4283
|
+
Header: '#',
|
4284
|
+
id: '-rownumber',
|
4285
|
+
Cell: ({ row }) => react.createElement("div", { className: "font-weight-bold" }, row.index + 1),
|
4286
|
+
disableSortBy: true,
|
4287
|
+
},
|
4288
|
+
{
|
4289
|
+
Header: t('pic'),
|
4290
|
+
Cell: ({ value: { device, state } }) => react.createElement(device_image, { className: zigbee_style["device-image"], device: device, deviceStatus: state }),
|
4291
|
+
accessor: rowData => rowData,
|
4292
|
+
disableSortBy: true,
|
4293
|
+
},
|
4294
|
+
{
|
4295
|
+
id: 'friendly_name',
|
4296
|
+
Header: t('friendly_name'),
|
4297
|
+
accessor: ({ device }) => device.friendly_name,
|
4298
|
+
Cell: ({ row: { original: { device } } }) => react.createElement(react_router_dom/* Link */.rU, { to: genDeviceDetailsLink(device.ieee_address) }, device.friendly_name)
|
4299
|
+
},
|
4300
|
+
{
|
4301
|
+
Header: t('ieee_address'),
|
4302
|
+
accessor: ({ device }) => [device.ieee_address, toHex(device.network_address, 4)].join(' '),
|
4303
|
+
Cell: ({ row: { original: { device } } }) => react.createElement(react.Fragment, null,
|
4304
|
+
device.ieee_address,
|
4305
|
+
" (",
|
4306
|
+
toHex(device.network_address, 4),
|
4307
|
+
")"),
|
4308
|
+
},
|
4309
|
+
{
|
4310
|
+
Header: t('manufacturer'),
|
4311
|
+
accessor: ({ device }) => { var _a; return [device.manufacturer, (_a = device.definition) === null || _a === void 0 ? void 0 : _a.vendor].join(' '); },
|
4312
|
+
Cell: ({ row: { original: { device } } }) => react.createElement(VendorLink, { device: device })
|
4313
|
+
},
|
4314
|
+
{
|
4315
|
+
Header: t('model'),
|
4316
|
+
accessor: ({ device }) => { var _a; return [device.model_id, (_a = device.definition) === null || _a === void 0 ? void 0 : _a.model].join(' '); },
|
4317
|
+
Cell: ({ row: { original: { device } } }) => react.createElement(ModelLink, { device: device })
|
4318
|
+
},
|
4319
|
+
{
|
4320
|
+
Header: t('lqi'),
|
4321
|
+
accessor: ({ state }) => state.linkquality,
|
4322
|
+
Cell: ({ row: { original: { state } } }) => react.createElement(DisplayValue, { value: state.linkquality, name: "linkquality" }),
|
4323
|
+
},
|
4324
|
+
{
|
4325
|
+
Header: t('last_seen'),
|
4326
|
+
accessor: ({ state }) => { var _a; return (_a = lastSeen(state, lastSeenType)) === null || _a === void 0 ? void 0 : _a.getTime(); },
|
4327
|
+
Cell: ({ row: { original: { state } } }) => react.createElement(LastSeen, { state: state, lastSeenType: lastSeenType }),
|
4328
|
+
},
|
4329
|
+
{
|
4330
|
+
Header: t('power'),
|
4331
|
+
accessor: ({ device }) => device.power_source,
|
4332
|
+
Cell: ({ row: { original: { state, device } } }) => react.createElement(power_source, { source: device.power_source, battery: state.battery, batteryLow: state.battery_low }),
|
4333
|
+
},
|
4334
|
+
{
|
4335
|
+
Header: '',
|
4336
|
+
id: '-controls',
|
4337
|
+
Cell: ({ row: { original: { state, device } } }) => react.createElement(device_control_DeviceControlGroup, { device: device, state: state }),
|
4338
|
+
disableSortBy: true,
|
4339
|
+
}
|
4340
|
+
];
|
4341
|
+
return (react.createElement("div", { className: "card" },
|
4342
|
+
react.createElement("div", { className: "table-responsive mt-1" },
|
4343
|
+
react.createElement(Table, { id: "zigbee", columns: columns, data: devices }))));
|
4332
4344
|
}
|
4333
4345
|
}
|
4334
4346
|
const zigbee_mappedProps = ["devices", "deviceStates", "bridgeInfo"];
|
@@ -4344,73 +4356,83 @@ const ConnectedZigbeePage = (0,withTranslation/* withTranslation */.Z)(["zigbee"
|
|
4344
4356
|
|
4345
4357
|
|
4346
4358
|
|
4359
|
+
|
4347
4360
|
const StateCell = (props) => {
|
4348
4361
|
var _a;
|
4349
4362
|
const { t } = (0,useTranslation/* useTranslation */.$)("ota");
|
4350
4363
|
const { device, state, checkOTA, updateOTA } = props;
|
4351
|
-
|
4364
|
+
const otaState = ((_a = state === null || state === void 0 ? void 0 : state.update) !== null && _a !== void 0 ? _a : {});
|
4365
|
+
switch (otaState.state) {
|
4352
4366
|
case "updating":
|
4353
4367
|
return (react.createElement(react.Fragment, null,
|
4354
4368
|
react.createElement("div", { className: "progress" },
|
4355
|
-
react.createElement("div", { className: "progress-bar progress-bar-striped progress-bar-animated", style: { width: `${
|
4356
|
-
|
4369
|
+
react.createElement("div", { className: "progress-bar progress-bar-striped progress-bar-animated", style: { width: `${otaState.progress}%` } },
|
4370
|
+
otaState.progress,
|
4357
4371
|
"%")),
|
4358
|
-
react.createElement("div", null, t('remaining_time', { remaining: toHHMMSS(
|
4372
|
+
react.createElement("div", null, t('remaining_time', { remaining: toHHMMSS(otaState.remaining) }))));
|
4359
4373
|
case "available":
|
4360
4374
|
return react.createElement(Button, { className: "btn btn-danger btn-sm", onClick: updateOTA, item: device.friendly_name, promt: true }, t("update"));
|
4361
4375
|
default:
|
4362
4376
|
return react.createElement(Button, { className: "btn btn-primary btn-sm", onClick: checkOTA, item: device.friendly_name }, t('check'));
|
4363
4377
|
}
|
4364
4378
|
};
|
4365
|
-
const OtaRow = (props) => {
|
4366
|
-
var _a;
|
4367
|
-
const { device, state, ...rest } = props;
|
4368
|
-
return react.createElement("tr", null,
|
4369
|
-
react.createElement("td", null,
|
4370
|
-
react.createElement(react_router_dom/* Link */.rU, { to: genDeviceDetailsLink(device.ieee_address) }, device.friendly_name)),
|
4371
|
-
react.createElement("td", { className: "text-truncate text-nowrap position-relative" },
|
4372
|
-
react.createElement(VendorLink, { device: device })),
|
4373
|
-
react.createElement("td", { title: (_a = device === null || device === void 0 ? void 0 : device.definition) === null || _a === void 0 ? void 0 : _a.description },
|
4374
|
-
react.createElement(ModelLink, { device: device })),
|
4375
|
-
react.createElement("td", null, device.date_code),
|
4376
|
-
react.createElement("td", null,
|
4377
|
-
react.createElement(OTALink, { device: device })),
|
4378
|
-
react.createElement("td", null,
|
4379
|
-
react.createElement(StateCell, { device: device, state: state, ...rest })));
|
4380
|
-
};
|
4381
4379
|
class OtaPage extends react.Component {
|
4382
4380
|
constructor() {
|
4383
4381
|
super(...arguments);
|
4384
4382
|
this.checkAllOTA = () => {
|
4385
4383
|
const { checkOTA } = this.props;
|
4386
4384
|
const otaDevices = this.getAllOtaDevices();
|
4387
|
-
otaDevices.forEach(device => checkOTA(device.friendly_name));
|
4385
|
+
otaDevices.forEach(({ device }) => checkOTA(device.friendly_name));
|
4388
4386
|
};
|
4389
4387
|
}
|
4390
4388
|
getAllOtaDevices() {
|
4391
|
-
const { devices } = this.props;
|
4392
|
-
return Object.values(devices)
|
4389
|
+
const { devices, deviceStates } = this.props;
|
4390
|
+
return Object.values(devices)
|
4391
|
+
.filter(device => { var _a; return (_a = device === null || device === void 0 ? void 0 : device.definition) === null || _a === void 0 ? void 0 : _a.supports_ota; })
|
4392
|
+
.map((device) => {
|
4393
|
+
var _a;
|
4394
|
+
const state = (_a = deviceStates[device.friendly_name]) !== null && _a !== void 0 ? _a : {};
|
4395
|
+
return { id: device.friendly_name, device, state };
|
4396
|
+
});
|
4393
4397
|
}
|
4394
4398
|
render() {
|
4395
|
-
const {
|
4399
|
+
const { checkOTA, updateOTA, t } = this.props;
|
4396
4400
|
const otaApi = { checkOTA, updateOTA };
|
4397
4401
|
const otaDevices = this.getAllOtaDevices();
|
4402
|
+
const columns = [
|
4403
|
+
{
|
4404
|
+
Header: t('zigbee:friendly_name'),
|
4405
|
+
accessor: ({ device }) => device.friendly_name,
|
4406
|
+
Cell: ({ row: { original: { device } } }) => react.createElement(react_router_dom/* Link */.rU, { to: genDeviceDetailsLink(device.ieee_address) }, device.friendly_name)
|
4407
|
+
},
|
4408
|
+
{
|
4409
|
+
Header: t('zigbee:manufacturer'),
|
4410
|
+
accessor: ({ device }) => { var _a; return [device.manufacturer, (_a = device.definition) === null || _a === void 0 ? void 0 : _a.vendor].join(' '); },
|
4411
|
+
Cell: ({ row: { original: { device } } }) => react.createElement(VendorLink, { device: device })
|
4412
|
+
},
|
4413
|
+
{
|
4414
|
+
Header: t('zigbee:model'),
|
4415
|
+
accessor: ({ device }) => { var _a; return [device.model_id, (_a = device.definition) === null || _a === void 0 ? void 0 : _a.model].join(' '); },
|
4416
|
+
Cell: ({ row: { original: { device } } }) => react.createElement(ModelLink, { device: device })
|
4417
|
+
},
|
4418
|
+
{
|
4419
|
+
Header: t('zigbee:firmware_build_date'),
|
4420
|
+
accessor: ({ device }) => device.date_code
|
4421
|
+
},
|
4422
|
+
{
|
4423
|
+
Header: t('zigbee:firmware_version'),
|
4424
|
+
accessor: ({ device }) => { var _a; return [device.model_id, (_a = device.definition) === null || _a === void 0 ? void 0 : _a.model].join(' '); },
|
4425
|
+
Cell: ({ row: { original: { device } } }) => react.createElement(OTALink, { device: device })
|
4426
|
+
},
|
4427
|
+
{
|
4428
|
+
Header: () => react.createElement(Button, { className: "btn btn-danger btn-sm", onClick: this.checkAllOTA, promt: true }, t('check_all')),
|
4429
|
+
id: 'check_all',
|
4430
|
+
Cell: ({ row: { original: { device, state } } }) => react.createElement(StateCell, { device: device, state: state, ...otaApi })
|
4431
|
+
},
|
4432
|
+
];
|
4398
4433
|
return react.createElement("div", { className: "card" },
|
4399
4434
|
react.createElement("div", { className: "card-body table-responsive" },
|
4400
|
-
react.createElement(
|
4401
|
-
react.createElement("thead", null,
|
4402
|
-
react.createElement("tr", null,
|
4403
|
-
react.createElement("th", { scope: "col" }, t("zigbee:friendly_name")),
|
4404
|
-
react.createElement("th", null, t("zigbee:manufacturer")),
|
4405
|
-
react.createElement("th", null, t("zigbee:model")),
|
4406
|
-
react.createElement("th", null, t("zigbee:firmware_build_date")),
|
4407
|
-
react.createElement("th", null, t("zigbee:firmware_version")),
|
4408
|
-
react.createElement("th", null,
|
4409
|
-
react.createElement(Button, { className: "btn btn-danger btn-sm", onClick: this.checkAllOTA, promt: true }, t('check_all'))))),
|
4410
|
-
react.createElement("tbody", null,
|
4411
|
-
otaDevices.length === 0 ? react.createElement("tr", null,
|
4412
|
-
react.createElement("td", { colSpan: 6 }, t('empty_ota_message'))) : null,
|
4413
|
-
otaDevices.map(device => (react.createElement(OtaRow, { key: device.ieee_address, device: device, state: deviceStates[device.friendly_name], ...otaApi })))))));
|
4435
|
+
react.createElement(Table, { id: "otaDevices", columns: columns, data: otaDevices })));
|
4414
4436
|
}
|
4415
4437
|
}
|
4416
4438
|
const ota_page_mappedProps = ["devices", "deviceStates"];
|
@@ -4481,34 +4503,20 @@ class ErrorBoundary extends react.Component {
|
|
4481
4503
|
|
4482
4504
|
|
4483
4505
|
|
4484
|
-
const footerFeatures = [
|
4485
|
-
"linkquality"
|
4486
|
-
];
|
4487
4506
|
const DeviceFooter = ({ device, deviceState, lastSeenType }) => {
|
4488
4507
|
const { linkquality } = deviceState;
|
4489
|
-
const {
|
4490
|
-
const rederedFeatures = [];
|
4491
|
-
exposes
|
4492
|
-
.filter(e => footerFeatures.includes(e.name))
|
4493
|
-
.forEach(e => {
|
4494
|
-
switch (e.name) {
|
4495
|
-
case "linkquality":
|
4496
|
-
linkquality && rederedFeatures.push(react.createElement("span", { key: "linkquality", className: "me-1" },
|
4497
|
-
react.createElement("i", { className: "fa fa-signal fa-fw" }),
|
4498
|
-
" ",
|
4499
|
-
linkquality,
|
4500
|
-
" LQI"));
|
4501
|
-
break;
|
4502
|
-
default:
|
4503
|
-
break;
|
4504
|
-
}
|
4505
|
-
});
|
4506
|
-
rederedFeatures.push(react.createElement(power_source, { key: "power", source: device.power_source, battery: deviceState.battery }));
|
4508
|
+
const { supported } = device;
|
4507
4509
|
return (react.createElement("footer", { className: "card-footer pt-0" },
|
4508
4510
|
react.createElement("div", { className: "row justify-content-between flex-nowrap" },
|
4509
4511
|
react.createElement("div", { title: "last update", className: "col text-truncate" },
|
4510
4512
|
react.createElement(LastSeen, { state: deviceState, lastSeenType: lastSeenType })),
|
4511
|
-
react.createElement("div", { className: "col col-auto text-truncate" },
|
4513
|
+
react.createElement("div", { className: "col col-auto text-truncate" },
|
4514
|
+
react.createElement("span", { key: "linkquality", className: "me-1" },
|
4515
|
+
react.createElement("i", { className: "fa fa-signal fa-fw" }),
|
4516
|
+
" ",
|
4517
|
+
linkquality,
|
4518
|
+
" LQI"),
|
4519
|
+
supported && react.createElement(power_source, { key: "power", source: device.power_source, battery: deviceState.battery })))));
|
4512
4520
|
};
|
4513
4521
|
/* harmony default export */ const dashboard_page_DeviceFooter = (DeviceFooter);
|
4514
4522
|
|
@@ -4639,15 +4647,15 @@ const dashboard_page_mappedProps = ['devices', 'deviceStates', 'bridgeInfo'];
|
|
4639
4647
|
/* harmony default export */ const dashboard_page = ((0,unistore_react/* connect */.$)(dashboard_page_mappedProps, actions_actions)(Dashboard));
|
4640
4648
|
|
4641
4649
|
// EXTERNAL MODULE: ./node_modules/react-ace/lib/index.js
|
4642
|
-
var lib = __webpack_require__(
|
4650
|
+
var lib = __webpack_require__(74981);
|
4643
4651
|
// EXTERNAL MODULE: ./node_modules/ace-builds/src-noconflict/mode-javascript.js
|
4644
|
-
var mode_javascript = __webpack_require__(
|
4652
|
+
var mode_javascript = __webpack_require__(56395);
|
4645
4653
|
// EXTERNAL MODULE: ./node_modules/ace-builds/src-noconflict/theme-github.js
|
4646
|
-
var theme_github = __webpack_require__(
|
4654
|
+
var theme_github = __webpack_require__(24203);
|
4647
4655
|
// EXTERNAL MODULE: ./node_modules/ace-builds/src-noconflict/theme-dracula.js
|
4648
|
-
var theme_dracula = __webpack_require__(
|
4656
|
+
var theme_dracula = __webpack_require__(57787);
|
4649
4657
|
// EXTERNAL MODULE: ./src/components/extensions-editor/example-extension.js.txt
|
4650
|
-
var example_extension_js = __webpack_require__(
|
4658
|
+
var example_extension_js = __webpack_require__(82796);
|
4651
4659
|
;// CONCATENATED MODULE: ./src/components/extensions-editor/CreateNewExtension.tsx
|
4652
4660
|
|
4653
4661
|
|
@@ -4876,61 +4884,65 @@ const ConnectedStateNotifier = (0,unistore_react/* connect */.$)(StateNotifier_m
|
|
4876
4884
|
/* harmony default export */ const state_notifier_StateNotifier = (ConnectedStateNotifier);
|
4877
4885
|
|
4878
4886
|
// EXTERNAL MODULE: ./node_modules/i18next/dist/esm/i18next.js + 6 modules
|
4879
|
-
var i18next = __webpack_require__(
|
4887
|
+
var i18next = __webpack_require__(90589);
|
4880
4888
|
// EXTERNAL MODULE: ./node_modules/react-i18next/dist/es/context.js
|
4881
|
-
var context = __webpack_require__(
|
4889
|
+
var context = __webpack_require__(68718);
|
4882
4890
|
// EXTERNAL MODULE: ./node_modules/i18next-browser-languagedetector/dist/esm/i18nextBrowserLanguageDetector.js
|
4883
|
-
var i18nextBrowserLanguageDetector = __webpack_require__(
|
4891
|
+
var i18nextBrowserLanguageDetector = __webpack_require__(26071);
|
4884
4892
|
;// CONCATENATED MODULE: ./src/i18n/locales/en.json
|
4885
|
-
const en_namespaceObject = JSON.parse('{"common":{"action":"Action","actions":"Actions","apply":"Apply","attribute":"Attribute","bind":"Bind","check_all":"Check all","clear":"Clear","close":"Close","cluster":"Cluster","clusters":"Clusters","confirmation":"Confirmation prompt","delete":"Delete","destination":"Destination","devices":"Devices","dialog_confirmation_prompt":"Are you sure?","disable":"Disable","enter_search_criteria":"Enter search criteria","groups":"Groups","loading":"Loading...","none":"None","ok":"Ok","read":"Read","save":"Save","select_device":"Select device","select_endpoint":"Select endpoint","source_endpoint":"Source endpoint","the_only_endpoint":"The only endpoint","unbind":"Unbind","write":"Write"},"devicePage":{"about":"About","bind":"Bind","clusters":"Clusters","dev_console":"Dev console","exposes":"Exposes","reporting":"Reporting","settings":"Settings","settings_specific":"Settings (specific)","state":"State","scene":"Scene","unknown_device":"Unknown device"},"exposes":{"action":"Action","auto_off":"Auto off","away_mode":"Away mode","away_preset_days":"Away preset days","away_preset_temperature":"Away preset temperature","backlight_mode":"Backlight mode","battery":"Battery","battery_low":"Battery low","boost_time":"Boost time","brightness":"Brightness","calibration":"Calibration","carbon_monoxide":"Carbon monoxide","color_hs":"Color (HS)","color_temp":"Color temperature","color_temp_startup":"Startup color temp","color_xy":"Color (XY)","comfort_temperature":"Comfort temperature","consumer_connected":"Consumer connected","consumer_overload":"Consumer overload","contact":"Contact","current":"Current","current_heating_setpoint":"Current heating setpoint","eco_temperature":"Eco temperature","effect":"Effect","empty_exposes_definition":"Empty exposes definition","energy":"Energy","force":"Force","humidity":"Humidity","illuminance":"Illuminance","illuminance_lux":"Illuminance","led_disabled_night":"Led disabled night","linkquality":"Linkquality","local_temperature":"Local temperature","local_temperature_calibration":"Local temperature calibration","max_temperature":"Max temperature","min_temperature":"Min temperature","motor_reversal":"Motor reversal","moving":"Moving","occupancy":"Occupancy","operation_mode":"Operation mode","options":"Options","position":"Position","power":"Power","power_on_behavior":"Power on behavior","power_outage_memory":"Power outage memory","preset":"Preset","pressure":"Pressure","sensivity":"Sensivity","smoke":"Smoke","state":"State","strength":"Strength","system_mode":"System mode","tamper":"Tamper","temperature":"Temperature","voltage":"Voltage","water_leak":"Water leak","week":"Week"},"extensions":{"create_new_extension":"Create new extension","extension_name_propmt":"Enter new extension name","select_extension_to_edit":"Select extension to edit"},"featureDescriptions":{"Auto off after specific time.":"Auto off after specific time.","Away mode":"Away mode","Away preset days":"Away preset days","Away preset temperature":"Away preset temperature","Boost time":"Boost time","Brightness of this light":"Brightness of this light","Calibration time":"Calibration time","Color of this light expressed as hue/saturation":"Color of this light expressed as hue/saturation","Color of this light in the CIE 1931 color space (x/y)":"Color of this light in the CIE 1931 color space (x/y)","Color temperature after cold power on of this light":"Color temperature after cold power on of this light","Color temperature of this light":"Color temperature of this light","Comfort temperature":"Comfort temperature","Controls the behavior when the device is powered on":"Controls the behavior when the device is powered on","Controls the behaviour when the device is powered on":"Controls the behaviour when the device is powered on","Current temperature measured on the device":"Current temperature measured on the device","Decoupled mode for center button":"Decoupled mode for center button","Decoupled mode for left button":"Decoupled mode for left button","Decoupled mode for right button":"Decoupled mode for right button","Eco temperature":"Eco temperature","Enable/disable auto lock":"Enable/disable auto lock","Enable/disable away mode":"Enable/disable away mode","Enables/disables physical input on the device":"Enables/disables physical input on the device","Enables/disables window detection on the device":"Enables/disables window detection on the device","Enabling prevents both relais being on at the same time":"Enabling prevents both relais being on at the same time","Force the valve position":"Force the valve position","Indicates if CO (carbon monoxide) is detected":"Indicates if CO (carbon monoxide) is detected","Indicates if the battery of this device is almost empty":"Indicates if the battery of this device is almost empty","Indicates if the contact is closed (= true) or open (= false)":"Indicates if the contact is closed (= true) or open (= false)","Indicates whether the device detected a water leak":"Indicates whether the device detected a water leak","Indicates whether the device detected occupancy":"Indicates whether the device detected occupancy","Indicates whether the device detected smoke":"Indicates whether the device detected smoke","Indicates whether the device is tampered":"Indicates whether the device is tampered","Instantaneous measured electrical current":"Instantaneous measured electrical current","Instantaneous measured power":"Instantaneous measured power","Link quality (signal strength)":"Link quality (signal strength)","Maximum temperature":"Maximum temperature","Measured electrical potential value":"Measured electrical potential value","Measured illuminance in lux":"Measured illuminance in lux","Measured relative humidity":"Measured relative humidity","Measured temperature value":"Measured temperature value","Minimum temperature":"Minimum temperature","Mode of this device (similar to system_mode)":"Mode of this device (similar to system_mode)","Mode of this device":"Mode of this device","Motor speed":"Motor speed","Offset to be used in the local_temperature":"Offset to be used in the local_temperature","On/off state of the switch":"On/off state of the switch","On/off state of this light":"On/off state of this light","Position of this cover":"Position of this cover","Position":"Position","Raw measured illuminance":"Raw measured illuminance","Recover state after power outage":"Recover state after power outage","Remaining battery in %":"Remaining battery in %","Side of the cube":"Side of the cube","Sum of consumed energy":"Sum of consumed energy","Temperature setpoint":"Temperature setpoint","The measured atmospheric pressure":"The measured atmospheric pressure","Triggered action (e.g. a button click)":"Triggered action (e.g. a button click)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Triggers an effect on the light (e.g. make light blink for a few seconds)","Voltage of the battery in millivolts":"Voltage of the battery in millivolts","Week format user for schedule":"Week format user for schedule"},"featureNames":{"action":"Action","angle_x":"Angle X","angle_y":"Angle Y","angle_z":"Angle Z","brightness":"Brightness","co2":"CO2","color_temp":"Color Temp","color_xy":"Color Xy","contact":"Contact","humidity":"Humidity","illuminance":"Illuminance","occupancy":"Occupancy","pressure":"Pressure","soil_moisture":"Soil Moisture","state":"State","temperature":"Temperature","tamper":"Tamper"},"groups":{"add_to_group":"Add to group","create_group":"Create group","new_group_id":"New group id","new_group_id_placeholder":"Specify group id if necessary","new_group_name":"New group name","new_group_name_placeholder":"example: my_bedroom_lights","remove_group":"Remove group","group_id":"Group ID","group_name":"Group Name","group_members":"Group members","group_scenes":"Group scenes"},"logs":{"empty_logs_message":"Nothing to display","filter_by_text":"Filter by text","show_only":"Show only"},"map":{"help_coordinator_link_description":"Solid lines are the link to the Coordinator","help_end_device_description":"Green means End Device","help_is_coordinator":"is Coordinator","help_lqi_description":"Link quality is between 0 - 255 (higher is better), values with / represents multiple types of links","help_router_description":"Blue means Router","help_router_links_description":"Dashed lines are the link with Routes","hide":"Click on me to hide","load":"Load map","loading":"Depending on the size of your network this can take somewhere between 10 seconds and 2 minutes."},"navbar":{"all":"All","dashboard":"Dashboard","devices":"Devices","disable_join":"Disable join","extensions":"Extensions","groups":"Groups","logs":"Logs","map":"Map","ota":"OTA","permit_join":"Permit join","restart":"Restart","settings":"Settings","toggle_dropdown":"Toggle dropdown","touchlink":"Touchlink"},"ota":{"check":"Check for new updates","check_all":"Check all","empty_ota_message":"You don\'t have any devices that support OTA","remaining_time":"Remaining time {{- remaining}}","update":"Update device firmware"},"settings":{"about":"About","advanced":"Advanced","availability":"Availability","blocklist":"Blocklist","coordinator_revision":"Coordinator revision","coordinator_type":"Coordinator type","donate":"Donate","donation_text":["Hello, %username%, here you can thank us for hardworking","Don\'t hesitate to say something nice as well ;)"],"download_state":"Download state","experimental":"Experimental","external_converters":"External converters","frontend":"Frontend","frontend_version":"Frontend version","main":"Main","mqtt":"MQTT","ota":"OTA updates","passlist":"Passlist","raw":"Raw","restart_zigbee2mqtt":"Restart Zigbee2MQTT","serial":"Serial","settings":"Settings","tools":"Tools","zigbee2mqtt_version":"Zigbee2MQTT version","translate":"Translate"},"settingsSchemaTranslations":{"advanced-title":"Advanced","advanced_availability_blacklist__title":"Availability blacklist (deprecated, use availability_blocklist)","advanced_availability_blocklist__description":"Prevent devices from being checked for availability","advanced_availability_blocklist__title":"Availability Blocklist","advanced_availability_passlist__description":"Only enable availability check for certain devices","advanced_availability_passlist__title":"Availability passlist","advanced_availability_whitelist__title":"Availability whitelist (deprecated, use passlist)","advanced_ext_pan_id__description":"Zigbee extended pan ID, changing requires repairing all devices!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Output location of the log, leave empty to supress logging","advanced_log_output__title":"Log output","advanced_log_syslog-title":"syslog","blocklist__description":"Block devices from the network (by ieeeAddr)","blocklist__title":"Blocklist","experimental-title":"Experimental","external_converters__description":"You can define external converters to e.g. add support for a DiY device","external_converters__title":"External converters","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"OTA updates","passlist__description":"Allow only certain devices to join the network (by ieeeAddr). Note that all devices not on the passlist will be removed from the network!","passlist__title":"Passlist","root__description":"Allow only certain devices to join the network (by ieeeAddr). Note that all devices not on the passlist will be removed from the network!","root_availability_blacklist__title":"Availability blacklist (deprecated, use availability_blocklist)","root_availability_blocklist__description":"Prevent devices from being checked for availability","root_availability_blocklist__title":"Availability Blocklist","root_availability_passlist__description":"Only enable availability check for certain devices","root_availability_passlist__title":"Availability passlist","root_availability_whitelist__title":"Availability whitelist (deprecated, use passlist)","root_debounce_ignore__description":"Protects unique payload values of specified payload properties from overriding within debounce time","root_debounce_ignore__title":"Ignore debounce","root_ext_pan_id__description":"Zigbee extended pan ID, changing requires repairing all devices!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Allows to prevent certain attributes from being published","root_filtered_attributes__title":"Filtered attributes","root_filtered_optimistic__description":"Filter attributes from optimistic publish payload when calling /set. (This has no effect if optimistic is set to false).","root_filtered_optimistic__title":"Filtered optimistic attributes","root_log_output__description":"Output location of the log, leave empty to supress logging","root_log_output__title":"Log output","root_log_syslog-title":"syslog","serial-title":"Serial"},"touchlink":{"detected_devices_message":"Detected {{count}} touchlink devices.","rescan":"Scan again","scan":"Scan"},"values":{"clear":"Clear","closed":"Closed","false":"False","not_supported":"Not supported","occupied":"Occupied","open":"Open","supported":"Supported","true":"True","empty_string":"Empty string(\\"\\")","leaking":"Leaking","tampered":"Tampered"},"zigbee":{"actions":"Actions","attribute":"Attribute","battery":"Battery","block_join":"Block from joining again","cluster":"Cluster","dc_source":"DC Source","description":"Description","device_type":"Device type","endpoint":"Endpoint","firmware_build_date":"Firmware build date","firmware_version":"Firmware version","force_remove":"Force remove","friendly_name":"Friendly name","ieee_address":"IEEE Address","input_clusters":"Input clusters","interview_completed":"Interview completed","interview_failed":"Interview failed","interviewing":"Interviewing","last_seen":"Last seen","lqi":"LQI","mains_single_phase":"Mains (single phase)","manufacturer":"Manufacturer","max_rep_interval":"max rep interval","min_rep_change":"Min rep change","min_rep_interval":"Min rep interval","model":"Model","network_address":"Network address","none":"None","output_clusters":"Output clusters","pic":"Pic","power":"Power","power_level":"power level","reconfigure":"Reconfigure","remove_device":"Remove device","rename_device":"Rename device","select_attribute":"Select attribute","select_cluster":"Select cluster","support_status":"Support status","unsupported":"Unsupported","updating_firmware":"Updating firmware","update_Home_assistant_entity_id":"Update Home Assistant entity ID","zigbee_manufacturer":"Zigbee Manufacturer","zigbee_model":"Zigbee Model","device":"Device"},"scene":{"scene_id":"Scene ID","recall":"Recall","store":"Store","remove":"Remove","remove_all":"Remove all","add":"Add","select_scene":"Select Scene","scene_name":"Scene Name"}}');
|
4893
|
+
const en_namespaceObject = JSON.parse('{"common":{"action":"Action","actions":"Actions","apply":"Apply","attribute":"Attribute","bind":"Bind","check_all":"Check all","clear":"Clear","close":"Close","cluster":"Cluster","clusters":"Clusters","confirmation":"Confirmation prompt","delete":"Delete","destination":"Destination","devices":"Devices","dialog_confirmation_prompt":"Are you sure?","disable":"Disable","enter_search_criteria":"Enter search criteria","groups":"Groups","loading":"Loading...","none":"None","ok":"Ok","read":"Read","save":"Save","select_device":"Select device","select_endpoint":"Select endpoint","source_endpoint":"Source endpoint","the_only_endpoint":"The only endpoint","unbind":"Unbind","write":"Write"},"devicePage":{"about":"About","bind":"Bind","clusters":"Clusters","dev_console":"Dev console","exposes":"Exposes","reporting":"Reporting","settings":"Settings","settings_specific":"Settings (specific)","state":"State","scene":"Scene","unknown_device":"Unknown device"},"exposes":{"action":"Action","auto_off":"Auto off","away_mode":"Away mode","away_preset_days":"Away preset days","away_preset_temperature":"Away preset temperature","backlight_mode":"Backlight mode","battery":"Battery","battery_low":"Battery low","boost_time":"Boost time","brightness":"Brightness","calibration":"Calibration","carbon_monoxide":"Carbon monoxide","color_hs":"Color (HS)","color_temp":"Color temperature","color_temp_startup":"Startup color temp","color_xy":"Color (XY)","comfort_temperature":"Comfort temperature","consumer_connected":"Consumer connected","consumer_overload":"Consumer overload","contact":"Contact","current":"Current","current_heating_setpoint":"Current heating setpoint","eco_temperature":"Eco temperature","effect":"Effect","empty_exposes_definition":"Empty exposes definition","energy":"Energy","force":"Force","humidity":"Humidity","illuminance":"Illuminance","illuminance_lux":"Illuminance","led_disabled_night":"Led disabled night","linkquality":"Linkquality","local_temperature":"Local temperature","local_temperature_calibration":"Local temperature calibration","max_temperature":"Max temperature","min_temperature":"Min temperature","motor_reversal":"Motor reversal","moving":"Moving","occupancy":"Occupancy","operation_mode":"Operation mode","options":"Options","position":"Position","power":"Power","power_on_behavior":"Power on behavior","power_outage_memory":"Power outage memory","preset":"Preset","pressure":"Pressure","sensivity":"Sensivity","smoke":"Smoke","state":"State","strength":"Strength","system_mode":"System mode","tamper":"Tamper","temperature":"Temperature","voltage":"Voltage","water_leak":"Water leak","week":"Week"},"extensions":{"create_new_extension":"Create new extension","extension_name_propmt":"Enter new extension name","select_extension_to_edit":"Select extension to edit"},"featureDescriptions":{"Auto off after specific time.":"Auto off after specific time.","Away mode":"Away mode","Away preset days":"Away preset days","Away preset temperature":"Away preset temperature","Boost time":"Boost time","Brightness of this light":"Brightness of this light","Calibration time":"Calibration time","Color of this light expressed as hue/saturation":"Color of this light expressed as hue/saturation","Color of this light in the CIE 1931 color space (x/y)":"Color of this light in the CIE 1931 color space (x/y)","Color temperature after cold power on of this light":"Color temperature after cold power on of this light","Color temperature of this light":"Color temperature of this light","Comfort temperature":"Comfort temperature","Controls the behavior when the device is powered on":"Controls the behavior when the device is powered on","Controls the behaviour when the device is powered on":"Controls the behaviour when the device is powered on","Current temperature measured on the device":"Current temperature measured on the device","Decoupled mode for center button":"Decoupled mode for center button","Decoupled mode for left button":"Decoupled mode for left button","Decoupled mode for right button":"Decoupled mode for right button","Eco temperature":"Eco temperature","Enable/disable auto lock":"Enable/disable auto lock","Enable/disable away mode":"Enable/disable away mode","Enables/disables physical input on the device":"Enables/disables physical input on the device","Enables/disables window detection on the device":"Enables/disables window detection on the device","Enabling prevents both relais being on at the same time":"Enabling prevents both relais being on at the same time","Force the valve position":"Force the valve position","Indicates if CO (carbon monoxide) is detected":"Indicates if CO (carbon monoxide) is detected","Indicates if the battery of this device is almost empty":"Indicates if the battery of this device is almost empty","Indicates if the contact is closed (= true) or open (= false)":"Indicates if the contact is closed (= true) or open (= false)","Indicates whether the device detected a water leak":"Indicates whether the device detected a water leak","Indicates whether the device detected occupancy":"Indicates whether the device detected occupancy","Indicates whether the device detected smoke":"Indicates whether the device detected smoke","Indicates whether the device is tampered":"Indicates whether the device is tampered","Instantaneous measured electrical current":"Instantaneous measured electrical current","Instantaneous measured power":"Instantaneous measured power","Link quality (signal strength)":"Link quality (signal strength)","Maximum temperature":"Maximum temperature","Measured electrical potential value":"Measured electrical potential value","Measured illuminance in lux":"Measured illuminance in lux","Measured relative humidity":"Measured relative humidity","Measured temperature value":"Measured temperature value","Minimum temperature":"Minimum temperature","Mode of this device (similar to system_mode)":"Mode of this device (similar to system_mode)","Mode of this device":"Mode of this device","Motor speed":"Motor speed","Offset to be used in the local_temperature":"Offset to be used in the local_temperature","On/off state of the switch":"On/off state of the switch","On/off state of this light":"On/off state of this light","Position of this cover":"Position of this cover","Position":"Position","Raw measured illuminance":"Raw measured illuminance","Recover state after power outage":"Recover state after power outage","Remaining battery in %":"Remaining battery in %","Side of the cube":"Side of the cube","Sum of consumed energy":"Sum of consumed energy","Temperature setpoint":"Temperature setpoint","The measured atmospheric pressure":"The measured atmospheric pressure","Triggered action (e.g. a button click)":"Triggered action (e.g. a button click)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Triggers an effect on the light (e.g. make light blink for a few seconds)","Voltage of the battery in millivolts":"Voltage of the battery in millivolts","Week format user for schedule":"Week format user for schedule"},"featureNames":{"action":"Action","angle_x":"Angle X","angle_y":"Angle Y","angle_z":"Angle Z","brightness":"Brightness","co2":"CO2","color_temp":"Color Temp","color_xy":"Color Xy","contact":"Contact","humidity":"Humidity","illuminance":"Illuminance","occupancy":"Occupancy","pressure":"Pressure","soil_moisture":"Soil Moisture","state":"State","temperature":"Temperature","tamper":"Tamper"},"groups":{"add_to_group":"Add to group","create_group":"Create group","new_group_id":"New group id","new_group_id_placeholder":"Specify group id if necessary","new_group_name":"New group name","new_group_name_placeholder":"example: my_bedroom_lights","remove_group":"Remove group","group_id":"Group ID","group_name":"Group Name","group_members":"Group members","group_scenes":"Group scenes"},"logs":{"empty_logs_message":"Nothing to display","filter_by_text":"Filter by text","show_only":"Show only"},"map":{"help_coordinator_link_description":"Solid lines are the link to the Coordinator","help_end_device_description":"Green means End Device","help_is_coordinator":"is Coordinator","help_lqi_description":"Link quality is between 0 - 255 (higher is better), values with / represents multiple types of links","help_router_description":"Blue means Router","help_router_links_description":"Dashed lines are the link with Routes","hide":"Click on me to hide","load":"Load map","loading":"Depending on the size of your network this can take somewhere between 10 seconds and 2 minutes."},"navbar":{"all":"All","dashboard":"Dashboard","devices":"Devices","disable_join":"Disable join","extensions":"Extensions","groups":"Groups","logs":"Logs","map":"Map","ota":"OTA","permit_join":"Permit join","restart":"Restart","settings":"Settings","toggle_dropdown":"Toggle dropdown","touchlink":"Touchlink"},"ota":{"check":"Check for new updates","check_all":"Check all","empty_ota_message":"You don\'t have any devices that support OTA","remaining_time":"Remaining time {{- remaining}}","update":"Update device firmware"},"settings":{"about":"About","advanced":"Advanced","availability":"Availability","blocklist":"Blocklist","coordinator_revision":"Coordinator revision","coordinator_type":"Coordinator type","donate":"Donate","donation_text":["Hello, %username%, here you can thank us for hardworking","Don\'t hesitate to say something nice as well ;)"],"download_state":"Download state","experimental":"Experimental","external_converters":"External converters","frontend":"Frontend","frontend_version":"Frontend version","main":"Main","mqtt":"MQTT","ota":"OTA updates","passlist":"Passlist","raw":"Raw","restart_zigbee2mqtt":"Restart Zigbee2MQTT","serial":"Serial","settings":"Settings","tools":"Tools","zigbee2mqtt_version":"Zigbee2MQTT version","translate":"Translate","stats":"Stats"},"settingsSchemaTranslations":{"advanced-title":"Advanced","advanced_availability_blacklist__title":"Availability blacklist (deprecated, use availability_blocklist)","advanced_availability_blocklist__description":"Prevent devices from being checked for availability","advanced_availability_blocklist__title":"Availability Blocklist","advanced_availability_passlist__description":"Only enable availability check for certain devices","advanced_availability_passlist__title":"Availability passlist","advanced_availability_whitelist__title":"Availability whitelist (deprecated, use passlist)","advanced_ext_pan_id__description":"Zigbee extended pan ID, changing requires repairing all devices!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Output location of the log, leave empty to supress logging","advanced_log_output__title":"Log output","advanced_log_syslog-title":"syslog","blocklist__description":"Block devices from the network (by ieeeAddr)","blocklist__title":"Blocklist","experimental-title":"Experimental","external_converters__description":"You can define external converters to e.g. add support for a DiY device","external_converters__title":"External converters","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"OTA updates","passlist__description":"Allow only certain devices to join the network (by ieeeAddr). Note that all devices not on the passlist will be removed from the network!","passlist__title":"Passlist","root__description":"Allow only certain devices to join the network (by ieeeAddr). Note that all devices not on the passlist will be removed from the network!","root_availability_blacklist__title":"Availability blacklist (deprecated, use availability_blocklist)","root_availability_blocklist__description":"Prevent devices from being checked for availability","root_availability_blocklist__title":"Availability Blocklist","root_availability_passlist__description":"Only enable availability check for certain devices","root_availability_passlist__title":"Availability passlist","root_availability_whitelist__title":"Availability whitelist (deprecated, use passlist)","root_debounce_ignore__description":"Protects unique payload values of specified payload properties from overriding within debounce time","root_debounce_ignore__title":"Ignore debounce","root_ext_pan_id__description":"Zigbee extended pan ID, changing requires repairing all devices!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Allows to prevent certain attributes from being published","root_filtered_attributes__title":"Filtered attributes","root_filtered_optimistic__description":"Filter attributes from optimistic publish payload when calling /set. (This has no effect if optimistic is set to false).","root_filtered_optimistic__title":"Filtered optimistic attributes","root_log_output__description":"Output location of the log, leave empty to supress logging","root_log_output__title":"Log output","root_log_syslog-title":"syslog","serial-title":"Serial"},"touchlink":{"detected_devices_message":"Detected {{count}} touchlink devices.","rescan":"Scan again","scan":"Scan"},"values":{"clear":"Clear","closed":"Closed","false":"False","not_supported":"Not supported","occupied":"Occupied","open":"Open","supported":"Supported","true":"True","empty_string":"Empty string(\\"\\")","leaking":"Leaking","tampered":"Tampered"},"zigbee":{"actions":"Actions","attribute":"Attribute","battery":"Battery","block_join":"Block from joining again","cluster":"Cluster","dc_source":"DC Source","description":"Description","device_type":"Device type","endpoint":"Endpoint","firmware_build_date":"Firmware build date","firmware_version":"Firmware version","force_remove":"Force remove","friendly_name":"Friendly name","ieee_address":"IEEE Address","input_clusters":"Input clusters","interview_completed":"Interview completed","interview_failed":"Interview failed","interviewing":"Interviewing","last_seen":"Last seen","lqi":"LQI","mains_single_phase":"Mains (single phase)","manufacturer":"Manufacturer","max_rep_interval":"max rep interval","min_rep_change":"Min rep change","min_rep_interval":"Min rep interval","model":"Model","network_address":"Network address","none":"None","output_clusters":"Output clusters","pic":"Pic","power":"Power","power_level":"power level","reconfigure":"Reconfigure","remove_device":"Remove device","rename_device":"Rename device","select_attribute":"Select attribute","select_cluster":"Select cluster","support_status":"Support status","unsupported":"Unsupported","updating_firmware":"Updating firmware","update_Home_assistant_entity_id":"Update Home Assistant entity ID","zigbee_manufacturer":"Zigbee Manufacturer","zigbee_model":"Zigbee Model","device":"Device","channel":"Channel"},"scene":{"scene_id":"Scene ID","recall":"Recall","store":"Store","remove":"Remove","remove_all":"Remove all","add":"Add","select_scene":"Select Scene","scene_name":"Scene Name"},"stats":{"byType":"By device type","byPowerSource":"By power source","byVendor":"By vendor","byModel":"By model","total":"Total"}}');
|
4886
4894
|
;// CONCATENATED MODULE: ./src/i18n/locales/fr.json
|
4887
|
-
const locales_fr_namespaceObject = JSON.parse('{"common":{"action":"Action","actions":"Actions","apply":"Appliquer","attribute":"Attribut","bind":"Lier","check_all":"Cocher tout","clear":"Vider","close":"Fermer","cluster":"Cluster","clusters":"Clusters","confirmation":"Confirmation","delete":"Effacer","destination":"Destination","devices":"Périphériques","dialog_confirmation_prompt":"Êtes-vous sûr ?","disable":"Désactiver","enter_search_criteria":"Entrez le critère de recherche","groups":"Groupes","loading":"Chargement...","none":"Aucun(e)","ok":"Ok","read":"Lecture","save":"Sauver","select_device":"Choix Périph","select_endpoint":"Choix endpoint","source_endpoint":"Endpoint Source","the_only_endpoint":"Le seul endpoint","unbind":"Délier","unknown":"Inconnu","write":"Ecriture"},"devicePage":{"about":"À propos","bind":"Lien","clusters":"Clusters","dev_console":"Console dev","exposes":"Expose","reporting":"Rapports","settings":"Paramètres","settings_specific":"Paramètres (Spécifiques)","state":"Etat","scene":"Scène","unknown_device":"Périphérique inconnu"},"exposes":{"action":"Action","auto_off":"Arrêt automatique","away_mode":"Mode absent","away_preset_days":"Préréglage jours d\'absence","away_preset_temperature":"Préréglage température d\'absence","backlight_mode":"Mode Rétroéclairage","battery":"Batterie","battery_low":"Batterie faible","boost_time":"Temp de boost","brightness":"Luminosité","calibration":"Calibration","carbon_monoxide":"Monoxyde de carbone","co2":"Dioxyde de carbone","color_hs":"Couleur (HS)","color_temp":"Temp Couleur","color_temp_startup":"Temp Couleur à l\'allumage","color_xy":"Couleur (XY)","comfort_temperature":"Température de confort","consumer_connected":"Consommateur connecté","consumer_overload":"Consommateur surchargé","contact":"Contact","current":"Courant","current_heating_setpoint":"Consigne chauffage actuelle","device_temperature":"Température Périph","eco_temperature":"Température éco","effect":"Effet","empty_exposes_definition":"Vider définition d\'expositions","energy":"Energie","force":"Force","humidity":"Humidité","illuminance":"Éclairement","illuminance_lux":"Éclairement","led_disabled_night":"Désactivation LED en nuit","linkquality":"Qualité du lien","local_temperature":"Température locale","local_temperature_calibration":"Calibration température locale","max_temperature":"Température max","min_temperature":"Température min","motion":"Mouvement","motion_direction":"Direction Mouvement","motion_speed":"Vitesse Mouvement","motor_reversal":"Inversion moteur","moving":"Déplacement","occupancy":"Occupation","operation_mode":"Mode d\'opération","options":"Options","position":"Position","power":"Puissance","power_on_behavior":"Comportement d\'allumage","power_outage_memory":"Mémoire Panne de courant","presence":"Présence","preset":"Préréglage","pressure":"Pression","Pressure":"Pression","sensivity":"Sensibilité","smoke":"Fumée","state":"Etat","strength":"Force","system_mode":"Mode du système","tamper":"Sabotage","temperature":"Temperature","voltage":"Voltage","water_leak":"Fuite d\'eau","week":"Semaine"},"extensions":{"create_new_extension":"Créer une nouvelle extension","extension_name_propmt":"Entrez le nom de l\'extension","select_extension_to_edit":"Choisir l\'extension à modifier"},"featureNames":{"action":"Action","action_angle":"Angle d\'action","action_from_side":"Action venant de la face","action_side":"Face active","action_to_side":"Action vers la face","alarm":"Alarme","angle_x":"Angle X","angle_y":"Angle Y","angle_z":"Angle Z","auto_lock":"Verrouillage automatique","brightness":"Luminosité","calibration_time":"Temps de calibration","carbon_monoxide":"Monoxyde de carbone","child_lock":"Verrouillage Enfant","co2":"Dioxyde de carbone","color_hs":"Couleur Hue/Sat","color_temp":"Temp Couleur","color_temp_startup":"Temp Couleur au démarrage","color_xy":"Couleur Xy","consumer_connected":"Consommateur connecté","contact":"Contact","current":"Actuel","humidity":"Humidité","illuminance":"Éclairement","occupancy":"Occupation","on_off_transition_time":"Temps de transition allumé/éteint","options":"Options","pressure":"Pression","soil_moisture":"Humidité Sol","state":"État","temperature":"Température","tamper":"Sabotage","current_heating_setpoint":"Consigne de chauffe actuelle","current_level_startup":"Niveau actuel au démarrage","device_temperature":"Température du périph","energy":"Energie","local_temperature":"Température Locale","level_config":"Configuration du niveau","system_mode":"Mode du Système","local_temperature_calibration":"Calibration Température Locale","motion":"Mouvement","motion_direction":"Direction du mouvement","motion_speed":"Vitesse du mouvmement","motor_speed":"Vitesse moteur","moving":"En mouvement","away_mode":"Mode Absence","position":"Position","power":"Puissance","presence":"Présence","preset":"Préréglage","smoke":"Fumée","smoke_density":"Densité de fumée","state_l1":"Etat L 1","state_l2":"Etat L 2","state_l3":"Etat L 3","state_l4":"Etat L 4","valve_detection":"Détection valve","voltage":"Voltage","water_leak":"Fuite d\'eau","window_detection":"Détection fenêtre"},"featureDescriptions":{"Auto off after specific time.":"Extinction automatique après un temps défini.","On/off state of this light":"Etat Allumé/Eteint de cette lumière","Brightness of this light":"Luminosité de cette lumière","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Exécute un effet sur la lumière (ex : faire clignotter quelques secondes)","Controls the behavior when the device is powered on":"Contrôle le comportement lorsque le périphérique est allumé","Controls the behaviour when the device is powered on":"Contrôle le comportement lorsque le périphérique est allumé","Link quality (signal strength)":"Qualité du lien (force du signal)","Calibrates the humidity value (absolute offset), takes into effect on next report of device.":"Calibration de la valeur d\'humidité (décalage absolu), pris en compte au prochain rapport du périph.","Calibrates the illuminance value (percentual offset), takes into effect on next report of device.":"Calibration de la valeur d\'éclairement (décalage en pourcent), pris en compte au prochain rapport du périph.","Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device.":"Calibration de la valeur d\'éclairement (lux) (décalage en pourcent), pris en compte au prochain rapport du périph.","Calibrates the pressure value (absolute offset), takes into effect on next report of device.":"Calibration de la pression (décalage absolu), pris en compte au prochain rapport du périph.","Calibrates the temperature value (absolute offset), takes into effect on next report of device.":"Calibration de la température (décalage absolu), pris en compte au prochain rapport du périph.","Calibration time":"Temps de calibration","Color of this light expressed as hue/saturation":"Couleur de cette lumière exprimée en hue/saturation","Color temperature after cold power on of this light":"Température couleur après un allumage à froid de cette lumière","direction of movement from the point of view of the radar":"Direction du mouvment du point de vue du radar","Enabling prevents both relais being on at the same time":"Activer ceci permet d\'éviter que les deux relais soient activés ensemble","Indicates if CO (carbon monoxide) is detected":"Indique si du CO (monoxyde de carbone) est détecté","Remaining battery in %":"Batterie restante en %","Triggered action (e.g. a button click)":"Action déclenchée (ex : un clic bouton)","Measured temperature value":"Valeur de température mesurée","Measured relative humidity":"Valeur d\'humidité relative mesurée","The measured atmospheric pressure":"Valeur de pression atmosphérique mesurée","Voltage of the battery in millivolts":"Voltage de la batterie en millivolts","Indicates if the contact is closed (= true) or open (= false)":"Indique si le contact est fermé (= vrai) ou ouvert (= faux)","Indicates whether the device detected occupancy":"Indique si le périphérique a détecté une occupation","Indicates whether the device detected a water leak":"Indique si le périphérique a détecté une fuite d\'eau","Indicates whether the device detected presence":"Indique si le périphérique a détecté une présence","Indicates whether the device detected smoke":"Indique si le périphérique a détecté de la fumée","Instantaneous measured electrical current":"Mesure instantanée du courant électrique","Instantaneous measured power":"Mesure instantanée de la puissance électrique","Measured electrical potential value":"Valeur de Potentiel électrique mesurée","Motor speed":"Vitesse moteur","moving inside the range of the sensor":"Indique si un mouvement a été détecté dans le rayon du radar.","Number of digits after decimal point for humidity, takes into effect on next report of device.":"Nombre de décimales pour l\'humidité, pris en compte au prochain rapport du périph.","Number of digits after decimal point for illuminance_lux, takes into effect on next report of device.":"Nombre de décimales pour l\'éclairement (lux), pris en compte au prochain rapport du périph.","Number of digits after decimal point for illuminance, takes into effect on next report of device.":"Nombre de décimales pour l\'éclairement, pris en compte au prochain rapport du périph.","Number of digits after decimal point for pressure, takes into effect on next report of device.":"Nombre de décimales pour la pression, pris en compte au prochain rapport du périph.","Number of digits after decimal point for temperature, takes into effect on next report of device.":"Nombre de décimales pour la température, pris en compte au prochain rapport du périph.","Measured illuminance in lux":"Valeur d\'éclairement mesurée en lux","Indicates if the battery of this device is almost empty":"Indique si la batterie du périphérique est presque vide","Indicates whether the device is tampered":"Indique si le périphérique a été saboté","Color temperature of this light":"Température de couleur de cette lumière","Color of this light in the CIE 1931 color space (x/y)":"Couleur de cette lumière dans l\'espace couleur CIE 1931 (x/y)","Enables/disables physical input on the device":"Active/Désactive le verrouillage du périphérique","Enables/disables window detection on the device":"Active/Désactive la détection de fenêtre du périphérique","Position":"Position","Position of this cover":"Position du couvercle","presets for sensivity for presence and movement":"préréglage de sensibilité pour la présence et le mouvement","Raw measured illuminance":"Eclairement brut mesuré","Recover state after power outage":"Etat récupéré après coupure de courant","Sends a message the last time occupancy was detected. When setting this for example to [10, 60] a `{\\"no_occupancy_since\\": 10}` will be send after 10 seconds and a `{\\"no_occupancy_since\\": 60}` after 60 seconds.":"Envoi un message la dernière fois qu\'une occupation a été détectée. Si vous configurez par exemple [10, 60] , un `{\\"no_occupancy_since\\": 10}` sera envoyé après 10 secondes et un `{\\"no_occupancy_since\\": 60}` après 60 secondes.","sensitivity of the radar":"sensibilité du radar","Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).":"Mettre à Faux pour désactiver l\'ancienne intégration (fortement recommandé), changera la structure du payload publié (Vrai par défaut).","Side of the cube":"Face du cube","Speed of movement":"Vitesse du mouvement","Sum of consumed energy":"Somme d\'énergie consomée en kW/h","Time in seconds after which occupancy is cleared after detecting it (default 90 seconds).":"Temps en seconde après lequel l\'occupation est à nouveau vide après detection (90 secondes par défaut).","Temperature setpoint":"Consigne Température","Current temperature measured on the device":"Température Actuelle mesurée sur le périphérique","Mode of this device":"Mode du périphérique","Offset to be used in the local_temperature":"Décalage à appliquer sur la local_temperature","Away mode":"Mode absence","Mode of this device (similar to system_mode)":"Mode du périphérique (similaire à system_mode)","Enable/disable auto lock":"Active/Désactive auto-verrouillage","Enable/disable away mode":"Active/Désactive mode absent","Away preset days":"Jours d\'absence pré-définis","Boost time":"Durée de Boost","Comfort temperature":"Température Confort","Eco temperature":"Température Eco","Force the valve position":"Forcer la position de la valve","Maximum temperature":"Température Max","Minimum temperature":"Température Min","Week format user for schedule":"Format semaine du calendrier","Away preset temperature":"Température Absent pré-définie","On/off state of the switch":"Etat Allumé/Eteint de l\'interrupteur"},"groups":{"add_to_group":"Ajouter au groupe","create_group":"Créer groupe","new_group_id":"Nouvel ID groupe","new_group_id_placeholder":"Spécifiez l\'ID groupe si nécessaire","new_group_name":"Nouveau nom de groupe","new_group_name_placeholder":"exemple: mes_lumières_chambre","remove_group":"Supprimer groupe","group_id":"ID Groupe","group_name":"Nom Groupe","group_members":"Membres Groupe","group_scenes":"Scènes Groupe"},"logs":{"empty_logs_message":"Rien à afficher","filter_by_text":"Filtrer sur le texte","show_only":"Niveau"},"map":{"help_coordinator_link_description":"Les lignes pleines sont les liens avec le Coordinateur","help_end_device_description":"Les Périphérique Terminaux sont en vert","help_is_coordinator":"est le Coordinateur","help_lqi_description":"La qualité de lien est entre 0 - 255 (plus c\'est haut mieux c\'est), les valeurs avec un / représentent plusieurs types de liens","help_router_description":"Les Routeurs sont en bleu","help_router_links_description":"Les lignes en pointillés sont les liens avec les Routeurs","hide":"Cliquez-moi pour me cacher","load":"Charger le schéma","loading":"En fonction de la taille de votre réseau, ceci peut prendre entre 10 secondes et 2 minutes."},"navbar":{"all":"Tout","dashboard":"Tableau de bord","devices":"Périphériques","disable_join":"Désactiver Appairage","extensions":"Extensions","groups":"Groupes","logs":"Journaux","map":"Schéma","ota":"MàJ OTA","permit_join":"Activer Appairage","restart":"Redémarrer","settings":"Paramètres","toggle_dropdown":"Bascule menu","touchlink":"Touchlink"},"ota":{"check":"Vérifier nouvelles MàJ","check_all":"Vérifier tout","empty_ota_message":"Vous n\'avez aucun périphérique supportant les MàJ OTA","remaining_time":"Temps restant {{- remaining}}","update":"MàJ firmware des périphériques"},"settings":{"about":"À propos","advanced":"Avancé","availability":"Disponibilité","blocklist":"Liste de blocage","coordinator_revision":"Révision du Coordinateur","coordinator_type":"Type de Coordinateur","donate":"Don","donation_text":["Salut, %username%, vous pouvez ici nous remercier pour notre dur labeur","N\'hésitez pas à nous laisser un petit mot gentil ;)"],"download_state":"Téléchargement de l\'état","experimental":"Expérimental","external_converters":"Convertisseurs Externes","frontend":"Interface","frontend_version":"Version Interface","main":"Principal","mqtt":"MQTT","ota":"MàJ OTA","passlist":"Autorisés","raw":"Brut","restart_zigbee2mqtt":"Redémarrer Zigbee2MQTT","serial":"Port Série","settings":"Paramètres","tools":"Outils","zigbee2mqtt_version":"Version Zigbee2MQTT","translate":"Traduire"},"settingsSchemaTranslations":{"advanced-title":"Avancé","advanced_availability_blacklist__title":"Liste noire disponibilité (déprécié, utilisez Liste blocage disponibilité)","advanced_availability_blocklist__description":"Empèche que certains périphériques soient vérifiés pour la disponibilité","advanced_availability_blocklist__title":"Liste blocage disponibilité","advanced_availability_passlist__description":"Activer la disponibilité seulement sur certains périphériques","advanced_availability_passlist__title":"Liste autorisation disponibilité","advanced_availability_whitelist__title":"Liste blanche disponibilité (déprécié, utilisez Liste autorisation disponibilité)","advanced_ext_pan_id__description":"ID pan étendu zigbee, tout changement imposera un ré-appairage de tous les périphériques!","advanced_ext_pan_id__title":"ID Pan étendu","advanced_log_output__description":"Localisation des journaux de sorties, laissez vide pour supprimer la journalisation","advanced_log_output__title":"Journaux de Sortie","advanced_log_syslog-title":"syslog","blocklist__description":"Bloquer les périphériques sur le réseau (par adresse IEEE)","blocklist__title":"Liste blocage","experimental-title":"Expérimental","external_converters__description":"Vous pouvez définir des convertisseurs externes pour par exemple ajouter un support pour un périphérique fait maison","external_converters__title":"Convertisseurs externes","frontend-title":"Interface","mqtt-title":"MQTT","ota-title":"MàJ OTA","passlist__description":"Autorise seulement certains périphériques à joindre le réseau (par adresse ieee). Notez que tous les périphériques qui ne sont pas dans cette liste seront retirés du réseau !","passlist__title":"Liste autorisation","root-title":"Port Série","root__description":"Autoriser seulement certains périphériques à joindre le réseau (par adresse IEEE). Notez que tous les périphériques absents de la liste seront retirés du réseau!","root__title":"Liste Autorisation","root_availability_blacklist__title":"Liste noire disponibilité (déprécié, utilisez Liste blocage disponibilité)","root_availability_blocklist__description":"Empèche que certains périphériques soient vérifiés pour la disponibilité","root_availability_blocklist__title":"Liste blocage disponibilité","root_availability_passlist__description":"Activer la disponibilité seulement sur certains périphériques","root_availability_passlist__title":"Liste autorisation disponibilité","root_availability_whitelist__title":"Liste blanche disponibilité (déprécié, utilisez Liste autorisation disponibilité)","root_debounce_ignore__description":"Protège les valeurs des propriétés spécifiées d\'être remplacées pendant le temps d\'anti-rebond","root_debounce_ignore__title":"Ignorer anti-rebond","root_ext_pan_id__description":"ID pan étendu zigbee, tout changement imposera un ré-appairage de tous les périphériques!","root_ext_pan_id__title":"ID Pan étendu","root_filtered_attributes__description":"Permet d\'empêcher la publication de certains attributs","root_filtered_attributes__title":"Attributs filtrés","root_log_output__description":"Localisation des journaux de sorties, laissez vide pour supprimer la journalisation","root_log_output__title":"Journaux de Sortie","root_log_syslog-title":"syslog","serial-title":"Port Série","root_filtered_optimistic__title":"Attibuts optimistes filtrés","root_filtered_optimistic__description":"Attributs filtrés de la publication optimiste lors de l\'appel de /set. (Aucun effet si optimiste est à faux)."},"touchlink":{"detected_devices_message":"{{count}} périphériques Touchlink détectés.","rescan":"Rescanner","scan":"Scanner"},"values":{"clear":"RàS","Clear":"Inactif","closed":"Fermé","Closed":"Fermé","occupied":"Occupé","Occupied":"Occupé","open":"Ouvert","Open":"Ouvert","shake":"Secoué","slide":"Glissé","true":"Vrai","leaking":"Fuite","tampered":"Saboté","supported":"Supporté","not_supported":"Non supporté","null":"Nul","false":"Faux","empty_string":"Chaîne vide (\\"\\")","tap":"Tappé","wakeup":"Réveillé","fall":"Tombé"},"zigbee":{"actions":"Actions","attribute":"Attribut","battery":"Batterie","block_join":"Bloquer tout nouvel appairage","cluster":"Cluster","dc_source":"Source DC","description":"Description","device_type":"Type de Périph","device":"Périphérique","endpoint":"Endpoint","firmware_build_date":"Date Firmware","firmware_version":"Version Firmware","force_remove":"Forcer la suppression","friendly_name":"Nom Simplifié","ieee_address":"Adresse IEEE","input_clusters":"Clusters Entrants","interview_completed":"Interview terminé","interview_failed":"Echec de l\'Interview","interviewing":"Interview en cours","last_seen":"Vu il y a","lqi":"LQI","mains_single_phase":"Réseau (phase simple)","manufacturer":"Constructeur","max_rep_interval":"Interval max réponse","min_rep_change":"Changement min réponse","min_rep_interval":"Interval min réponse","model":"Modèle","network_address":"Adresse réseau","none":"Aucun(e)","output_clusters":"Clusters Sortants","pic":"Img","power":"Alim","power_level":"Niveau de charge","reconfigure":"Reconfigurer","remove_device":"Supprimer le périph","rename_device":"Renommer le périph","select_attribute":"Choisir Attribut","select_cluster":"Choisir Cluster","support_status":"Supporté","unsupported":"Non Supporté","updating_firmware":"Firmware en cours de MàJ","update_Home_assistant_entity_id":"MàJ de l\'ID d\'entité Home Assistant","zigbee_model":"Modèle Zigbee","zigbee_manufacturer":"Constructeur Zigbee"},"scene":{"scene_id":"ID Scène","scene_name":"Nom Scène","recall":"Rappeler","select_scene":"Choisir Scène","store":"Stocker","remove":"Supprimer","remove_all":"Supprimer tout","add":"Ajouter"}}');
|
4895
|
+
const locales_fr_namespaceObject = JSON.parse('{"common":{"action":"Action","actions":"Actions","apply":"Appliquer","attribute":"Attribut","bind":"Lier","check_all":"Cocher tout","clear":"Vider","close":"Fermer","cluster":"Cluster","clusters":"Clusters","confirmation":"Confirmation","delete":"Effacer","destination":"Destination","devices":"Périphériques","dialog_confirmation_prompt":"Êtes-vous sûr ?","disable":"Désactiver","enter_search_criteria":"Entrez le critère de recherche","groups":"Groupes","loading":"Chargement...","none":"Aucun(e)","ok":"Ok","read":"Lecture","save":"Sauver","select_device":"Choix Périph","select_endpoint":"Choix endpoint","source_endpoint":"Endpoint Source","the_only_endpoint":"Le seul endpoint","unbind":"Délier","unknown":"Inconnu","write":"Ecriture"},"devicePage":{"about":"À propos","bind":"Lien","clusters":"Clusters","dev_console":"Console dev","exposes":"Expose","reporting":"Rapports","settings":"Paramètres","settings_specific":"Paramètres (Spécifiques)","state":"Etat","scene":"Scène","unknown_device":"Périphérique inconnu"},"exposes":{"action":"Action","auto_off":"Arrêt automatique","away_mode":"Mode absent","away_preset_days":"Préréglage jours d\'absence","away_preset_temperature":"Préréglage température d\'absence","backlight_mode":"Mode Rétroéclairage","battery":"Batterie","battery_low":"Batterie faible","boost_time":"Temp de boost","brightness":"Luminosité","calibration":"Calibration","carbon_monoxide":"Monoxyde de carbone","co2":"Dioxyde de carbone","color_hs":"Couleur (HS)","color_temp":"Temp Couleur","color_temp_startup":"Temp Couleur à l\'allumage","color_xy":"Couleur (XY)","comfort_temperature":"Température de confort","consumer_connected":"Consommateur connecté","consumer_overload":"Consommateur surchargé","contact":"Contact","current":"Courant","current_heating_setpoint":"Consigne chauffage actuelle","device_temperature":"Température Périph","eco_temperature":"Température éco","effect":"Effet","empty_exposes_definition":"Vider définition d\'expositions","energy":"Energie","force":"Force","humidity":"Humidité","illuminance":"Éclairement","illuminance_lux":"Éclairement","led_disabled_night":"Désactivation LED en nuit","linkquality":"Qualité du lien","local_temperature":"Température locale","local_temperature_calibration":"Calibration température locale","max_temperature":"Température max","min_temperature":"Température min","motion":"Mouvement","motion_direction":"Direction Mouvement","motion_speed":"Vitesse Mouvement","motor_reversal":"Inversion moteur","moving":"Déplacement","occupancy":"Occupation","operation_mode":"Mode d\'opération","options":"Options","position":"Position","power":"Puissance","power_on_behavior":"Comportement d\'allumage","power_outage_memory":"Mémoire Panne de courant","presence":"Présence","preset":"Préréglage","pressure":"Pression","Pressure":"Pression","sensivity":"Sensibilité","smoke":"Fumée","state":"Etat","strength":"Force","system_mode":"Mode du système","tamper":"Sabotage","temperature":"Temperature","voltage":"Voltage","water_leak":"Fuite d\'eau","week":"Semaine"},"extensions":{"create_new_extension":"Créer une nouvelle extension","extension_name_propmt":"Entrez le nom de l\'extension","select_extension_to_edit":"Choisir l\'extension à modifier"},"featureNames":{"action":"Action","action_angle":"Angle d\'action","action_from_side":"Action venant de la face","action_side":"Face active","action_to_side":"Action vers la face","alarm":"Alarme","angle_x":"Angle X","angle_y":"Angle Y","angle_z":"Angle Z","auto_lock":"Verrouillage automatique","brightness":"Luminosité","calibration_time":"Temps de calibration","carbon_monoxide":"Monoxyde de carbone","child_lock":"Verrouillage Enfant","co2":"Dioxyde de carbone","color_hs":"Couleur Hue/Sat","color_temp":"Temp Couleur","color_temp_startup":"Temp Couleur au démarrage","color_xy":"Couleur Xy","consumer_connected":"Consommateur connecté","contact":"Contact","current":"Actuel","humidity":"Humidité","illuminance":"Éclairement","occupancy":"Occupation","on_off_transition_time":"Temps de transition allumé/éteint","options":"Options","pressure":"Pression","soil_moisture":"Humidité Sol","state":"État","temperature":"Température","tamper":"Sabotage","current_heating_setpoint":"Consigne de chauffe actuelle","current_level_startup":"Niveau actuel au démarrage","device_temperature":"Température du périph","energy":"Energie","local_temperature":"Température Locale","level_config":"Configuration du niveau","system_mode":"Mode du Système","local_temperature_calibration":"Calibration Température Locale","motion":"Mouvement","motion_direction":"Direction du mouvement","motion_speed":"Vitesse du mouvement","motor_speed":"Vitesse moteur","moving":"En mouvement","away_mode":"Mode Absence","position":"Position","power":"Puissance","presence":"Présence","preset":"Préréglage","programming_mode":"Mode Programmé","program_weekday":"Programme Jours de semaine","program_saturday":"Programme Samedi","program_sunday":"Programme Dimanche","smoke":"Fumée","smoke_density":"Densité de fumée","state_l1":"Etat L 1","state_l2":"Etat L 2","state_l3":"Etat L 3","state_l4":"Etat L 4","valve_detection":"Détection valve","voltage":"Voltage","water_leak":"Fuite d\'eau","window_detection":"Détection fenêtre","window":"Fenêtre"},"featureDescriptions":{"Auto off after specific time.":"Extinction automatique après un temps défini.","On/off state of this light":"Etat Allumé/Eteint de cette lumière","Brightness of this light":"Luminosité de cette lumière","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Exécute un effet sur la lumière (ex : faire clignoter quelques secondes)","Controls the behavior when the device is powered on":"Contrôle le comportement lorsque le périphérique est allumé","Controls the behaviour when the device is powered on":"Contrôle le comportement lorsque le périphérique est allumé","Link quality (signal strength)":"Qualité du lien (force du signal)","Calibrates the humidity value (absolute offset), takes into effect on next report of device.":"Calibration de la valeur d\'humidité (décalage absolu), pris en compte au prochain rapport du périph.","Calibrates the illuminance value (percentual offset), takes into effect on next report of device.":"Calibration de la valeur d\'éclairement (décalage en pourcent), pris en compte au prochain rapport du périph.","Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device.":"Calibration de la valeur d\'éclairement (lux) (décalage en pourcent), pris en compte au prochain rapport du périph.","Calibrates the pressure value (absolute offset), takes into effect on next report of device.":"Calibration de la pression (décalage absolu), pris en compte au prochain rapport du périph.","Calibrates the temperature value (absolute offset), takes into effect on next report of device.":"Calibration de la température (décalage absolu), pris en compte au prochain rapport du périph.","Calibration time":"Temps de calibration","Color of this light expressed as hue/saturation":"Couleur de cette lumière exprimée en hue/saturation","Color temperature after cold power on of this light":"Température couleur après un allumage à froid de cette lumière","direction of movement from the point of view of the radar":"Direction du mouvement du point de vue du radar","Enabling prevents both relais being on at the same time":"Activer ceci permet d\'éviter que les deux relais soient activés ensemble","Indicates if CO (carbon monoxide) is detected":"Indique si du CO (monoxyde de carbone) est détecté","Remaining battery in %":"Batterie restante en %","Triggered action (e.g. a button click)":"Action déclenchée (ex : un clic bouton)","Measured temperature value":"Valeur de température mesurée","Measured relative humidity":"Valeur d\'humidité relative mesurée","The measured atmospheric pressure":"Valeur de pression atmosphérique mesurée","Voltage of the battery in millivolts":"Voltage de la batterie en millivolts","Indicates if the contact is closed (= true) or open (= false)":"Indique si le contact est fermé (= vrai) ou ouvert (= faux)","Indicates whether the device detected occupancy":"Indique si le périphérique a détecté une occupation","Indicates whether the device detected a water leak":"Indique si le périphérique a détecté une fuite d\'eau","Indicates whether the device detected presence":"Indique si le périphérique a détecté une présence","Indicates whether the device detected smoke":"Indique si le périphérique a détecté de la fumée","Instantaneous measured electrical current":"Mesure instantanée du courant électrique","Instantaneous measured power":"Mesure instantanée de la puissance électrique","Measured electrical potential value":"Valeur de Potentiel électrique mesurée","Motor speed":"Vitesse moteur","moving inside the range of the sensor":"Indique si un mouvement a été détecté dans le rayon du radar.","Number of digits after decimal point for humidity, takes into effect on next report of device.":"Nombre de décimales pour l\'humidité, pris en compte au prochain rapport du périph.","Number of digits after decimal point for illuminance_lux, takes into effect on next report of device.":"Nombre de décimales pour l\'éclairement (lux), pris en compte au prochain rapport du périph.","Number of digits after decimal point for illuminance, takes into effect on next report of device.":"Nombre de décimales pour l\'éclairement, pris en compte au prochain rapport du périph.","Number of digits after decimal point for pressure, takes into effect on next report of device.":"Nombre de décimales pour la pression, pris en compte au prochain rapport du périph.","Number of digits after decimal point for temperature, takes into effect on next report of device.":"Nombre de décimales pour la température, pris en compte au prochain rapport du périph.","Measured illuminance in lux":"Valeur d\'éclairement mesurée en lux","Indicates if the battery of this device is almost empty":"Indique si la batterie du périphérique est presque vide","Indicates whether the device is tampered":"Indique si le périphérique a été saboté","Color temperature of this light":"Température de couleur de cette lumière","Color of this light in the CIE 1931 color space (x/y)":"Couleur de cette lumière dans l\'espace couleur CIE 1931 (x/y)","Enables/disables physical input on the device":"Active/Désactive le verrouillage du périphérique","Enables/disables window detection on the device":"Active/Désactive la détection de fenêtre du périphérique","Position":"Position","Position of this cover":"Position du couvercle","presets for sensivity for presence and movement":"préréglage de sensibilité pour la présence et le mouvement","Raw measured illuminance":"Eclairement brut mesuré","Recover state after power outage":"Etat récupéré après coupure de courant","Sends a message the last time occupancy was detected. When setting this for example to [10, 60] a `{\\"no_occupancy_since\\": 10}` will be send after 10 seconds and a `{\\"no_occupancy_since\\": 60}` after 60 seconds.":"Envoi un message la dernière fois qu\'une occupation a été détectée. Si vous configurez par exemple [10, 60] , un `{\\"no_occupancy_since\\": 10}` sera envoyé après 10 secondes et un `{\\"no_occupancy_since\\": 60}` après 60 secondes.","sensitivity of the radar":"sensibilité du radar","Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).":"Mettre à Faux pour désactiver l\'ancienne intégration (fortement recommandé), changera la structure du payload publié (Vrai par défaut).","Side of the cube":"Face du cube","Speed of movement":"Vitesse du mouvement","Sum of consumed energy":"Somme d\'énergie consommée en kW/h","Time in seconds after which occupancy is cleared after detecting it (default 90 seconds).":"Temps en seconde après lequel l\'occupation est à nouveau vide après detection (90 secondes par défaut).","Temperature setpoint":"Consigne Température","Current temperature measured on the device":"Température Actuelle mesurée sur le périphérique","Mode of this device":"Mode du périphérique","Offset to be used in the local_temperature":"Décalage à appliquer sur la local_temperature","Away mode":"Mode absence","Mode of this device (similar to system_mode)":"Mode du périphérique (similaire à system_mode)","Enable/disable auto lock":"Active/Désactive auto-verrouillage","Enable/disable away mode":"Active/Désactive mode absent","Away preset days":"Jours d\'absence pré-définis","Boost time":"Durée de Boost","Comfort temperature":"Température Confort","Eco temperature":"Température Eco","Force the valve position":"Forcer la position de la valve","Maximum temperature":"Température Max","Minimum temperature":"Température Min","Week format user for schedule":"Format semaine du calendrier","Away preset temperature":"Température Absent pré-définie","On/off state of the switch":"Etat Allumé/Eteint de l\'interrupteur","ECO mode (energy saving mode)":"Mode éco (mode d\'économie d\'énergie)","Window status closed or open ":"Statut Fenêtre fermée ou ouverte ","MANUAL MODE ☝ - In this mode, the device executes manual temperature setting. When the set temperature is lower than the \\"minimum temperature\\", the valve is closed (forced closed). PROGRAMMING MODE ⏱ - In this mode, the device executes a preset week programming temperature time and temperature. HOLIDAY MODE ⛱ - In this mode, for example, the vacation mode is set for 10 days and the temperature is setto 15 degrees Celsius. After 10 days, the device will automatically switch to programming mode. TEMPORARY MANUAL MODE - In this mode, ☝ icon will flash. At this time, the device executes the manually set temperature and returns to the weekly programming mode in the next time period. ":"MODE PROGRAMMING ⏱ - Dans ce mode, la vanne utilise un horaire prédéfini d\'heures et de température pour la semaine. MODE MANUAL ☝ - Dans ce mode, la vanne utilise le paramètre de température manuelle. Lorsque la température définie est plus basse que la \\"température minimale\\", la vanne est fermée (de manière forcée). MODE TEMPORARY MANUAL - Dans ce mode, l\'icone ☝ clignottera. À ce moment, la vanne utilisera la température définie manuellement et reviendra au mode Programming à la prochaine période de temps. MODE HOLIDAY ⛱ - Dans ce mode, si par exemple le mode vacance est mis pour 10 jours et la température à 15°C. Après 10 jours, la vanne repassera en mode Programming. ","PROGRAMMING MODE ⏱ - In this mode, the device executes a preset week programming temperature time and temperature. ":"MODE PROGRAMMING ⏱ - Dans ce mode, la vanne utilise un horaire prédéfini d\'heures et de température pour la semaine. ","Boost Heating: press and hold \\"+\\" for 3 seconds, the device will enter the boost heating mode, and the ▷╵◁ will flash. The countdown will be displayed in the APP":"Boost Chauffage: appuyez et maintenez \\"+\\" pour 3 secondes, la vanne entrera en mode Boost Chauffage, et l\'icone ▷╵◁ clignottera. Le décompte sera affiché dans l\'app","Countdown in minutes":"Décompte en minutes","Boost Time Setting 100 sec - 900 sec, (default = 300 sec)":"Paramètre du temp de Boost 100 sec - 900 sec, (defaut = 300 sec)"},"groups":{"add_to_group":"Ajouter au groupe","create_group":"Créer groupe","new_group_id":"Nouvel ID groupe","new_group_id_placeholder":"Spécifiez l\'ID groupe si nécessaire","new_group_name":"Nouveau nom de groupe","new_group_name_placeholder":"exemple: mes_lumières_chambre","remove_group":"Supprimer groupe","group_id":"ID Groupe","group_name":"Nom Groupe","group_members":"Membres Groupe","group_scenes":"Scènes Groupe"},"logs":{"empty_logs_message":"Rien à afficher","filter_by_text":"Filtrer sur le texte","show_only":"Niveau"},"map":{"help_coordinator_link_description":"Les lignes pleines sont les liens avec le Coordinateur","help_end_device_description":"Les Périphérique Terminaux sont en vert","help_is_coordinator":"est le Coordinateur","help_lqi_description":"La qualité de lien est entre 0 - 255 (plus c\'est haut mieux c\'est), les valeurs avec un / représentent plusieurs types de liens","help_router_description":"Les Routeurs sont en bleu","help_router_links_description":"Les lignes en pointillés sont les liens avec les Routeurs","hide":"Cliquez-moi pour me cacher","load":"Charger le schéma","loading":"En fonction de la taille de votre réseau, ceci peut prendre entre 10 secondes et 2 minutes."},"navbar":{"all":"Tout","dashboard":"Tableau de bord","devices":"Périphériques","disable_join":"Désactiver Appairage","extensions":"Extensions","groups":"Groupes","logs":"Journaux","map":"Schéma","ota":"MàJ OTA","permit_join":"Activer Appairage","restart":"Redémarrer","settings":"Paramètres","toggle_dropdown":"Bascule menu","touchlink":"Touchlink"},"ota":{"check":"Vérifier nouvelles MàJ","check_all":"Vérifier tout","empty_ota_message":"Vous n\'avez aucun périphérique supportant les MàJ OTA","remaining_time":"Temps restant {{- remaining}}","update":"MàJ firmware des périphériques"},"settings":{"about":"À propos","advanced":"Avancé","availability":"Disponibilité","blocklist":"Liste de blocage","coordinator_revision":"Révision du Coordinateur","coordinator_type":"Type de Coordinateur","donate":"Don","donation_text":["Salut, %username%, vous pouvez ici nous remercier pour notre dur labeur","N\'hésitez pas à nous laisser un petit mot gentil ;)"],"download_state":"Téléchargement de l\'état","experimental":"Expérimental","external_converters":"Convertisseurs Externes","frontend":"Interface","frontend_version":"Version Interface","main":"Principal","mqtt":"MQTT","ota":"MàJ OTA","passlist":"Autorisés","raw":"Brut","restart_zigbee2mqtt":"Redémarrer Zigbee2MQTT","serial":"Port Série","settings":"Paramètres","tools":"Outils","zigbee2mqtt_version":"Version Zigbee2MQTT","translate":"Traduire"},"settingsSchemaTranslations":{"advanced-title":"Avancé","advanced_availability_blacklist__title":"Liste noire disponibilité (déprécié, utilisez Liste blocage disponibilité)","advanced_availability_blocklist__description":"Empèche que certains périphériques soient vérifiés pour la disponibilité","advanced_availability_blocklist__title":"Liste blocage disponibilité","advanced_availability_passlist__description":"Activer la disponibilité seulement sur certains périphériques","advanced_availability_passlist__title":"Liste autorisation disponibilité","advanced_availability_whitelist__title":"Liste blanche disponibilité (déprécié, utilisez Liste autorisation disponibilité)","advanced_ext_pan_id__description":"ID pan étendu zigbee, tout changement imposera un ré-appairage de tous les périphériques!","advanced_ext_pan_id__title":"ID Pan étendu","advanced_log_output__description":"Localisation des journaux de sorties, laissez vide pour supprimer la journalisation","advanced_log_output__title":"Journaux de Sortie","advanced_log_syslog-title":"syslog","blocklist__description":"Bloquer les périphériques sur le réseau (par adresse IEEE)","blocklist__title":"Liste blocage","experimental-title":"Expérimental","external_converters__description":"Vous pouvez définir des convertisseurs externes pour par exemple ajouter un support pour un périphérique fait maison","external_converters__title":"Convertisseurs externes","frontend-title":"Interface","mqtt-title":"MQTT","ota-title":"MàJ OTA","passlist__description":"Autorise seulement certains périphériques à joindre le réseau (par adresse ieee). Notez que tous les périphériques qui ne sont pas dans cette liste seront retirés du réseau !","passlist__title":"Liste autorisation","root-title":"Port Série","root__description":"Autoriser seulement certains périphériques à joindre le réseau (par adresse IEEE). Notez que tous les périphériques absents de la liste seront retirés du réseau!","root__title":"Liste Autorisation","root_availability_blacklist__title":"Liste noire disponibilité (déprécié, utilisez Liste blocage disponibilité)","root_availability_blocklist__description":"Empèche que certains périphériques soient vérifiés pour la disponibilité","root_availability_blocklist__title":"Liste blocage disponibilité","root_availability_passlist__description":"Activer la disponibilité seulement sur certains périphériques","root_availability_passlist__title":"Liste autorisation disponibilité","root_availability_whitelist__title":"Liste blanche disponibilité (déprécié, utilisez Liste autorisation disponibilité)","root_debounce_ignore__description":"Protège les valeurs des propriétés spécifiées d\'être remplacées pendant le temps d\'anti-rebond","root_debounce_ignore__title":"Ignorer anti-rebond","root_ext_pan_id__description":"ID pan étendu zigbee, tout changement imposera un ré-appairage de tous les périphériques!","root_ext_pan_id__title":"ID Pan étendu","root_filtered_attributes__description":"Permet d\'empêcher la publication de certains attributs","root_filtered_attributes__title":"Attributs filtrés","root_log_output__description":"Localisation des journaux de sorties, laissez vide pour supprimer la journalisation","root_log_output__title":"Journaux de Sortie","root_log_syslog-title":"syslog","serial-title":"Port Série","root_filtered_optimistic__title":"Attibuts optimistes filtrés","root_filtered_optimistic__description":"Attributs filtrés de la publication optimiste lors de l\'appel de /set. (Aucun effet si optimiste est à faux)."},"touchlink":{"detected_devices_message":"{{count}} périphériques Touchlink détectés.","rescan":"Rescanner","scan":"Scanner"},"values":{"clear":"RàS","Clear":"Inactif","closed":"Fermé","Closed":"Fermé","occupied":"Occupé","Occupied":"Occupé","open":"Ouvert","Open":"Ouvert","shake":"Secoué","slide":"Glissé","true":"Vrai","leaking":"Fuite","tampered":"Saboté","supported":"Supporté","not_supported":"Non supporté","null":"Nul","false":"Faux","empty_string":"Chaîne vide (\\"\\")","tap":"Tappé","wakeup":"Réveillé","fall":"Tombé"},"zigbee":{"actions":"Actions","attribute":"Attribut","battery":"Batterie","block_join":"Bloquer tout nouvel appairage","cluster":"Cluster","dc_source":"Source DC","description":"Description","device_type":"Type de Périph","device":"Périphérique","endpoint":"Endpoint","firmware_build_date":"Date Firmware","firmware_version":"Version Firmware","force_remove":"Forcer la suppression","friendly_name":"Nom Simplifié","ieee_address":"Adresse IEEE","input_clusters":"Clusters Entrants","interview_completed":"Interview terminé","interview_failed":"Echec de l\'Interview","interviewing":"Interview en cours","last_seen":"Vu il y a","lqi":"LQI","mains_single_phase":"Réseau (phase simple)","manufacturer":"Constructeur","max_rep_interval":"Interval max réponse","min_rep_change":"Changement min réponse","min_rep_interval":"Interval min réponse","model":"Modèle","network_address":"Adresse réseau","none":"Aucun(e)","output_clusters":"Clusters Sortants","pic":"Img","power":"Alim","power_level":"Niveau de charge","reconfigure":"Reconfigurer","remove_device":"Supprimer le périph","rename_device":"Renommer le périph","select_attribute":"Choisir Attribut","select_cluster":"Choisir Cluster","support_status":"Supporté","unsupported":"Non Supporté","updating_firmware":"Firmware en cours de MàJ","update_Home_assistant_entity_id":"MàJ de l\'ID d\'entité Home Assistant","zigbee_model":"Modèle Zigbee","zigbee_manufacturer":"Constructeur Zigbee"},"scene":{"scene_id":"ID Scène","scene_name":"Nom Scène","recall":"Rappeler","select_scene":"Choisir Scène","store":"Stocker","remove":"Supprimer","remove_all":"Supprimer tout","add":"Ajouter"}}');
|
4888
4896
|
;// CONCATENATED MODULE: ./src/i18n/locales/pl.json
|
4889
|
-
const locales_pl_namespaceObject = JSON.parse('{"common":{"action":"Akcja","check_all":"Sprawdź wszystkie","clear":"Wyczyść","close":"Zamknij","delete":"Usuń","dialog_confirmation_prompt":"Czy jesteś pewien?","enter_search_criteria":"Wprowadź kryteria wyszukiwania","confirmation":"potwierdzenie","ok":"ok","source_endpoint":"źródłowy_endpoint","select_endpoint":"wybierz_endpoint","the_only_endpoint":"tylko_endpoint","select_device":"wybierz_urządzenie","groups":"grupy","devices":"urządzenia","apply":"zatwierdź","destination":"kierunek","clusters":"klastry","bind":"powiąż","unbind":"rozwiąż","loading":"Ładowanie...","save":"Zapisz"},"devicePage":{"about":"O urządzeniu","bind":"Powiązania","clusters":"Klaster","dev_console":"Konsola","exposes":"Eksponowane","reporting":"Raportowanie","settings":"Ustawienia","scene":"
|
4897
|
+
const locales_pl_namespaceObject = JSON.parse('{"common":{"action":"Akcja","check_all":"Sprawdź wszystkie","clear":"Wyczyść","close":"Zamknij","delete":"Usuń","dialog_confirmation_prompt":"Czy jesteś pewien?","enter_search_criteria":"Wprowadź kryteria wyszukiwania","confirmation":"potwierdzenie","ok":"ok","source_endpoint":"źródłowy_endpoint","select_endpoint":"wybierz_endpoint","destination_endpoint":"przeznaczony_endpoint","the_only_endpoint":"tylko_endpoint","select_device":"wybierz_urządzenie","groups":"grupy","devices":"urządzenia","apply":"zatwierdź","destination":"kierunek","clusters":"klastry","bind":"powiąż","unbind":"rozwiąż","loading":"Ładowanie...","save":"Zapisz"},"devicePage":{"about":"O urządzeniu","bind":"Powiązania","clusters":"Klaster","dev_console":"Konsola","exposes":"Eksponowane","reporting":"Raportowanie","settings":"Ustawienia","scene":"Scena","settings_specific":"Ustawienia (specyficzne)","state":"Stan"},"extensions":{"extension_name_propmt":"Wprowadź nazwę nowego rozszerzenia","select_extension_to_edit":"Wybierz rozszerzenie do edycji"},"featureNames":{"brightness":"Poziom Jasności","color_temp":"Temperatura Barwowa","color_xy":"Kolor Xy","contact":"Kontakt","humidity":"Wilgotność","illuminance":"Natężenie światła","occupancy":"Obecność","pressure":"Ciśnienie","soil_moisture":"Wilgotność Gleby","state":"Stan","water_leak":"Wyciek Wody","position":"Pozycja","current_heating_setpoint":"Aktualna wartość zadana ogrzewania","local_temperature":"Temperatura Lokalna","system_mode":"Tryb Pracy","local_temperature_calibration":"Lokalna kalibracja temperatury","away_mode":"Tryb Z dala od domu","preset":"Preset","temperature":"Temperatura","power":"Moc","current":"Natężenie","voltage":"Napięcie","energy":"Energia"},"groups":{"add_to_group":"Dodaj do grupy","create_group":"Utwórz grupę","new_group_id":"ID nowej grupy","new_group_id_placeholder":"Podaj ID grupy jeśli potrzebujesz","new_group_name":"Nazwa nowej grupy","new_group_name_placeholder":"przykład: lampy_sypialnia","remove_group":"Usuń grupę"},"logs":{"empty_logs_message":"Brak logów do wyświetlenia","filter_by_text":"Filtruj po tekście","show_only":"Pokaż tylko"},"map":{"help_coordinator_link_description":"Linie ciągłe to połączenia z koordynatorem","help_end_device_description":"zielony to urządzenia końcowe","help_is_coordinator":"to koordynator","help_lqi_description":"Jakość połączenia to wartość 0 - 255 (im wyższa tym lepiej), wartości oddzielone / odnoszą się do różnych typów połączeń.","help_router_description":"niebieski to rutery","help_router_links_description":"Linie przerywane to połączenia z ruterami","hide":"Kliknij tutaj by ukryć","load":"Załaduj mapę","loading":"Ładowanie mapy może zająć od 10 sekund do 2 minut, w zależności od rozmiaru Twojej sieci."},"navbar":{"all":"Wszystkie","dashboard":"Pulpit","devices":"Urządzenia","disable_join":"Zabroń dołączania","extensions":"Rozszerzenia","groups":"Grupy","logs":"Logi","map":"Mapa","ota":"OTA","permit_join":"Zezwól na dołączanie","restart":"Restart","settings":"Ustawienia","toggle_dropdown":"Przełącz listę","touchlink":"Touchlink"},"ota":{"check":"Spradź dostępność aktualizacji","check_all":"Sprawdź wszystkie","empty_ota_message":"Nie posiadasz urządzeń wspierających OTA","remaining_time":"Pozostały czas: {{- remaining}}","update":"Zaktualizuj oprogramowanie układowe"},"settings":{"about":"O programie","advanced":"Zaawansowane","blocklist":"Lista zablokowanych","coordinator_revision":"Wersja oprogramowania koordynatora","coordinator_type":"Typ koordynatora","donate":"Wsparcie","donation_text":["Cześć %username%, tutaj możesz podziękować nam za ciężką pracę.","Byłoby miło gdybyś zostawił też jakieś dobre słowo ;)"],"download_state":"Pobierz stan","experimental":"Eksperymentalne","external_converters":"Konwertery zewnętrzne","frontend":"Aplikacja interfejsu użytkownika","frontend_version":"Wersja aplikacji interfejsu użytkownika","main":"Główne","translate":"Tłumaczenie","mqtt":"MQTT","ota":"Aktualizacje OTA","passlist":"Lista dopuszczonych","raw":"Wygenerowana konfiguracja","restart_zigbee2mqtt":"Zrestartuj Zigbee2MQTT","serial":"Port szeregowy","settings":"Ustawienia","tools":"Narzędzia","zigbee2mqtt_version":"Wersja Zigbee2MQTT"},"settingsSchemaTranslations":{"root-title":"Port szeregowy","root__description":"Pozwól tylko wybranym urządzeniom (identyfikowanym przez adres ieeeAddr) do sieci. Zwróc uwagę na fakt, że wszystkie urządzenia spoza tej listy zostaną usunięte z obecnej sieci!","root__title":"Lista dopuszczonych","root_availability_blacklist__title":"Czarna lista sprawdzania dostępności (ustawienie wycofywane, użyj listy blokad sprawdzania dostępności)","root_availability_blocklist__description":"Zablokuj sprawdzanie dostępności urządzeń z tej listy","root_availability_blocklist__title":"Lista blokad sprawdzania dostępności","root_availability_passlist__description":"Włącz sprawdzanie obecności tylko dla urządzeń z tej listy","root_availability_passlist__title":"Lista sprawdzania dostępności","root_availability_whitelist__title":"Bilała lista sprawdzania dostępności (ustawienie wycofywane, użyj listy sprawdzania obecności)","root_ext_pan_id__description":"Parametr Zigbee rozszerzonego identyfikatora sieci, zmiana wymaga ponownego sparowania wszystkich urządzeń!","root_ext_pan_id__title":"Ext Pan ID","root_log_output__description":"Położenie wyjściowego pliku logu, pozostaw puste by wyłączyć rejestrowanie logu zdarzeń","root_log_output__title":"Wyjście logowania","root_filtered_attributes__title":"Filtrowane opublikowane atrybuty","root_filtered_attributes__description":"Filtrowanie atrybutów z publikowanej zawartości.","root_debounce_ignore__title":"Ignorowanie odbicia","root_debounce_ignore__description":"Chroni unikalne wartości określonych właściwości payload przed nadpisaniem w czasie odbicia","root_filtered_optimistic__title":"Przefiltrowane atrybuty optimistic","root_filtered_optimistic__description":"Filtruj atrybuty z optimistic publish payload podczas wywoływania /set. (Nie ma to żadnego efektu jeśli optimistic jest ustawione na false)...","advanced-title":"Zaawansowane","advanced_availability_blacklist__title":"Czarna lista dostępności (przestarzała, użyj availability_blocklist)","advanced_availability_blocklist__title":"Lista blokad dostępności","advanced_availability_blocklist__description":"Uniemożliwienie sprawdzania dostępności urządzeń","advanced_availability_passlist__title":"Passlista dostępności","advanced_availability_passlist__description":"Włącz sprawdzanie dostępności tylko dla niektórych urządzeń","advanced_availability_whitelist__title":"Whitelista dostępności (przestarzała, użyj passlisty)","advanced_ext_pan_id__title":"Ext Pan ID","advanced_ext_pan_id__description":"Zigbee extended pan ID, zmiana wymaga naprawy wszystkich urządzeń!","advanced_log_output__title":"Wyjście logów","advanced_log_output__description":"Wyjściowa lokalizacja logu, pozostaw puste aby wyłączyć logowanie","advanced_log_syslog-title":"logi systemowe","blocklist__title":"Lista blokad","blocklist__description":"Blokowanie urządzeń z sieci (według ieeeAddr)","experimental-title":"Eksperymentalne","external_converters__title":"Konwertery zewnętrzne","external_converters__description":"Możesz zdefiniować zewnętrzne konwertery, aby np. dodać obsługę urządzenia DiY","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"Aktualizacje OTA","passlist__title":"Passlista","passlist__description":"Zezwól tylko niektórym urządzeniom na dołączenie do sieci (według ieeeAddr). Uwaga, wszystkie urządzenia nie znajdujące się na passliście zostaną usunięte z sieci!","serial-title":"Serial","root_log_syslog-title":"Log systemowy"},"scene":{"scene_id":"id_sceny","store":"store","recall":"odwołaj","remove":"usuń","remove_all":"usuń_wszystko","select_scene":"wybierz_scene"},"touchlink":{"detected_devices_message":"Wykryte urządzenia touchlink: {{count}}. ","rescan":"Skanuj ponownie","scan":"Skanuj"},"values":{"Clear":"Brak","Closed":"Zamknięte","Occupied":"Wykryto Obecność","Open":"Otwarte","tampered":"Naruszenie","supported":"Obsługiwane","not_supported":"Nie Obsługiwane","leaking":"Wyciek","false":"Fałsz","true":"Prawda"},"featureDescriptions":{"Remaining battery in %":"Pozostały stan baterii w %","Measured temperature value":"Zmierzona wartość temperatury","Measured relative humidity":"Zmierzona wilgotność względna","Voltage of the battery in millivolts":"Napięcie akumulatora w miliwoltach","Link quality (signal strength)":"Jakość połączenia (siła sygnału)"},"zigbee":{"block_join":"Zablokuj ponowne dołączanie","device_type":"Typ urządzenia","endpoint":"Punkt końcowy","description":"Opis","cluster":"klaster","attribute":"atrybut","min_rep_interval":"min_rep_interval","max_rep_interval":"max_rep_interval","min_rep_change":"min_rep_change","actions":"akcje","select_cluster":"wybierz_klaster","none":"brak","select_attribute":"wybierz_atrybut","output_clusters":"wyjściowe_klastry","input_clusters":"wejściowe_klastry","zigbee_manufacturer":"zigbee_manufacturer(kod)","firmware_build_date":"Data firmware","firmware_version":"Wersja firmware","force_remove":"Wymuś usunięcie","friendly_name":"Przyjazna nazwa","ieee_address":"Adres IEEE","interview_completed":"Wywiad zakończony","last_seen":"Ostatnio widziane","lqi":"LQI","manufacturer":"Producent","model":"Model","network_address":"Adres sieciowy","pic":"Foto","power":"Zasilanie","reconfigure":"Przekonfiguruj","remove_device":"Usuń urządzenie","rename_device":"Zmień nazwę urządzenia","support_status":"Support status","unsupported":"Niewspierane","update_Home_assistant_entity_id":"Zaktualizuj ID encji Home Assistanta","zigbee_model":"Model Zigbee"}}');
|
4890
4898
|
;// CONCATENATED MODULE: ./src/i18n/locales/de.json
|
4891
|
-
const locales_de_namespaceObject = JSON.parse('{"common":{"action":"Aktion","actions":"Aktionen","apply":"Anwenden","attribute":"Attribute","bind":"verbinden","check_all":"Alle prüfen","clear":"Löschen","close":"Schliessen","cluster":"Cluster","clusters":"Clusters","confirmation":"Bestätigen","delete":"Löschen","destination":"Ziel","devices":"Devices","dialog_confirmation_prompt":"Bist Du sicher?","disable":"Abschalten","enter_search_criteria":"Suchwort","groups":"Gruppen","loading":"Laden...","none":"Nichts","ok":"ok","read":"Lesen","save":"Speichern","select_device":"Wähle Device","select_endpoint":"Wähle Endpunkt","source_endpoint":"Quellen Endpunkt","the_only_endpoint":"Der einzige Endpunkt","unbind":"trennen","unknown":"Unbekannt","write":"Schreiben"},"devicePage":{"about":"Über","bind":"Bindungen","clusters":"Clusters","dev_console":"Dev Konsole","exposes":"Details","reporting":"Berichten","scene":"Szene","settings":"Einstellungen","settings_specific":"Einstellungen (spezifisch)","state":"Status","unknown_device":"unbekanntes Device"},"exposes":{"action":"Aktion","auto_off":"Automatisch abschalten","away_mode":"Abwesenheitsmodus","away_preset_days":"Abwesenheitszeit (in Tagen)","away_preset_temperature":"Temperatur bei Abwesenheit","backlight_mode":"Rücklicht Modus","battery":"Batterie","battery_low":"Batterie schwach","boost_time":"Boost Dauer","brightness":"Helligkeit","calibration":"Kalibrierung","carbon_monoxide":"Kohlenmonoxid","co2":"Kohlendioxid","color_hs":"Farbe hue/saturation","color_temp":"Farbtemperatur","color_temp_startup":"Farbtemperatur nach Einschalten","color_xy":"Farbe (XY)","comfort_temperature":"Komfort Temperature","consumer_connected":"Verbraucher angeschlossen","consumer_overload":"Verbraucherüberlastung","contact":"Kontakt","current":"Aktuell","current_heating_setpoint":"Aktuelle Solltemperatur","device_temperature":"Gerätetemperatur","eco_temperature":"Ökologische Temperatur","effect":"Effekt","empty_exposes_definition":"Exposes nicht definiert","energy":"Verbrauch","force":"Erzwungene Ventilposition","humidity":"Luftfeuchtigkeit","illuminance":"Beleuchtungsstärke","illuminance_lux":"Beleuchtungsstärke in Lux","led_disabled_night":"LED Nachts ausschalten","linkquality":"Linkqualität","local_temperature":"Raumtemperatur","local_temperature_calibration":"Kalibrierung Raumtemperatur","max_temperature":"Maximale Temperatur","min_temperature":"Minimale Temperatur","motion":"Bewegung","motion_direction":"Bewegungsrichtung","motor_reversal":"Richtung umkehren","motion_speed":"Bewegungsgeschwindigkeit","moving":"Bewegung","occupancy":"Belegung","operation_mode":"Betriebsmodus","options":"Optionen","position":"Position","power":"Leistung","power_on_behavior":"Zustand nach Stromausfall","power_outage_memory":"Zustand nach Stromausfall","presence":"Anwesenheit","preset":"Voreinstellung","Pressure":"Luftdruck","sensivity":"Empfindlichkeit","smoke":"Rauch","state":"Status","strength":"Stärke","system_mode":"Heizmodus","tamper":"Manipulation","temperature":"Temperatur","voltage":"Stromspannung","water_leak":"Wasserleck","week":"Woche"},"extensions":{"extension_name_propmt":"Name der neuen Erweiterung","select_extension_to_edit":"Wähle Erweiterung zum Bearbeiten","create_new_extension":"Neue Erweiterung erstellen"},"featureNames":{"action":"Aktion","action_angle":"Bewegung Winkel","action_from_side":"Bewegung von Seite","action_side":"Aktive Seite","action_to_side":"Bewegung zur Seite","alarm":"Alarm","angle_x":"Ausrichtung X","angle_y":"Ausrichtung Y","angle_z":"Ausrichtung Z","auto_lock":"Automatische Sperre","away_mode":"Abwesenheitsmodus","brightness":"Helligkeit","calibration_time":"Kalibrierungszeit","carbon_monoxide":"Kohlenmonoxid","child_lock":"Kindersicherung","co2":"Kohlendioxid","color_hs":"Farbe Hs","color_temp":"Farbtemperatur","color_temp_startup":"Start Farbtemperatur","color_xy":"Farbe Xy","consumer_connected":"Verbraucher angeschlossen","contact":"Kontakt","current":"Aktuell","current_heating_setpoint":"Aktuelle Solltemperatur","current_level_startup":"Aktuelles Startlevel","device_temperature":"Gerätetemperatur","energy":"Energie","humidity":"Feuchtigkeit","illuminance":"Beleuchtungsstärke","level_config":"Level Konfiguration","local_temperature":"Lokale Temperatur","local_temperature_calibration":"Kalibrierung lokale Temperatur","motion":"Bewegung","motion_direction":"Bewegungsrichtung","motion_speed":"Bewegungsgeschwindigkeit","motor_speed":"Motorgeschwindigkeit","moving":"Bewegung","occupancy":"Belegung","on_off_transition_time":"Ein Aus Übergangszeit","options":"Optionen","position":"Position","power":"Leistung","presence":"Anwesenheit","preset":"Vorgabe","pressure":"Luftdruck","smoke":"Rauch","smoke_density":"Stärke der Rauchentwicklung","soil_moisture":"Bodenfeuchtigkeit","state":"Status","state_l1":"Status L 1","state_l2":"Status L 2","state_l3":"Status L 3","state_l4":"Status L 4","system_mode":"System Mode","tamper":"Manipulation","temperature":"Temperatur","valve_detection":"Ventil Erkennung","voltage":"Volt","water_leak":"Wasserleck","window_detection":"Fenster Erkennung"},"featureDescriptions":{"Auto off after specific time.":"Automatische Abschaltung nach bestimmter Zeit.","Away mode":"Abwesenheitsmodus","Away preset days":"Abwesenheit in Tagen","Away preset temperature":"Definierte Temperatur für den Abwesenheitsmodus","Boost time":"Boost Zeit","Brightness of this light":"Helligkeit des Leuchtmittels","Calibrates the humidity value (absolute offset), takes into effect on next report of device.":"Kalibriert den Luftfeuchtewert (absoluter Offset), wird beim nächsten Bericht des Gerätes wirksam.","Calibrates the illuminance value (percentual offset), takes into effect on next report of device.":"Kalibriert den Helligkeitswert (prozentualer Offset), wird beim nächsten Bericht des Geräts wirksam.","Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device.":"Kalibriert den Helligkeitswert (LUX) (prozentualer Offset), wird beim nächsten Bericht des Geräts wirksam.","Calibrates the pressure value (absolute offset), takes into effect on next report of device.":"Kalibriert den Luftdruckwert (absoluter Offset), wird beim nächsten Bericht des Geräts wirksam.","Calibrates the temperature value (absolute offset), takes into effect on next report of device.":"Kalibriert den Temperaturwert (absoluter Offset), wird beim nächsten Bericht des Geräts wirksam.","Calibration time":"Zeit zum Kalibrieren","Color of this light expressed as hue/saturation":"Farbe des Leuchtmittels übersetzt in hue/saturation","Color of this light in the CIE 1931 color space (x/y)":"Farbe des Leuchtmittels im CIE 1931 Farbraum (x/y)","Color temperature after cold power on of this light":"Farbtemperatur nach Trennung vom Stromnetz","Color temperature of this light":"Farbtemperatur des Leuchtmittels","Comfort temperature":"Komfort Temperatur","Controls the behaviour when the device is powered on":"Überprüft das Verhalten beim Einschalten des Device.","Current temperature measured on the device":"Aktuelle Temperatur am Thermostat","Decoupled mode for center button":"Entkoppelter Modus für Mitteltaste","Decoupled mode for left button":"Entkoppelter Modus für linke Taste","Decoupled mode for right button":"Entkoppelter Modus für rechte Taste","direction of movement from the point of view of the radar":"Zeigt die Richtung der Bewegung aus sicht des Sensors an.","Eco temperature":"Öko-Temperatur","Enable/disable auto lock":"Aktivieren/Deaktivieren auto lock","Enable/disable away mode":"Aktivieren/Deaktivieren des Abwesenheitsmodus","Enables/disables physical input on the device":"Aktivieren/Deaktivieren der direkten Bedienung des Device","Enables/disables window detection on the device":"Aktivieren/Deaktivieren der Fensterstatus Erkennung","Enabling prevents both relais being on at the same time":"Aktivierung schützt davor, beide Relais gleichzeitig zu aktivieren","Force the valve position":"Erzwingt die eingestellte Ventilposition","Indicates if CO (carbon monoxide) is detected":"Kohlenmonoxid entdeckt","Indicates if the battery of this device is almost empty":"Warnung, wenn Batterie schwach","Indicates if the contact is closed (= true) or open (= false)":"Kontakt geschlossen (= true) oder offen (= false)","Indicates whether the device detected a water leak":"Zeigt, ob ein Wasseraustritt erkannt wurde","Indicates whether the device detected occupancy":"Ermittelt, ob eine Bewegung erkannt wurde","Indicates whether the device detected presence":"Zeigt, ob eine Anwesenheit erkannt wurde.","Indicates whether the device detected smoke":"Raucherkennung","Indicates whether the device is tampered":"Zeigt, ob das Gerät manipuliert wurde","Instantaneous measured electrical current":"Aktuell gemessener Ampere-Bedarf","Instantaneous measured power":"Momentan gemessene Leistung","Link quality (signal strength)":"Link Qualität (Signalstärke)","Maximum temperature":"Maximale Temperatur","Measured electrical potential value":"Gemessene Stromstärke in Volt ankommend","Measured illuminance in lux":"Gemessene Helligkeit in Lux","Measured relative humidity":"Messung der relativen Luftfeuchtigkeit","Measured temperature value":"Gemessene Temperatur","Minimum temperature":"Minimale Temperatur","Mode of this device (similar to system_mode)":"Modus des Thermostats (identisch zu system_mode)","Mode of this device":"Modus des Thermostats","Motor speed":"Motor Geschwindigkeit","moving inside the range of the sensor":"Zeigt, ob eine BEwegung innerhalb des Radar-Radius erkannt wurde.","Number of digits after decimal point for humidity, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Luftfeuchtigkeit, Änderung wirksam beim nächsten Device-Report.","Number of digits after decimal point for illuminance, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Helligkeit, Änderung wirksam beim nächsten Device-Report.","Number of digits after decimal point for illuminance_lux, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Helligkeit in Lux, Änderung wirksam beim nächsten Device-Report.","Number of digits after decimal point for pressure, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Luftdruck, Änderung wirksam beim nächsten Device-Report.","Number of digits after decimal point for temperature, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Temperatur, Änderung wirksam beim nächsten Device-Report.","Offset to be used in the local_temperature":"Kallibrierung der Raumtemperatur am Thermostat","On/off state of the switch":"On/off Status des Schalters","On/off state of this light":"On/off Status des Leuchtmittels","Position of this cover":"Position des Vorhangs","Position":"Position","presets for sensivity for presence and movement":"Standardeinstellungen für die Sensibilität des Radar-Sensors (Bewegung und Anwesenheit).","Raw measured illuminance":"Gemessener Helligkeits-Rohwert","Recover state after power outage":"Eingestellter Zustand nach Stromabfall","Remaining battery in %":"Aktueller Batteriestatus in %","Sends a message the last time occupancy was detected. When setting this for example to [10, 60] a `{\\"no_occupancy_since\\": 10}` will be send after 10 seconds and a `{\\"no_occupancy_since\\": 60}` after 60 seconds.":"Sendet eine Nachricht, wann das letzte Mal eine Belegung erkannt wurde. Wenn dies beispielsweise auf [10, 60] eingestellt wird, wird nach 10 Sekunden ein `{\\"no_occupancy_since\\": 10}` gesendet und nach 60 Sekunden ein `{\\"no_occupancy_since\\": 60}`.","Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).":"Auf \\"false\\" gesetzt, um die Legacy-Integration zu deaktivieren (dringend empfohlen), ändert die Struktur der veröffentlichten payloads (Standardwert \\"true\\"). ","sensitivity of the radar":"Einstellen der Radar-Sensibilität","Side of the cube":"Würfelseite","Speed of movement":"Zeigt die Geschwindigkeit der Bewegung an.","Sum of consumed energy":"Seit Anfang verbrauchter Strom in kW/h","Temperature setpoint":"Temperatur Sollwert","The measured atmospheric pressure":"Gemessner Luftdruck","Time in seconds after which occupancy is cleared after detecting it (default 90 seconds).":"Zeit in Sekunden, nach der die Belegung zurück gesetzt wird, nachdem sie erkannt wurde (Standard 90 Sekunden).","Triggered action (e.g. a button click)":"Ausgelöstes Ereignis (z.B. ein Aktivieren eines Tasters)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Startet einen Effekt des Leuchtmittels (z.B. Blinken für ein paar Sekunden)","Voltage of the battery in millivolts":"Ladung der Batterie in Millivolt","Week format user for schedule":"Aufteilung der Wochentage für Heizprogramme"},"groups":{"add_to_group":"Zur Gruppe hinzufügen","create_group":"Gruppe erstellen","group_id":"Gruppen ID","group_name":"Gruppen Name","group_members":"Gruppen Mitglieder","group_scenes":"Gruppen Szenen","new_group_id":"Neue Gruppen-ID","new_group_id_placeholder":"Wenn benötigt, Gruppen-ID festlegen.","new_group_name":"Neuer Gruppenname","new_group_name_placeholder":"Beispiel: my_bedroom_lights","remove_group":"Gruppe entfernen"},"logs":{"empty_logs_message":"Nichts anzuzeigen","filter_by_text":"Filtere nach","show_only":"Log-Typ"},"map":{"help_coordinator_link_description":"Durchgehende Linien führen zum Coordinator","help_end_device_description":"Grün bedeutet: Endgerät","help_is_coordinator":"Koordinator","help_lqi_description":"Link Qualität zwischen 0 - 255 (höher ist besser), Angaben mit / bedeuten verschiedene Link-Typen.","help_router_description":"Blau bedeutet: Router","help_router_links_description":"Gestrichelte Linien führen zu Routern","hide":"Zum Verbergen klicken","load":"Karte laden","loading":"Abhängig von der Größe des Netzwerks kann es zwischen 10 Sekunden und 2 Minuten dauern."},"navbar":{"all":"Alle","dashboard":"Dashboard","devices":"Geräte","disable_join":"Anlernen deaktivieren","extensions":"Erweiterungen","groups":"Gruppen","logs":"Logs","map":"Karte","ota":"OTA","permit_join":"Anlernen aktivieren","restart":"Neustart","settings":"Einstellungen","toggle_dropdown":"Dropdown Auswahl","touchlink":"Touchlink"},"ota":{"check":"Prüfe auf neue Updates","check_all":"Alle überprüfen","empty_ota_message":"Keine OTA-fähigen Geräte vorhanden","remaining_time":"verbleibende Zeit {{- remaining}}","update":"Update Geräte Firmware"},"scene":{"add":"Hinzufügen","remove_all":"Alle entfernen","scene_id":"Szenen ID","scene_name":"Szenen Name","store":"Speichern","recall":"Abrufen","remove":"Entfernen","select_scene":"Szene auswählen"},"settings":{"about":"Über","advanced":"Erweitert","availability":"Erreichbar","blocklist":"Geblockte Geräte","coordinator_revision":"Coordinator Version","coordinator_type":"Coordinator Typ","donate":"Spende","donation_text":["Hallo, %username%, hier kannst Du unsere harte Arbeit unterstützen.","Ein netter, begleitender Kommentar würde uns ebenso freuen. ;)"],"download_state":"Download Status","experimental":"Experimentell","external_converters":"Externe Konverter","frontend":"Frontend","frontend_version":"Frontend Version","main":"Main","mqtt":"MQTT","ota":"OTA updates","passlist":"Passlist","raw":"Raw","restart_zigbee2mqtt":"Zigbee2MQTT neustarten","serial":"Serial","settings":"Einstellungen","tools":"Tools","zigbee2mqtt_version":"Zigbee2MQTT Version","translate":"Übersetzen"},"settingsSchemaTranslations":{"root-title":"Serial","root__description":"Erlaubt nur bestimmten Geräten, dem Netzwerk beizutreten (anhand der ieeeAddr). Beachte: Alle Geräte, die nicht in dar passlist sind, werden vom Netzwerk entfernt!","root__title":"Passlist","root_availability_blacklist__title":"Aktuelle Blacklist (veraltet, nutze availability_blocklist)","root_availability_blocklist__description":"Klammert Geräte bei dem Verfügbarkeits-Check aus.","root_availability_blocklist__title":"Aktuelle Blockliste","root_availability_passlist__description":"Ermögliche Anwesenheits-Check nur für gelistete Geräte","root_availability_passlist__title":"Aktuelle passlist","root_availability_whitelist__title":"Aktuelle whitelist (veraltet, nutze passlist)","root_ext_pan_id__description":"Zigbee erweiterte PAN ID, Änderung benötigt neues Anlernen aller Geräte!","root_ext_pan_id__title":"Erweiterte PAN ID","root_log_output__description":"Ablageort für das Log, leer lassen um das Logging zu unterbinden","root_log_output__title":"Log Ausgabe","root_log_syslog-title":"System-Log","advanced-title":"Erweitert","advanced_availability_blacklist__title":"Aktuelle Blacklist (veraltet, nutze availability_blocklist)","advanced_availability_blocklist__title":"Aktuelle Blockliste","advanced_availability_blocklist__description":"Klammert Geräte bei dem Verfügbarkeits-Check aus.","advanced_availability_passlist__title":"Aktuelle passlist","advanced_availability_passlist__description":"Ermögliche Anwesenheits-Check nur für gelistete Geräte","advanced_availability_whitelist__title":"Aktuelle whitelist (veraltet, nutze passlist)","advanced_ext_pan_id__title":"Erweiterte Pan ID","advanced_ext_pan_id__description":"Zigbee erweiterte PAN ID, Änderung benötigt neues Anlernen aller Geräte!","advanced_log_output__title":"Log Ausgabe","advanced_log_output__description":"Ablageort für das Log, leer lassen um das Logging zu unterbinden","advanced_log_syslog-title":"System-Log","blocklist__title":"Blocklist","blocklist__description":"Blockt devices vom Netzwerk (anhand der ieeeAddr)","experimental-title":"Experimentell","external_converters__title":"Externe Konverter","external_converters__description":"Festlegen von eigenen, externen Konvertern z. B. zum Einbinden eigener Zigbee-Devices","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"OTA updates","passlist__title":"Passlist","passlist__description":"Erlaubt nur bestimmten Geräten, dem Netzwerk beizutreten (anhand der ieeeAddr). Beachte: Alle Geräte, die nicht in dar passlist sind, werden vom Netzwerk entfernt!","serial-title":"Seriell","root_filtered_attributes__title":"Gefilterte, veröffentliche Attibute","root_filtered_attributes__description":"Filter attribute vom veröffentlichten payload.","root_debounce_ignore__title":"Ignoriere doppelte Meldungen","root_debounce_ignore__description":"Schützt einzelne payload Werte von spezifizierten payload Eigenschaften vor Überschreibung während der Entprellzeit","root_filtered_optimistic__title":"Filtered optimistic attributes","root_filtered_optimistic__description":"Filtern von Attributen bei \\"optimistic publish payload\\" bei abruf oder setzen. (Diese Funktion ist abgeschaltet, wenn \\"optimistic\\" deaktiviert ist.)."},"touchlink":{"detected_devices_message":" {{count}} Touchlink Geräte entdeckt.","rescan":"Scan wiederholen","scan":"Scannen"},"values":{"Clear":"Inaktiv","clear":"nicht erkannt","Closed":"Geschlossen","closed":"Geschlossen","empty_string":"String ohne Inhalt","fall":"Fallen","false":"Nein","leaking":"Feuchtigkeit entdeckt","not_supported":"nicht unterstützt","null":"Null","Occupied":"Aktiv","occupied":"Aktiv","Open":"Offen","open":"offen","shake":"geschüttelt","slide":"schieben","supported":"unterstützt","tampered":"manipuliert","tap":"getippt","true":"Ja","wakeup":"aufgeweckt"},"zigbee":{"battery":"Batterie","block_join":"Blockieren vom Anlernen","cluster":"Cluster","description":"Beschreibung","dc_source":"Gleichstromquelle","device":"Gerät","device_type":"Geräte Typ","endpoint":"Endpunkt","firmware_build_date":"Firmware Datum","firmware_version":"Firmware Version","force_remove":"Erzwinge Entfernen","friendly_name":"Gerätename","ieee_address":"IEEE Addresse","interview_completed":"Interview erfolgreich","interview_failed":"Interview fehlgeschlagen","interviewing":"Interviewen","last_seen":"Zuletzt gesehen","lqi":"LQI","mains_single_phase":"Netz (einphasig)","manufacturer":"Hersteller","model":"Modell","network_address":"Netzwerk Adresse","pic":"Bild","power":"Spannungsversorgung","power_level":"Leistungspegel","reconfigure":"Neu konfigurieren","remove_device":"Gerät entfernen","rename_device":"Gerät umbenennen","support_status":"Unterstützungsstatus","unsupported":"Nicht unterstützt","updating_firmware":"Firmware aktualisieren","update_Home_assistant_entity_id":"Update Home Assistant System ID","zigbee_model":"Zigbee Modell","zigbee_manufacturer":"Zigbee Hersteller","attribute":"Attribute","min_rep_interval":"Minimaler Report Intervall","max_rep_interval":"Maximaler Report Intervall","min_rep_change":"Minimale Report Änderungen","actions":"Aktionen","select_cluster":"Wähle Cluster","none":"Nichts","select_attribute":"Wähle Attribut","output_clusters":"Ausgabe Cluster","input_clusters":"Eingabe Cluster"}}');
|
4899
|
+
const locales_de_namespaceObject = JSON.parse('{"common":{"action":"Aktion","actions":"Aktionen","apply":"Anwenden","attribute":"Attribute","bind":"verbinden","check_all":"Alle prüfen","clear":"Löschen","close":"Schliessen","cluster":"Cluster","clusters":"Clusters","confirmation":"Bestätigen","delete":"Löschen","destination":"Ziel","destination_endpoint":"Zielendpunkt","devices":"Geräte","dialog_confirmation_prompt":"Bist Du sicher?","disable":"Abschalten","enter_search_criteria":"Suchwort","groups":"Gruppen","loading":"Laden...","none":"Nichts","ok":"ok","read":"Lesen","save":"Speichern","select_device":"Wähle Gerät","select_endpoint":"Wähle Endpunkt","source_endpoint":"Quellen Endpunkt","the_only_endpoint":"Der einzige Endpunkt","unbind":"trennen","unknown":"Unbekannt","write":"Schreiben"},"devicePage":{"about":"Über","bind":"Bindungen","clusters":"Kluster","dev_console":"Dev Konsole","exposes":"Details","reporting":"Berichten","scene":"Szene","settings":"Einstellungen","settings_specific":"Einstellungen (spezifisch)","state":"Status","unknown_device":"unbekanntes Gerät"},"exposes":{"action":"Aktion","auto_off":"Automatisch abschalten","away_mode":"Abwesenheitsmodus","away_preset_days":"Abwesenheitszeit (in Tagen)","away_preset_temperature":"Temperatur bei Abwesenheit","backlight_mode":"Rücklicht Modus","battery":"Batterie","battery_low":"Batterie schwach","boost_time":"Boost Dauer","brightness":"Helligkeit","calibration":"Kalibrierung","carbon_monoxide":"Kohlenmonoxid","co2":"Kohlendioxid","color_hs":"Farbe hue/saturation","color_temp":"Farbtemperatur","color_temp_startup":"Farbtemperatur nach Einschalten","color_xy":"Farbe (XY)","comfort_temperature":"Komfort Temperature","consumer_connected":"Verbraucher angeschlossen","consumer_overload":"Verbraucherüberlastung","contact":"Kontakt","current":"Aktuell","current_heating_setpoint":"Aktuelle Solltemperatur","device_temperature":"Gerätetemperatur","eco_temperature":"Ökologische Temperatur","effect":"Effekt","empty_exposes_definition":"Exposes nicht definiert","energy":"Verbrauch","force":"Erzwungene Ventilposition","humidity":"Luftfeuchtigkeit","illuminance":"Beleuchtungsstärke","illuminance_lux":"Beleuchtungsstärke in Lux","led_disabled_night":"LED Nachts ausschalten","linkquality":"Linkqualität","local_temperature":"Raumtemperatur","local_temperature_calibration":"Kalibrierung Raumtemperatur","max_temperature":"Maximale Temperatur","min_temperature":"Minimale Temperatur","motion":"Bewegung","motion_direction":"Bewegungsrichtung","motor_reversal":"Richtung umkehren","motion_speed":"Bewegungsgeschwindigkeit","moving":"Bewegung","occupancy":"Belegung","operation_mode":"Betriebsmodus","options":"Optionen","position":"Position","power":"Leistung","power_on_behavior":"Zustand nach Stromausfall","power_outage_memory":"Zustand nach Stromausfall","presence":"Anwesenheit","preset":"Voreinstellung","Pressure":"Luftdruck","sensivity":"Empfindlichkeit","smoke":"Rauch","state":"Status","strength":"Stärke","system_mode":"Heizmodus","tamper":"Manipulation","temperature":"Temperatur","voltage":"Stromspannung","water_leak":"Wasserleck","week":"Woche"},"extensions":{"extension_name_propmt":"Name der neuen Erweiterung","select_extension_to_edit":"Wähle Erweiterung zum Bearbeiten","create_new_extension":"Neue Erweiterung erstellen"},"featureNames":{"action":"Aktion","action_angle":"Bewegung Winkel","action_from_side":"Bewegung von Seite","action_side":"Aktive Seite","action_to_side":"Bewegung zur Seite","alarm":"Alarm","angle_x":"Ausrichtung X","angle_y":"Ausrichtung Y","angle_z":"Ausrichtung Z","auto_lock":"Automatische Sperre","away_mode":"Abwesenheitsmodus","brightness":"Helligkeit","calibration_time":"Kalibrierungszeit","carbon_monoxide":"Kohlenmonoxid","child_lock":"Kindersicherung","co2":"Kohlendioxid","color_hs":"Farbe Hs","color_temp":"Farbtemperatur","color_temp_startup":"Start Farbtemperatur","color_xy":"Farbe Xy","consumer_connected":"Verbraucher angeschlossen","contact":"Kontakt","current":"Aktuell","current_heating_setpoint":"Aktuelle Solltemperatur","current_level_startup":"Aktuelles Startlevel","device_temperature":"Gerätetemperatur","energy":"Energie","friday_schedule":"Plan Freitag","heating":"Heizen","holidays_schedule":"Plan Urlaubszeit","humidity":"Feuchtigkeit","illuminance":"Beleuchtungsstärke","level_config":"Level Konfiguration","local_temperature":"Lokale Temperatur","local_temperature_calibration":"Kalibrierung lokale Temperatur","monday_schedule":"Plan Montag","motion":"Bewegung","motion_direction":"Bewegungsrichtung","motion_speed":"Bewegungsgeschwindigkeit","motor_speed":"Motorgeschwindigkeit","moving":"Bewegung","occupancy":"Belegung","on_off_transition_time":"Ein Aus Übergangszeit","options":"Optionen","position":"Position","power":"Leistung","presence":"Anwesenheit","preset":"Vorgabe","pressure":"Luftdruck","programming_mode":"Programmier-Modus","program_weekday":"Programm-Wochentag","program_saturday":"Programm-Samstag","program_sunday":"Programm-Sonntag","saturday_schedule":"Plan Samstag","smoke":"Rauch","smoke_density":"Stärke der Rauchentwicklung","soil_moisture":"Bodenfeuchtigkeit","state":"Status","state_l1":"Status L 1","state_l2":"Status L 2","state_l3":"Status L 3","state_l4":"Status L 4","sunday_schedule":"Plan Sonntag","system_mode":"System Mode","tamper":"Manipulation","temperature":"Temperatur","thursday_schedule":"Plan Donnerstag","tuesday_schedule":"Plan Dienstag","valve_detection":"Ventil Erkennung","voltage":"Volt","water_leak":"Wasserleck","week":"Woche","wednesday_schedule":"Plan Mittwoch","window_detection":"Fenster Erkennung","window":"Fenster","workdays_schedule":"Plan Werktags"},"featureDescriptions":{"Auto off after specific time.":"Automatische Abschaltung nach bestimmter Zeit.","Away mode":"Abwesenheitsmodus","Away preset days":"Abwesenheit in Tagen","Away preset temperature":"Definierte Temperatur für den Abwesenheitsmodus","Boost Heating: press and hold \\"+\\" for 3 seconds, the device will enter the boost heating mode, and the ▷╵◁ will flash. The countdown will be displayed in the APP":"Boost: Halten Sie \\"+ \\" 3 Sekunden lang gedrückt, das Ventil wechselt in den Boost-Modus und ▷╵◁ beginnt zu blinken. Die Dauer wird in der Anwendung angezeigt. ","Boost time":"Boost Zeit","Boost Time Setting 100 sec - 900 sec, (default = 300 sec)":"Boost-Zeiteinstellung 100 Sek. - 900 Sek., (Standard = 300 Sek.)","Brightness of this light":"Helligkeit des Leuchtmittels","Calibrates the humidity value (absolute offset), takes into effect on next report of device.":"Kalibriert den Luftfeuchtewert (absoluter Offset), wird beim nächsten Bericht des Gerätes wirksam.","Calibrates the illuminance value (percentual offset), takes into effect on next report of device.":"Kalibriert den Helligkeitswert (prozentualer Offset), wird beim nächsten Bericht des Geräts wirksam.","Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device.":"Kalibriert den Helligkeitswert (LUX) (prozentualer Offset), wird beim nächsten Bericht des Geräts wirksam.","Calibrates the pressure value (absolute offset), takes into effect on next report of device.":"Kalibriert den Luftdruckwert (absoluter Offset), wird beim nächsten Bericht des Geräts wirksam.","Calibrates the temperature value (absolute offset), takes into effect on next report of device.":"Kalibriert den Temperaturwert (absoluter Offset), wird beim nächsten Bericht des Geräts wirksam.","Calibration time":"Zeit zum Kalibrieren","Color of this light expressed as hue/saturation":"Farbe des Leuchtmittels übersetzt in hue/saturation","Color of this light in the CIE 1931 color space (x/y)":"Farbe des Leuchtmittels im CIE 1931 Farbraum (x/y)","Color temperature after cold power on of this light":"Farbtemperatur nach Trennung vom Stromnetz","Color temperature of this light":"Farbtemperatur des Leuchtmittels","Comfort temperature":"Komfort Temperatur","Controls the behaviour when the device is powered on":"Überprüft das Verhalten beim Einschalten des Device.","Countdown in minutes":"Countdown in Minuten.","Current temperature measured on the device":"Aktuelle Temperatur am Thermostat","Decoupled mode for center button":"Entkoppelter Modus für Mitteltaste","Decoupled mode for left button":"Entkoppelter Modus für linke Taste","Decoupled mode for right button":"Entkoppelter Modus für rechte Taste","direction of movement from the point of view of the radar":"Zeigt die Richtung der Bewegung aus sicht des Sensors an.","ECO mode (energy saving mode)":"Eco-Mode (Energiesparfunktion)","Eco temperature":"Öko-Temperatur","Enable/disable auto lock":"Aktivieren/Deaktivieren auto lock","Enable/disable away mode":"Aktivieren/Deaktivieren des Abwesenheitsmodus","Enables/disables physical input on the device":"Aktivieren/Deaktivieren der direkten Bedienung des Gerätes","Enables/disables window detection on the device":"Aktivieren/Deaktivieren der Fensterstatus Erkennung","Enabling prevents both relais being on at the same time":"Aktivierung schützt davor, beide Relais gleichzeitig zu aktivieren","Force the valve position":"Erzwingt die eingestellte Ventilposition","Indicates if CO (carbon monoxide) is detected":"Kohlenmonoxid entdeckt","Indicates if the battery of this device is almost empty":"Warnung, wenn Batterie schwach","Indicates if the contact is closed (= true) or open (= false)":"Kontakt geschlossen (= true) oder offen (= false)","Indicates whether the device detected a water leak":"Zeigt, ob ein Wasseraustritt erkannt wurde","Indicates whether the device detected occupancy":"Ermittelt, ob eine Bewegung erkannt wurde","Indicates whether the device detected presence":"Zeigt, ob eine Anwesenheit erkannt wurde.","Indicates whether the device detected smoke":"Raucherkennung","Indicates whether the device is tampered":"Zeigt, ob das Gerät manipuliert wurde","Instantaneous measured electrical current":"Aktuell gemessener Ampere-Bedarf","Instantaneous measured power":"Momentan gemessene Leistung","Link quality (signal strength)":"Link Qualität (Signalstärke)","Maximum temperature":"Maximale Temperatur","Measured electrical potential value":"Gemessene Stromstärke in Volt ankommend","Measured illuminance in lux":"Gemessene Helligkeit in Lux","Measured relative humidity":"Messung der relativen Luftfeuchtigkeit","Measured temperature value":"Gemessene Temperatur","Minimum temperature":"Minimale Temperatur","Mode of this device (similar to system_mode)":"Modus des Thermostats (identisch zu system_mode)","Mode of this device":"Modus des Thermostats","Motor speed":"Motor Geschwindigkeit","moving inside the range of the sensor":"Zeigt, ob eine Bewegung innerhalb des Radar-Radius erkannt wurde.","Number of digits after decimal point for humidity, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Luftfeuchtigkeit, Änderung wirksam beim nächsten Geräte-Report.","Number of digits after decimal point for illuminance, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Helligkeit, Änderung wirksam beim nächsten Geräte-Report.","Number of digits after decimal point for illuminance_lux, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Helligkeit in Lux, Änderung wirksam beim nächsten Geräte-Report.","Number of digits after decimal point for pressure, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Luftdruck, Änderung wirksam beim nächsten Geräte-Report.","Number of digits after decimal point for temperature, takes into effect on next report of device.":"Anzahl der Nachkomma-Stellen für Temperatur, Änderung wirksam beim nächsten Geräte-Report.","Offset to be used in the local_temperature":"Kallibrierung der Raumtemperatur am Thermostat","On/off state of the switch":"On/off Status des Schalters","On/off state of this light":"On/off Status des Leuchtmittels","Position of this cover":"Position des Vorhangs","Position":"Position","presets for sensivity for presence and movement":"Standardeinstellungen für die Sensibilität des Radar-Sensors (Bewegung und Anwesenheit).","PROGRAMMING MODE ⏱ - In this mode, the device executes a preset week programming temperature time and temperature. ":"PROGRAMMIERMODUS ⏱ - In diesem Modus verwendet das Ventil einen festgelegten Stunden- und Temperaturplan pro Woche.","Raw measured illuminance":"Gemessener Helligkeits-Rohwert","Recover state after power outage":"Eingestellter Zustand nach Stromabfall","Remaining battery in %":"Aktueller Batteriestatus in %","Sends a message the last time occupancy was detected. When setting this for example to [10, 60] a `{\\"no_occupancy_since\\": 10}` will be send after 10 seconds and a `{\\"no_occupancy_since\\": 60}` after 60 seconds.":"Sendet eine Nachricht, wann das letzte Mal eine Belegung erkannt wurde. Wenn dies beispielsweise auf [10, 60] eingestellt wird, wird nach 10 Sekunden ein `{\\"no_occupancy_since\\": 10}` gesendet und nach 60 Sekunden ein `{\\"no_occupancy_since\\": 60}`.","Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).":"Auf \\"false\\" gesetzt, um die Legacy-Integration zu deaktivieren (dringend empfohlen), ändert die Struktur der veröffentlichten payloads (Standardwert \\"true\\"). ","sensitivity of the radar":"Einstellen der Radar-Sensibilität","Side of the cube":"Würfelseite","Speed of movement":"Zeigt die Geschwindigkeit der Bewegung an.","Sum of consumed energy":"Seit Anfang verbrauchter Strom in kW/h","Temperature setpoint":"Temperatur Sollwert","The measured atmospheric pressure":"Gemessner Luftdruck","Time in seconds after which occupancy is cleared after detecting it (default 90 seconds).":"Zeit in Sekunden, nach der die Belegung zurück gesetzt wird, nachdem sie erkannt wurde (Standard 90 Sekunden).","Triggered action (e.g. a button click)":"Ausgelöstes Ereignis (z.B. ein Aktivieren eines Tasters)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Startet einen Effekt des Leuchtmittels (z.B. Blinken für ein paar Sekunden)","Voltage of the battery in millivolts":"Ladung der Batterie in Millivolt","Week format user for schedule":"Aufteilung der Wochentage für Heizprogramme","Window status closed or open ":"Zustand des Fensters (geöffnet oder geschlossen)"},"groups":{"add_to_group":"Zur Gruppe hinzufügen","create_group":"Gruppe erstellen","group_id":"Gruppen ID","group_name":"Gruppen Name","group_members":"Gruppen Mitglieder","group_scenes":"Gruppen Szenen","new_group_id":"Neue Gruppen-ID","new_group_id_placeholder":"Wenn benötigt, Gruppen-ID festlegen.","new_group_name":"Neuer Gruppenname","new_group_name_placeholder":"Beispiel: my_bedroom_lights","remove_group":"Gruppe entfernen"},"logs":{"empty_logs_message":"Nichts anzuzeigen","filter_by_text":"Filtere nach","show_only":"Log-Typ"},"map":{"help_coordinator_link_description":"Durchgehende Linien führen zum Coordinator","help_end_device_description":"Grün bedeutet: Endgerät","help_is_coordinator":"Koordinator","help_lqi_description":"Link Qualität zwischen 0 - 255 (höher ist besser), Angaben mit / bedeuten verschiedene Link-Typen.","help_router_description":"Blau bedeutet: Router","help_router_links_description":"Gestrichelte Linien führen zu Routern","hide":"Zum Verbergen klicken","load":"Karte laden","loading":"Abhängig von der Größe des Netzwerks kann es zwischen 10 Sekunden und 2 Minuten dauern."},"navbar":{"all":"Alle","dashboard":"Dashboard","devices":"Geräte","disable_join":"Anlernen deaktivieren","extensions":"Erweiterungen","groups":"Gruppen","logs":"Logs","map":"Karte","ota":"OTA","permit_join":"Anlernen aktivieren","restart":"Neustart","settings":"Einstellungen","toggle_dropdown":"Dropdown Auswahl","touchlink":"Touchlink"},"ota":{"check":"Prüfe auf neue Updates","check_all":"Alle überprüfen","empty_ota_message":"Keine OTA-fähigen Geräte vorhanden","remaining_time":"verbleibende Zeit {{- remaining}}","update":"Update Geräte Firmware"},"scene":{"add":"Hinzufügen","remove_all":"Alle entfernen","scene_id":"Szenen ID","scene_name":"Szenen Name","store":"Speichern","recall":"Abrufen","remove":"Entfernen","select_scene":"Szene auswählen"},"settings":{"about":"Über","advanced":"Erweitert","availability":"Erreichbar","blocklist":"Geblockte Geräte","coordinator_revision":"Coordinator Version","coordinator_type":"Coordinator Typ","donate":"Spende","donation_text":["Hallo, %username%, hier kannst Du unsere harte Arbeit unterstützen.","Ein netter, begleitender Kommentar würde uns ebenso freuen. ;)"],"download_state":"Download Status","experimental":"Experimentell","external_converters":"Externe Konverter","frontend":"Frontend","frontend_version":"Frontend Version","main":"Main","mqtt":"MQTT","ota":"OTA updates","passlist":"Passlist","raw":"Raw","restart_zigbee2mqtt":"Zigbee2MQTT neustarten","serial":"Serial","settings":"Einstellungen","tools":"Tools","zigbee2mqtt_version":"Zigbee2MQTT Version","translate":"Übersetzen"},"settingsSchemaTranslations":{"advanced_availability_blacklist__title":"Aktuelle Blacklist (veraltet, nutze availability_blocklist)","advanced_availability_blocklist__description":"Klammert Geräte bei dem Verfügbarkeits-Check aus.","advanced_availability_blocklist__title":"Aktuelle Blockliste","advanced_availability_passlist__description":"Ermögliche Anwesenheits-Check nur für gelistete Geräte","advanced_availability_passlist__title":"Aktuelle passlist","advanced_availability_whitelist__title":"Aktuelle whitelist (veraltet, nutze passlist)","advanced_ext_pan_id__description":"Zigbee erweiterte PAN ID, Änderung benötigt neues Anlernen aller Geräte!","advanced_ext_pan_id__title":"Erweiterte Pan ID","advanced_log_output__description":"Ablageort für das Log, leer lassen um das Logging zu unterbinden","advanced_log_output__title":"Log Ausgabe","advanced_log_syslog-title":"System-Log","advanced-title":"Erweitert","availability_active-description":"Optionen für aktive Geräte (Router/mit Netzanschluss)","availability_active-title":"Aktiv","availability_passive-description":"Optionen für passive Geräte (Batteriebetrieben)","availability_passive-title":"Passiv","availability-title":"Verfügbarkeit (erweitert)","blocklist__description":"Blockt Geräte vom Netzwerk (anhand der ieeeAddr)","blocklist__title":"Blocklist","experimental-title":"Experimentell","external_converters__description":"Festlegen von eigenen, externen Konvertern z. B. zum Einbinden eigener Zigbee-Devices","external_converters__title":"Externe Konverter","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"OTA updates","passlist__description":"Erlaubt nur bestimmten Geräten, dem Netzwerk beizutreten (anhand der ieeeAddr). Beachte: Alle Geräte, die nicht in der Passlist sind, werden vom Netzwerk entfernt!","passlist__title":"Passlist","root__description":"Erlaubt nur bestimmten Geräten, dem Netzwerk beizutreten (anhand der ieeeAddr). Beachte: Alle Geräte, die nicht in der Passlist sind, werden vom Netzwerk entfernt!","root_availability_blacklist__title":"Aktuelle Blacklist (veraltet, nutze availability_blocklist)","root_availability_blocklist__description":"Klammert Geräte bei dem Verfügbarkeits-Check aus.","root_availability_blocklist__title":"Aktuelle Blockliste","root_availability_passlist__description":"Ermögliche Anwesenheits-Check nur für gelistete Geräte","root_availability_passlist__title":"Aktuelle passlist","root_availability_whitelist__title":"Aktuelle whitelist (veraltet, nutze passlist)","root_debounce_ignore__description":"Schützt einzelne payload Werte von spezifizierten payload Eigenschaften vor Überschreibung während der Entprellzeit","root_debounce_ignore__title":"Ignoriere doppelte Meldungen","root_ext_pan_id__description":"Zigbee erweiterte PAN ID, Änderung benötigt neues Anlernen aller Geräte!","root_ext_pan_id__title":"Erweiterte PAN ID","root_filtered_attributes__description":"Filter attribute vom veröffentlichten payload.","root_filtered_attributes__title":"Gefilterte, veröffentliche Attibute","root_filtered_optimistic__description":"Filtern von Attributen bei \\"optimistic publish payload\\" bei abruf oder setzen. (Diese Funktion ist abgeschaltet, wenn \\"optimistic\\" deaktiviert ist.).","root_filtered_optimistic__title":"Filtered optimistic attributes","root_log_output__description":"Ablageort für das Log, leer lassen um das Logging zu unterbinden","root_log_output__title":"Log Ausgabe","root_log_syslog-title":"System-Log","root-title":"Seriell","root__title":"Passlist","serial-title":"Seriell"},"touchlink":{"detected_devices_message":" {{count}} Touchlink Geräte entdeckt.","rescan":"Scan wiederholen","scan":"Scannen"},"values":{"Clear":"Inaktiv","clear":"nicht erkannt","Closed":"Geschlossen","closed":"Geschlossen","empty_string":"String ohne Inhalt","fall":"Fallen","false":"Nein","leaking":"Feuchtigkeit entdeckt","not_supported":"nicht unterstützt","null":"Null","Occupied":"Aktiv","occupied":"Aktiv","Open":"Offen","open":"offen","shake":"geschüttelt","slide":"schieben","supported":"unterstützt","tampered":"manipuliert","tap":"getippt","true":"Ja","wakeup":"aufgeweckt"},"zigbee":{"actions":"Aktionen","attribute":"Attribute","battery":"Batterie","block_join":"Blockieren vom Anlernen","cluster":"Cluster","dc_source":"Gleichstromquelle","description":"Beschreibung","device":"Gerät","device_type":"Geräte Typ","endpoint":"Endpunkt","firmware_build_date":"Firmware Datum","firmware_version":"Firmware Version","force_remove":"Erzwinge entfernen","friendly_name":"Gerätename","ieee_address":"IEEE Addresse","input_clusters":"Eingabe Cluster","interview_completed":"Interview erfolgreich","interview_failed":"Interview fehlgeschlagen","interviewing":"Interviewen","last_seen":"Zuletzt gesehen","lqi":"LQI","mains_single_phase":"Netz (einphasig)","manufacturer":"Hersteller","max_rep_interval":"Maximaler Report Intervall","min_rep_change":"Minimale Report Änderungen","min_rep_interval":"Minimaler Report Intervall","model":"Modell","network_address":"Netzwerk Adresse","none":"Nichts","output_clusters":"Ausgabe Cluster","pic":"Bild","power":"Spannungsversorgung","power_level":"Leistungspegel","reconfigure":"Neu konfigurieren","remove_device":"Gerät entfernen","rename_device":"Gerät umbenennen","select_attribute":"Wähle Attribut","select_cluster":"Wähle Cluster","support_status":"Unterstützungsstatus","unsupported":"Nicht unterstützt","update_Home_assistant_entity_id":"Update Home Assistant System ID","updating_firmware":"Firmware aktualisieren","zigbee_manufacturer":"Zigbee Hersteller","zigbee_model":"Zigbee Modell"}}');
|
4892
4900
|
;// CONCATENATED MODULE: ./src/i18n/locales/ru.json
|
4893
|
-
const locales_ru_namespaceObject = JSON.parse('{"common":{"action":"Действие","actions":"Действия","apply":"Применить","attribute":"Атрибут","bind":"Связать","check_all":"Выбрать все","clear":"Очистить","close":"Закрыть","cluster":"Кластер","clusters":"Кластеры","confirmation":"Запрос подтверждения","delete":"Удалить","destination":"Целевая конечная точка","devices":"Устройства","dialog_confirmation_prompt":"Вы уверены?","disable":"Отключать","enter_search_criteria":"Введите параметры поиска","groups":"Группы","loading":"Загружается...","none":"Нет","ok":"OK","read":"Считать","save":"Сохранить","select_device":"Выберите устройство","select_endpoint":"Выберите конечную точку","source_endpoint":"Исходная конечная точка","the_only_endpoint":"Единственная конечная точка","unbind":"Отвязать","unknown":"Неизвестно","write":"Записать"},"devicePage":{"about":"Об устройстве","bind":"Связь","clusters":"Кластеры","dev_console":"Консоль разработчика","exposes":"Экспонирует","reporting":"Отчеты","scene":"Сцена","settings":"Настройки","settings_specific":"Настройки (особые)","state":"Состояние","unknown_device":"Неизвестное устройство"},"exposes":{"action":"Действие","auto_off":"Автоотключение","away_mode":"Режим отсутствия","away_preset_days":"Предустановка дней отсутствия","away_preset_temperature":"Предустановка температуры отсутствия","backlight_mode":"Режим подсветки","battery":"Батарейка","battery_low":"Батарейка разряжена","boost_time":"Время усиленной работы","brightness":"Яркость","calibration":"Калибровка","carbon_monoxide":"Угарный газ","co2":"Углекислый газ","color_hs":"Цвет (HS)","color_temp":"Цветовая температура","color_temp_startup":"Цветовая температура при старте","color_xy":"Цвет (XY)","comfort_temperature":"Комфортная температура","consumer_connected":"Потребитель подключен","consumer_overload":"Перегрузка потребителя","contact":"Контакт","current":"Ток","current_heating_setpoint":"Текущая заданная точка нагрева","device_temperature":"Температура устройства","eco_temperature":"Экономная температура","effect":"Эффект","empty_exposes_definition":"Обличает опредиление","energy":"Энергия","force":"Принудительно","humidity":"Влажность","illuminance":"Освещенность","illuminance_lux":"Освещенность","led_disabled_night":"Ночной режим индикатора","linkquality":"Качество связи","local_temperature":"Местная температура","local_temperature_calibration":"Калибровка местной температуры","max_temperature":"Макс. температура","min_temperature":"Мин. температура","motion":"Движение","motion_direction":"Направление движения","motion_speed":"Скорость движения","motor_reversal":"Обратный ход двигателя","moving":"Перемещение","occupancy":"Занятость","operation_mode":"Режим работы","options":"Опции","position":"Позиция","power":"Питание","power_on_behavior":"Мощность при поведении","power_outage_memory":"Память при отключении питания","preset":"Предустановка","presence":"Пресутствие","pressure":"Давление","sensivity":"Чувствительность","smoke":"Дым","state":"Состояние","strength":"Сила","system_mode":"Системный режим","tamper":"Вмешательство","temperature":"Температура","voltage":"Напряжение","water_leak":"Протечка","week":"Неделя"},"extensions":{"create_new_extension":"Создать новое расширение","extension_name_propmt":"Введите имя нового расширения","select_extension_to_edit":"Выберите расширение для редактирования"},"featureNames":{"action":"Действие","action_angle":"Угол действия","action_from_side":"Действие со стороны","action_side":"Сторона действия","action_to_side":"Действие на сторону","alarm":"Тревога","angle_x":"Угол X","angle_y":"Угол Y","angle_z":"Угол Z","away_mode":"Режим отъезда","brightness":"Яркость","calibration_time":"Время калибровки","carbon_monoxide":"Угарный газ","co2":"Углекислый газ","color_hs":"Цвет Hs","color_temp":"Цветовая температура","color_temp_startup":"Начальная цветовая температура","color_xy":"Цвет XY","consumer_connected":"Потребитель подключен","contact":"Контакт","current":"Ток","current_heating_setpoint":"Установленная температура","current_level_startup":"Установленный уровень запуска","device_temperature":"Температура прибора","energy":"Энергия","humidity":"Влажность","illuminance":"Освещенность","level_config":"Конфигурация уровня","local_temperature":"Фактическая температура","local_temperature_calibration":"Калибровка температуры","motor_speed":"Скорость двигателя","moving":"Движение","occupancy":"Занятость","on_off_transition_time":"Вкл./Выкл. время перехода","options":"Настройки","position":"Положение","preset":"Пресеты","pressure":"Давление","power":"Потребление энергии","smoke":"Дым","smoke_density":"Плотность дыма","soil_moisture":"Влажность почвы","state":"Состояние","system_mode":"Режим системы","tamper":"Вмешательство","temperature":"Температура","voltage":"Напряжение","water_leak":"Утечка воды"},"featureDescriptions":{"Auto off after specific time.":"Автоматическое выключение через определенное время","Away mode":"Режим отсутствия","Away preset days":"Предустановленные дни отсутствия","Away preset temperature":"Предустановленная температура отсутсвия","Boost time":"Время ускорения","Brightness of this light":"Яркость источника света","Calibrates the humidity value (absolute offset), takes into effect on next report of device.":"Калибрует значение влажности (абсолютное смещение), вступает в силу при следующем отчете устройства.","Calibrates the illuminance value (percentual offset), takes into effect on next report of device.":"Калибрует значение освещенности (процентное смещение), вступает в силу при следующем отчете устройства.","Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device.":"Калибрует значение освещения в люксах (процентное смещение), вступает в силу при следующем отчете устройства.","Calibrates the pressure value (absolute offset), takes into effect on next report of device.":"Калибрует значение давления (абсолютное смещение), вступает в силу при следующем отчете устройства.","Calibrates the temperature value (absolute offset), takes into effect on next report of device.":"Калибрует значение температуры (абсолютное смещение), вступает в силу при следующем отчете устройства.","Calibration time":"Время калибровки","Color of this light expressed as hue/saturation":"Цвет источника света, выраженный как оттенок/насыщенность","Color of this light in the CIE 1931 color space (x/y)":"Цвет источника света в цветовом пространстве CIE 1931 (x/y)","Color temperature after cold power on of this light":"Цветовая температура после отключения электричества","Color temperature of this light":"Цветовая температура источника цвета","Comfort temperature":"Комфортная температура","Controls the behaviour when the device is powered on":"Управляет поведением устройства при включении","Current temperature measured on the device":"Текущая температура, измеренная на устройством","Direction of movement from the point of view of the radar":"Направление движения с точки зрения радара","Eco temperature":"Еко температура","Enable/disable auto lock":"Вкл./Выкл. автоматической блокировки","Enable/disable away mode":"Вкл./Выкл. режима отсутствия","Enables/disables physical input on the device":"Вкл./Выкл. физический ввод на устройстве","Enables/disables window detection on the device":"Вкл./Выкл. определения окон на устройстве","Enabling prevents both relais being on at the same time":"Включение предотвращает одновременное включение обоих реле","Force the valve position":"Форсировать положение клапана","Indicates if CO (carbon monoxide) is detected":"Указывает, обнаружен ли СО (оксид углерода)","Indicates if the battery of this device is almost empty":"Указывает на то, что аккумулятор этого устройства почти разряжен","Indicates if the contact is closed (= true) or open (= false)":"Указывает, закрыт ли контакт (= true) или открыт (= false)","Indicates whether the device detected a water leak":"Указывает, обнаружена ли устройством протечка воды","Indicates whether the device detected occupancy":"Указывает, обнаружило ли устройство занятость","Indicates whether the device detected presence":"Указывает, обнаружило ли устройство присутствие","Indicates whether the device detected smoke":"Указывает, обнаружило ли устройство дым","Indicates whether the device is tampered":"Указывает, обнаружило ли устройство вмешательство","Instantaneous measured electrical current":"Мгновенный измеренный электрический ток","Instantaneous measured power":"Мгновенная измеренная мощность","Link quality (signal strength)":"Качество связи (мощность сигнала)","Maximum temperature":"Максимальная температура","Measured electrical potential value":"Измеренное значение электрического потенциала","Measured illuminance in lux":"Измеренная освещенность в люксах","Measured relative humidity":"Измеренная относительная влажность","Measured temperature value":"Измеренное значение температуры","Minimum temperature":"Минимальная температура","Mode of this device":"Режим этого устройства","Mode of this device (similar to system_mode)":"Режим этого устройства (аналог system_mode)","Moving inside the range of the sensor":"Перемещение в пределах диапазона датчика","Motor speed":"Скорость двигателя","Number of digits after decimal point for humidity, takes into effect on next report of device.":"Количество цифр после десятичной точки для влажности, вступает в силу при следующем отчете устройства.","Number of digits after decimal point for illuminance, takes into effect on next report of device.":"Количество цифр после десятичной точки для освещенности, вступает в силу при следующем отчете устройства.","Number of digits after decimal point for illuminance_lux, takes into effect on next report of device.":"Количество знаков после запятой для освещенности в люксах, вступает в силу при следующем отчете устройства.","Number of digits after decimal point for pressure, takes into effect on next report of device.":"Количество цифр после десятичной точки для давления, вступает в силу при следующем отчете устройства.","Number of digits after decimal point for temperature, takes into effect on next report of device.":"Количество цифр после десятичной точки для температуры, вступает в силу при следующем отчете устройства.","Offset to be used in the local_temperature":"Смещение, которое будет использоваться в локальной температуре","On/off state of the switch":"Состояние Вкл./Выкл. переключателя","On/off state of this light":"Состояние Вкл./Выкл. освещения","Position":"Положение","Position of this cover":"Положение шторы (занавески)","Presets for sensivity for presence and movement":"Предустановки чувствительности к присутствию и движению","Raw measured illuminance":"Необработанная измеренная освещенность","Recover state after power outage":"Восстановить состояние после отключения электроэнергии","Remaining battery in %":"Оставшийся заряд батареи в процентах","Sends a message the last time occupancy was detected. When setting this for example to [10, 60] a `{\\"no_occupancy_since\\": 10}` will be send after 10 seconds and a `{\\"no_occupancy_since\\": 60}` after 60 seconds.":"Отправляет сообщение о последнем обнаружении занятости. При установке, например, на [10, 60], `{\\"no_occupancy_since\\": 10}` будет отправлено через 10 секунд, а `{\\"no_occupancy_since\\": 60}` через 60 секунд.","Sensitivity of the radar":"Чувствительность радара","Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).":"Установите значение false, чтобы отключить устаревшую интеграцию (настоятельно рекомендуется), изменит структуру опубликованной полезной нагрузки (по умолчанию true).","Side of the cube":"Сторона куба","Speed of movement":"Скорость движения","Sum of consumed energy":"Сумма потребленной энергии","Temperature setpoint":"Уставка температуры","The measured atmospheric pressure":"Измеренное атмосферное давление","Time in seconds after which occupancy is cleared after detecting it (default 90 seconds).":"Время в секундах, по истечении которого занятость очищается после ее обнаружения (по умолчанию 90 секунд).","Triggered action (e.g. a button click)":"Инициированное действие (например, нажатие кнопки)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Запускает эффект на свет (например, заставляет свет мигать в течение нескольких секунд)","Voltage of the battery in millivolts":"Напряжение аккумулятора в милливольтах","Week format user for schedule":"Недельный формат пользователя для расписания"},"groups":{"add_to_group":"Добавить в группу","create_group":"Создать группу","group_id":"Идентификатор группы","group_name":"Название группы","group_members":"Члены группы","group_scenes":"Групповые сцены","new_group_id":"Новый идентификатор группы","new_group_id_placeholder":"Укажите идентификатор группы, если требуется","new_group_name":"Имя новой группы","new_group_name_placeholder":"Пример: my_bedroom_lights","remove_group":"Удалить группу"},"logs":{"empty_logs_message":"Нет информации для отображения","filter_by_text":"Фильтровать по тексту","show_only":"Только показать"},"map":{"help_coordinator_link_description":"Сплошные линии - связи с Координатором","help_end_device_description":"Зеленый означает Конечное устройство","help_is_coordinator":"это Координатор","help_lqi_description":"Качество связи в диапазоне 0 - 255 (больше - лучше). Значения с / означают несколько типов соединений","help_router_description":"Голубой означает Роутер","help_router_links_description":"Пунктирные лини - связи с Роутерами","hide":"Нажмите, чтобы скрыть","load":"Загрузить карту","loading":"В зависимости от размера вашей сети, это может занять от 10 секунд до 2 минут."},"navbar":{"all":"Все","dashboard":"Приборная панель","devices":"Устройства","disable_join":"Запретить подключения","extensions":"Расширения","groups":"Группы","logs":"Логи","map":"Карта","ota":"ОТА","permit_join":"Разрешить подключения","restart":"Перезапустить","settings":"Настройки","toggle_dropdown":"Toggle dropdown","touchlink":"Touchlink"},"ota":{"check":"Проверить на наличие новых обновлений","check_all":"Проверить все","empty_ota_message":"У вас нет устройств, поддерживающих обновление по воздуху (OTA)","remaining_time":"Оставшееся время {{- remaining}}","update":"Обновить прошивку устройства"},"scene":{"add":"Добавить","recall":"Вызвать","remove":"Удалить","remove_all":"Удалить все","scene_id":"Идентификатор сцены","scene_name":"Название сцены","select_scene":"Выбор сцены","store":"Сохранить"},"settings":{"about":"О программе","advanced":"Расширенные","availability":"Доступность","blocklist":"Черный список","coordinator_revision":"Версия координатора","coordinator_type":"Тип координатора","donate":"Пожертвования","donation_text":["Здравствуйте, %username%! Тут вы можете поблагодарить нас за нашу проделанную работу","Не стесняйтесь добавить приятные пожелания в комментариях ;)"],"download_state":"Скачать состояния","experimental":"Экспериментальные","external_converters":"Внешние конвертеры","frontend":"Веб интерфейс","frontend_version":"Версия веб интерфейса","main":"Главные","mqtt":"MQTT","ota":"Обновления по воздуху (OTA)","passlist":"Белый список","raw":"Исходные данные","restart_zigbee2mqtt":"Перезапустить Zigbee2MQTT","serial":"Последовательный интерфейс","settings":"Настройки","tools":"Инструменты","translate":"Перевод","zigbee2mqtt_version":"Версия Zigbee2MQTT"},"settingsSchemaTranslations":{"root-title":"Serial","root__description":"Позволять подключаться к сети только определенным устройствам (проверка по ieeeAddr). Обратите внимание, что все устройства, не включенные в список, будут удалены из сети!","root__title":"Белый список","root_availability_blacklist__title":"Черный список проверки доступности (устарело, используйте availability_blocklist)","root_availability_blocklist__description":"Исключить устройства из проверки на доступность","root_availability_blocklist__title":"Черный список проверки доступности","root_availability_passlist__description":"Включить проверку доступности только для определенных устройств","root_availability_passlist__title":"Белый список проверки доступности","root_availability_whitelist__title":"Белый список проверки доступности (устарело, используйте passlist)","root_debounce_ignore__description":"Позволяет публиковать указанные атрибуты без использования задержки фильтрации повторяющихся пакетов","root_debounce_ignore__title":"Игнорировать фильтр повторных пакетов","root_ext_pan_id__description":"Расширенный идентификатор сети Zigbee. Изменение потребует перепривязки всех устройств!","root_ext_pan_id__title":"Расш. идентификатор сети (Ext Pan ID)","root_filtered_attributes__description":"Позволяет отключить публикацию указанных атрибутов","root_filtered_attributes__title":"Фильтр атрибутов","root_log_output__description":"Папка, в которой будут формировать лог файлы. Оставьте поле пустым для отключения лог файлов.","root_log_output__title":"Папка для логов","root_log_syslog-title":"syslog"},"touchlink":{"detected_devices_message":"Найдено устройств, поддерживающих быстрое подключение (touchlink): {{count}}.","rescan":"Повторить поиск","scan":"Искать"},"values":{"clear":"Не обнаружено","closed":"Закрыт","empty_string":"Пустая строчка","false":"Выкл","leaking":"Утечка","not_supported":"Не поддерживается","null":"Ноль","occupied":"Занято","open":"Открыт","supported":"Поддерживается","tampered":"Сломано","true":"Вкл"},"zigbee":{"actions":"Действие","attribute":"Атрибут","battery":"Батарея","block_join":"Блокировать дальнейшие попытки подключения","cluster":"Кластер","description":"Описание","device":"Устройство","device_type":"Тип устройства","endpoint":"Конечная точка","firmware_build_date":"Дата создания прошивки","firmware_version":"Версия прошивки","force_remove":"Удалить принудительно","friendly_name":"Пользовательское имя","ieee_address":"Адрес IEEE","input_clusters":"Кластеры ввода","interview_completed":"Запрос информации об устройстве завершен","last_seen":"Последние данные","lqi":"Качество сигнала","manufacturer":"Производитель","max_rep_interval":"макс. интервал отчетов","min_rep_change":"Мин. интервал отчетов при изменении","min_rep_interval":"Мин. интервал отчетов","model":"Модель","network_address":"Сетевой адрес","none":"Ничего","output_clusters":"Кластеры вывода","pic":"Рис.","power":"Мощность","power_level":"Уровень мощности","reconfigure":"Перенастроить","remove_device":"Удалить устройство","rename_device":"Переименовать устройство","select_attribute":"Выберите атрибут","select_cluster":"Выберите кластер","support_status":"Статус поддержки","unsupported":"Не поддерживается","update_Home_assistant_entity_id":"Обновить идентификатор объекта Home Assistant","zigbee_manufacturer":"Производитель Zigbee","zigbee_model":"Модель Zigbee"}}');
|
4901
|
+
const locales_ru_namespaceObject = JSON.parse('{"common":{"action":"Действие","actions":"Действия","apply":"Применить","attribute":"Атрибут","bind":"Связать","check_all":"Выбрать все","clear":"Очистить","close":"Закрыть","cluster":"Кластер","clusters":"Кластеры","confirmation":"Запрос подтверждения","delete":"Удалить","destination":"Целевая конечная точка","devices":"Устройства","dialog_confirmation_prompt":"Вы уверены?","disable":"Отключить","enter_search_criteria":"Введите параметры поиска","groups":"Группы","loading":"Загружается...","none":"Нет","ok":"OK","read":"Считать","save":"Сохранить","select_device":"Выберите устройство","select_endpoint":"Выберите конечную точку","source_endpoint":"Исходная конечная точка","the_only_endpoint":"Единственная конечная точка","unbind":"Отвязать","unknown":"Неизвестно","write":"Записать"},"devicePage":{"about":"Об устройстве","bind":"Связь","clusters":"Кластеры","dev_console":"Консоль разработчика","exposes":"Данные","reporting":"Отчеты","scene":"Сцена","settings":"Настройки","settings_specific":"Настройки (особые)","state":"Состояние","unknown_device":"Неизвестное устройство"},"exposes":{"action":"Действие","auto_off":"Автоотключение","away_mode":"Режим отсутствия","away_preset_days":"Предустановка дней отсутствия","away_preset_temperature":"Предустановка температуры отсутствия","backlight_mode":"Режим подсветки","battery":"Батарейка","battery_low":"Батарейка разряжена","boost_time":"Время усиленной работы","brightness":"Яркость","calibration":"Калибровка","carbon_monoxide":"Угарный газ","co2":"Углекислый газ","color_hs":"Цвет (HS)","color_temp":"Цветовая температура","color_temp_startup":"Цветовая температура при старте","color_xy":"Цвет (XY)","comfort_temperature":"Комфортная температура","consumer_connected":"Потребитель подключен","consumer_overload":"Перегрузка потребителя","contact":"Контакт","current":"Ток","current_heating_setpoint":"Текущая заданная точка нагрева","device_temperature":"Температура устройства","eco_temperature":"Экономная температура","effect":"Эффект","empty_exposes_definition":"Данные отсутствуют","energy":"Энергия","force":"Принудительно","humidity":"Влажность","illuminance":"Освещенность","illuminance_lux":"Освещенность","led_disabled_night":"Ночной режим индикатора","linkquality":"Качество связи","local_temperature":"Местная температура","local_temperature_calibration":"Калибровка местной температуры","max_temperature":"Макс. температура","min_temperature":"Мин. температура","motion":"Движение","motion_direction":"Направление движения","motion_speed":"Скорость движения","motor_reversal":"Обратный ход двигателя","moving":"Перемещение","occupancy":"Занятость","operation_mode":"Режим работы","options":"Опции","position":"Позиция","power":"Питание","power_on_behavior":"Мощность при поведении","power_outage_memory":"Память при отключении питания","preset":"Предустановка","presence":"Пресутствие","pressure":"Давление","sensivity":"Чувствительность","smoke":"Дым","state":"Состояние","strength":"Сила","system_mode":"Системный режим","tamper":"Вмешательство","temperature":"Температура","voltage":"Напряжение","water_leak":"Протечка","week":"Неделя"},"extensions":{"create_new_extension":"Создать новое расширение","extension_name_propmt":"Введите имя нового расширения","select_extension_to_edit":"Выберите расширение для редактирования"},"featureNames":{"action":"Действие","action_angle":"Угол действия","action_from_side":"Действие со стороны","action_side":"Сторона действия","action_to_side":"Действие в сторону","alarm":"Тревога","angle_x":"Угол X","angle_y":"Угол Y","angle_z":"Угол Z","away_mode":"Режим отсутствия","brightness":"Яркость","calibration_time":"Время калибровки","carbon_monoxide":"Угарный газ","co2":"Углекислый газ","color_hs":"Цвет Hs","color_temp":"Цветовая температура","color_temp_startup":"Начальная цветовая температура","color_xy":"Цвет XY","consumer_connected":"Потребитель подключен","contact":"Контакт","current":"Ток","current_heating_setpoint":"Установленная температура","current_level_startup":"Установленный уровень запуска","device_temperature":"Температура прибора","energy":"Энергия","humidity":"Влажность","illuminance":"Освещенность","level_config":"Конфигурация уровня","local_temperature":"Фактическая температура","local_temperature_calibration":"Калибровка температуры","motor_speed":"Скорость двигателя","moving":"Движение","occupancy":"Занятость","on_off_transition_time":"Вкл./Выкл. время перехода","options":"Настройки","position":"Положение","preset":"Предустановка","pressure":"Давление","power":"Потребление энергии","smoke":"Дым","smoke_density":"Плотность дыма","soil_moisture":"Влажность почвы","state":"Состояние","system_mode":"Режим системы","tamper":"Вмешательство","temperature":"Температура","voltage":"Напряжение","water_leak":"Утечка воды"},"featureDescriptions":{"Auto off after specific time.":"Автоматическое выключение через определенное время","Away mode":"Режим отсутствия","Away preset days":"Предустановленные дни отсутствия","Away preset temperature":"Предустановленная температура отсутсвия","Boost time":"Время ускорения","Brightness of this light":"Яркость источника света","Calibrates the humidity value (absolute offset), takes into effect on next report of device.":"Калибрует значение влажности (абсолютное смещение), вступает в силу при следующем отчете устройства.","Calibrates the illuminance value (percentual offset), takes into effect on next report of device.":"Калибрует значение освещенности (процентное смещение), вступает в силу при следующем отчете устройства.","Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device.":"Калибрует значение освещения в люксах (процентное смещение), вступает в силу при следующем отчете устройства.","Calibrates the pressure value (absolute offset), takes into effect on next report of device.":"Калибрует значение давления (абсолютное смещение), вступает в силу при следующем отчете устройства.","Calibrates the temperature value (absolute offset), takes into effect on next report of device.":"Калибрует значение температуры (абсолютное смещение), вступает в силу при следующем отчете устройства.","Calibration time":"Время калибровки","Color of this light expressed as hue/saturation":"Цвет источника света, выраженный как оттенок/насыщенность","Color of this light in the CIE 1931 color space (x/y)":"Цвет источника света в цветовом пространстве CIE 1931 (x/y)","Color temperature after cold power on of this light":"Цветовая температура после отключения электричества","Color temperature of this light":"Цветовая температура источника цвета","Comfort temperature":"Комфортная температура","Controls the behaviour when the device is powered on":"Управляет поведением устройства при включении","Current temperature measured on the device":"Текущая температура, измеренная на устройством","Direction of movement from the point of view of the radar":"Направление движения с точки зрения радара","Eco temperature":"Еко температура","Enable/disable auto lock":"Вкл./Выкл. автоматической блокировки","Enable/disable away mode":"Вкл./Выкл. режима отсутствия","Enables/disables physical input on the device":"Вкл./Выкл. физический ввод на устройстве","Enables/disables window detection on the device":"Вкл./Выкл. определения окон на устройстве","Enabling prevents both relais being on at the same time":"Включение предотвращает одновременное включение обоих реле","Force the valve position":"Форсировать положение клапана","Indicates if CO (carbon monoxide) is detected":"Указывает, обнаружен ли СО (оксид углерода)","Indicates if the battery of this device is almost empty":"Указывает на то, что аккумулятор этого устройства почти разряжен","Indicates if the contact is closed (= true) or open (= false)":"Указывает, закрыт ли контакт (= true) или открыт (= false)","Indicates whether the device detected a water leak":"Указывает, обнаружена ли устройством протечка воды","Indicates whether the device detected occupancy":"Указывает, обнаружило ли устройство занятость","Indicates whether the device detected presence":"Указывает, обнаружило ли устройство присутствие","Indicates whether the device detected smoke":"Указывает, обнаружило ли устройство дым","Indicates whether the device is tampered":"Указывает, обнаружило ли устройство вмешательство","Instantaneous measured electrical current":"Мгновенный измеренный электрический ток","Instantaneous measured power":"Мгновенная измеренная мощность","Link quality (signal strength)":"Качество связи (мощность сигнала)","Maximum temperature":"Максимальная температура","Measured electrical potential value":"Измеренное значение электрического потенциала","Measured illuminance in lux":"Измеренная освещенность в люксах","Measured relative humidity":"Измеренная относительная влажность","Measured temperature value":"Измеренное значение температуры","Minimum temperature":"Минимальная температура","Mode of this device":"Режим этого устройства","Mode of this device (similar to system_mode)":"Режим этого устройства (аналог system_mode)","Moving inside the range of the sensor":"Перемещение в пределах диапазона датчика","Motor speed":"Скорость двигателя","Number of digits after decimal point for humidity, takes into effect on next report of device.":"Количество цифр после десятичной точки для влажности, вступает в силу при следующем отчете устройства.","Number of digits after decimal point for illuminance, takes into effect on next report of device.":"Количество цифр после десятичной точки для освещенности, вступает в силу при следующем отчете устройства.","Number of digits after decimal point for illuminance_lux, takes into effect on next report of device.":"Количество знаков после запятой для освещенности в люксах, вступает в силу при следующем отчете устройства.","Number of digits after decimal point for pressure, takes into effect on next report of device.":"Количество цифр после десятичной точки для давления, вступает в силу при следующем отчете устройства.","Number of digits after decimal point for temperature, takes into effect on next report of device.":"Количество цифр после десятичной точки для температуры, вступает в силу при следующем отчете устройства.","Offset to be used in the local_temperature":"Смещение, которое будет использоваться в локальной температуре","On/off state of the switch":"Состояние Вкл./Выкл. переключателя","On/off state of this light":"Состояние Вкл./Выкл. освещения","Position":"Положение","Position of this cover":"Положение шторы (занавески)","Presets for sensivity for presence and movement":"Предустановки чувствительности к присутствию и движению","Raw measured illuminance":"Необработанная измеренная освещенность","Recover state after power outage":"Восстановить состояние после отключения электроэнергии","Remaining battery in %":"Оставшийся заряд батареи в процентах","Sends a message the last time occupancy was detected. When setting this for example to [10, 60] a `{\\"no_occupancy_since\\": 10}` will be send after 10 seconds and a `{\\"no_occupancy_since\\": 60}` after 60 seconds.":"Отправляет сообщение о последнем обнаружении занятости. При установке, например, на [10, 60], `{\\"no_occupancy_since\\": 10}` будет отправлено через 10 секунд, а `{\\"no_occupancy_since\\": 60}` через 60 секунд.","Sensitivity of the radar":"Чувствительность радара","Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).":"Установите значение false, чтобы отключить устаревшую интеграцию (настоятельно рекомендуется), изменит структуру опубликованной полезной нагрузки (по умолчанию true).","Side of the cube":"Сторона куба","Speed of movement":"Скорость движения","Sum of consumed energy":"Сумма потребленной энергии","Temperature setpoint":"Уставка температуры","The measured atmospheric pressure":"Измеренное атмосферное давление","Time in seconds after which occupancy is cleared after detecting it (default 90 seconds).":"Время в секундах, по истечении которого занятость очищается после ее обнаружения (по умолчанию 90 секунд).","Triggered action (e.g. a button click)":"Инициированное действие (например, нажатие кнопки)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Запускает эффект на свет (например, заставляет свет мигать в течение нескольких секунд)","Voltage of the battery in millivolts":"Напряжение аккумулятора в милливольтах","Week format user for schedule":"Недельный формат пользователя для расписания"},"groups":{"add_to_group":"Добавить в группу","create_group":"Создать группу","group_id":"Идентификатор группы","group_name":"Название группы","group_members":"Члены группы","group_scenes":"Групповые сцены","new_group_id":"Новый идентификатор группы","new_group_id_placeholder":"Укажите идентификатор группы, если требуется","new_group_name":"Имя новой группы","new_group_name_placeholder":"Пример: my_bedroom_lights","remove_group":"Удалить группу"},"logs":{"empty_logs_message":"Нет информации для отображения","filter_by_text":"Фильтровать по тексту","show_only":"Только показать"},"map":{"help_coordinator_link_description":"Сплошные линии - связи с Координатором","help_end_device_description":"Зеленый означает Конечное устройство","help_is_coordinator":"это Координатор","help_lqi_description":"Качество связи в диапазоне 0 - 255 (больше - лучше). Значения с / означают несколько типов соединений","help_router_description":"Голубой означает Роутер","help_router_links_description":"Пунктирные лини - связи с Роутерами","hide":"Нажмите, чтобы скрыть","load":"Загрузить карту","loading":"В зависимости от размера вашей сети, это может занять от 10 секунд до 2 минут."},"navbar":{"all":"Все","dashboard":"Приборная панель","devices":"Устройства","disable_join":"Запретить подключения","extensions":"Расширения","groups":"Группы","logs":"Логи","map":"Карта","ota":"ОТА","permit_join":"Разрешить подключения","restart":"Перезапустить","settings":"Настройки","toggle_dropdown":"Toggle dropdown","touchlink":"Touchlink"},"ota":{"check":"Проверить на наличие новых обновлений","check_all":"Проверить все","empty_ota_message":"У вас нет устройств, поддерживающих обновление по воздуху (OTA)","remaining_time":"Оставшееся время {{- remaining}}","update":"Обновить прошивку устройства"},"scene":{"add":"Добавить","recall":"Вызвать","remove":"Удалить","remove_all":"Удалить все","scene_id":"Идентификатор сцены","scene_name":"Название сцены","select_scene":"Выбор сцены","store":"Сохранить"},"settings":{"about":"О программе","advanced":"Расширенные","availability":"Доступность","blocklist":"Черный список","coordinator_revision":"Версия координатора","coordinator_type":"Тип координатора","donate":"Пожертвования","donation_text":["Здравствуйте, %username%! Тут вы можете поблагодарить нас за нашу проделанную работу","Не стесняйтесь добавить приятные пожелания в комментариях ;)"],"download_state":"Скачать состояния","experimental":"Экспериментальные","external_converters":"Внешние конвертеры","frontend":"Веб интерфейс","frontend_version":"Версия веб интерфейса","main":"Главные","mqtt":"MQTT","ota":"Обновления по воздуху (OTA)","passlist":"Белый список","raw":"Исходные данные","restart_zigbee2mqtt":"Перезапустить Zigbee2MQTT","serial":"Последовательный интерфейс","settings":"Настройки","tools":"Инструменты","translate":"Перевод","zigbee2mqtt_version":"Версия Zigbee2MQTT"},"settingsSchemaTranslations":{"root-title":"Serial","root__description":"Позволить подключаться к сети только определенным устройствам (проверка по ieeeAddr). Обратите внимание, что все устройства, не включенные в список, будут удалены из сети!","root__title":"Белый список","root_availability_blacklist__title":"Черный список проверки доступности (устарело, используйте availability_blocklist)","root_availability_blocklist__description":"Исключить устройства из проверки на доступность","root_availability_blocklist__title":"Черный список проверки доступности","root_availability_passlist__description":"Включить проверку доступности только для определенных устройств","root_availability_passlist__title":"Белый список проверки доступности","root_availability_whitelist__title":"Белый список проверки доступности (устарело, используйте passlist)","root_debounce_ignore__description":"Позволяет публиковать указанные атрибуты без использования задержки фильтрации повторяющихся пакетов","root_debounce_ignore__title":"Игнорировать фильтр повторных пакетов","root_ext_pan_id__description":"Расширенный идентификатор сети Zigbee. Изменение потребует перепривязки всех устройств!","root_ext_pan_id__title":"Расш. идентификатор сети (Ext Pan ID)","root_filtered_attributes__description":"Позволяет отключить публикацию указанных атрибутов","root_filtered_attributes__title":"Фильтр атрибутов","root_log_output__description":"Папка, в которой будут формировать лог файлы. Оставьте поле пустым для отключения лог файлов.","root_log_output__title":"Папка для логов","root_log_syslog-title":"syslog"},"touchlink":{"detected_devices_message":"Найдено устройств, поддерживающих быстрое подключение (touchlink): {{count}}.","rescan":"Повторить поиск","scan":"Искать"},"values":{"clear":"Не обнаружено","closed":"Закрыт","empty_string":"Пустая строчка","false":"Выкл","leaking":"Утечка","not_supported":"Не поддерживается","null":"Ноль","occupied":"Занято","open":"Открыт","supported":"Поддерживается","tampered":"Сломано","true":"Вкл"},"zigbee":{"actions":"Действие","attribute":"Атрибут","battery":"Батарея","block_join":"Блокировать дальнейшие попытки подключения","cluster":"Кластер","description":"Описание","device":"Устройство","device_type":"Тип устройства","endpoint":"Конечная точка","firmware_build_date":"Дата создания прошивки","firmware_version":"Версия прошивки","force_remove":"Удалить принудительно","friendly_name":"Пользовательское имя","ieee_address":"Адрес IEEE","input_clusters":"Кластеры ввода","interview_completed":"Запрос информации об устройстве завершен","last_seen":"Последние данные","lqi":"Качество сигнала","manufacturer":"Производитель","max_rep_interval":"макс. интервал отчетов","min_rep_change":"Мин. интервал отчетов при изменении","min_rep_interval":"Мин. интервал отчетов","model":"Модель","network_address":"Сетевой адрес","none":"Ничего","output_clusters":"Кластеры вывода","pic":"Рис.","power":"Мощность","power_level":"Уровень мощности","reconfigure":"Перенастроить","remove_device":"Удалить устройство","rename_device":"Переименовать устройство","select_attribute":"Выберите атрибут","select_cluster":"Выберите кластер","support_status":"Статус поддержки","unsupported":"Не поддерживается","update_Home_assistant_entity_id":"Обновить идентификатор объекта Home Assistant","zigbee_manufacturer":"Производитель Zigbee","zigbee_model":"Модель Zigbee"}}');
|
4894
4902
|
;// CONCATENATED MODULE: ./src/i18n/locales/ptbr.json
|
4895
4903
|
const locales_ptbr_namespaceObject = JSON.parse('{"common":{"action":"Ação","actions":"Ações","apply":"Aplicar","attribute":"Atributo","bind":"Vincular","check_all":"Verificar todos","clear":"Limpar","close":"Fechar","cluster":"Cluster","clusters":"Clusters","confirmation":"Confirmação","delete":"Deletar","destination":"Destino","devices":"Dispositivos","dialog_confirmation_prompt":"Tem certeza?","disable":"Desabilitar","enter_search_criteria":"Entre com critério de pesquisa","groups":"Grupos","loading":"Carregando...","none":"Nenhum","ok":"Ok","read":"Ler","save":"Salvar","select_device":"Selecionar dispositivo","select_endpoint":"Selecionar endpoint","source_endpoint":"Endpoint Origem","unbind":"Desvincular","write":"Escrever"},"devicePage":{"about":"Sobre","bind":"Vincular","clusters":"Clusters","dev_console":"Console desenvolvimento","exposes":"Expõe","reporting":"Comunicação","settings":"Configurações","settings_specific":"Configurações (Específicas)","state":"Estado","unknown_device":"Dispositivo desconhecido"},"exposes":{"action":"Ação","auto_off":"Auto desligar","away_mode":"Modo ausente","away_preset_days":"Dias ausentes predefinidos","away_preset_temperature":"Temperatura predefinida ausente","backlight_mode":"Modo de luz de fundo","battery":"Bateria","battery_low":"Bateria fraca","boost_time":"Tempo de impulso","brightness":"Brukhi","calibration":"Calibração","carbon_monoxide":"Monóxido de carbono","color_hs":"Cor (HS)","color_temp":"Temperatura cor","color_temp_startup":"Temperatura cor inicial","color_xy":"Cor (XY)","comfort_temperature":"Temperature de conforto","consumer_connected":"Consumidor conectado","consumer_overload":"Sobrecarga de consumidor","contact":"Contato","current":"Corrente","current_heating_setpoint":"Ponto de ajuste de aquecimento atual","eco_temperature":"Temperatura Eco","effect":"Efeito","energy":"Energia","force":"Força","humidity":"Umidade","illuminance":"Iluminância","illuminance_lux":"Iluminância Lux","led_disabled_night":"Led desativado noite","linkquality":"Qualidade do link","local_temperature":"Temperatura Local","local_temperature_calibration":"Calibração de temperatura local","max_temperature":"Temperatura Max","min_temperature":"Temperatura Min","motor_reversal":"Inversão do motor","moving":"Movendo","occupancy":"Ocupação","operation_mode":"Modo de operação","options":"Opções","position":"Posição","power":"Potência","power_on_behavior":"Comportamento ligado","power_outage_memory":"Memória de queda de energia","preset":"Predefinição","pressure":"Pressão","sensivity":"Sensibilidade","smoke":"Fumaça","state":"Estado","strength":"Força","system_mode":"Modo do Sistema","tamper":"Adulteração","temperature":"Temperatura","voltage":"Voltagem","water_leak":"Vazamento de água","week":"Semana"},"extensions":{"create_new_extension":"Criar nova extensão","extension_name_propmt":"Insira o nome da nova extensão","select_extension_to_edit":"Selecione a extensão para editar"},"featureNames":{"action":"Ação","angle_x":"Ângulo X","angle_y":"Ângulo Y","angle_z":"Ângulo Z","brightness":"Brilho","color_temp":"Temperatura Cor","color_xy":"Cor Xy","contact":"Contato","humidity":"Umidade","illuminance":"Iluminância","occupancy":"Ocupação","pressure":"Pressão","soil_moisture":"Umidade do Solo","state":"Estado","temperature":"Temperatura"},"groups":{"add_to_group":"Adicionar ao grupo","create_group":"Criar grupo","new_group_id":"ID do novo grupo","new_group_id_placeholder":"Especifique o ID do grupo caso necessário","new_group_name":"Nome do novo grupo","new_group_name_placeholder":"exemplo: minhas_luzes_quarto","remove_group":"Remover grupo"},"logs":{"empty_logs_message":"Não há logs para exibir","filter_by_text":"Filtrar por texto","show_only":"Apenas mostrar"},"map":{"help_coordinator_link_description":"Linhas sólidas são o link para o Coordenador","help_end_device_description":"Verde significa dispositivo de ponta (endpoint)","help_is_coordinator":"é o Coordenador","help_lqi_description":"A qualidade do link está entre 0 - 255 (Maior é melhor), valores com / representam tipos múltiplos de link","help_router_description":"Azul significa roteador (Router)","help_router_links_description":"Linhas pontilhadas são o link para os Roteadores","hide":"Clique em mim para esconder","load":"Carregar mapa","loading":"Dependendo do tamanho da sua rede, isso pode levar entre 10 segundos e 2 minutos."},"navbar":{"all":"Todos","dashboard":"Dashboard","devices":"Dispositivos","disable_join":"Desabilitar pareamento","extensions":"Extensões","groups":"Grupos","logs":"Logs","map":"Mapa","ota":"OTA","permit_join":"Permitir pareamento","restart":"Reiniciar","settings":"Configurações","toggle_dropdown":"Alternar dropdown","touchlink":"Touchlink"},"ota":{"check":"Verificar novas atualizações","check_all":"Verificar todos","empty_ota_message":"Você não possui dispositivos que suportam OTA","remaining_time":"Tempo restante {{- remaining}}","update":"Atualizar firmware de dispositivo"},"settings":{"about":"Sobre","advanced":"Avançado","blocklist":"Lista de bloqueio","coordinator_revision":"Revisão do Coordenador","coordinator_type":"Tipo de Coordenador","donate":"Doação","donation_text":["Olá, %username%, aqui você pode nos agradecer pelo nosso trabalho","Não hesite em nos dizer algumas palavras legais ;)"],"download_state":"Estado do Download","experimental":"Experimental","external_converters":"Conversores Externos","frontend":"Frontend","frontend_version":"Versão do Frontend","main":"Principal","mqtt":"MQTT","ota":"Atualizações OTA","passlist":"Lista de aprovação","raw":"Puro","restart_zigbee2mqtt":"Reiniciar Zigbee2MQTT","serial":"Serial","settings":"Configurações","tools":"Ferramentas","zigbee2mqtt_version":"Versão Zigbee2MQTT"},"settingsSchemaTranslations":{"root-title":"Serial","root__description":"Permitir que apenas alguns dispositivos entrem na rede (pelo ieeeAddr). Fique atento, todos os dispositivos que não estão na lista de aprovação serão removidos da rede!","root__title":"Lista de aprovação","root_availability_blacklist__title":"Lista negra de disponibilidade (descontinuada, use Lista de bloqueio de disponibilidade)","root_availability_blocklist__description":"Impedir que a disponibilidade dos dispositivos seja verificada","root_availability_blocklist__title":"Lista de bloqueio de disponibilidade ","root_availability_passlist__description":"Ative a verificação de disponibilidade apenas para determinados dispositivos","root_availability_passlist__title":"Lista de aprovação de disponibilidade","root_availability_whitelist__title":"Lista branca de disponibilidade (descontinuada, use Lista de aprovação de disponibilidade)","root_debounce_ignore__description":"Previne que valores únicos de payload das propriedades do payload especificadas sejam sobrescritas dentro do tempo de debounce","root_debounce_ignore__title":"Ignorar debounce","root_ext_pan_id__description":"Pan ID Zigbee estendido, mudar requer reparear todos os dispositivos!","root_ext_pan_id__title":"Pan ID estendido","root_filtered_attributes__description":"Permite evitar que certos atributos sejam publicados","root_filtered_attributes__title":"Atributos filtrdos","root_log_output__description":"Local de saída de log, deixe em branco para desativar o log","root_log_output__title":"Saída de Log","root_log_syslog-title":"syslog"},"touchlink":{"detected_devices_message":"Detectados {{count}} dispositivos touchlink.","rescan":"Escanear novamente","scan":"Escanear"},"values":{"clear":"Limpo","closed":"Fechado","occupied":"Ocupado","open":"Aberto","true":"Verdadeiro"},"zigbee":{"attribute":"Atributo","block_join":"Bloquear re-integração na rede","cluster":"Cluster","description":"Descrição","device_type":"Tipo de dispositivo","endpoint":"Endpoint","firmware_build_date":"Data de compilação de Firmware","firmware_version":"Versão de firmware","force_remove":"Forçar remoção","friendly_name":"Friendly name","ieee_address":"Endereço IEEE","input_clusters":"Clusters de entrada","interview_completed":"Pareamento completo","last_seen":"Última vez visto","lqi":"LQI","manufacturer":"Fabricante","max_rep_interval":"max intervalo rep","min_rep_change":"Min mudança rep","min_rep_interval":"Min intervalo rep","model":"Modelo","network_address":"Endereço de rede","output_clusters":"Clusters de saída","pic":"Pic","power":"Potência","reconfigure":"Reconfigurar","remove_device":"Remover dispositivo","rename_device":"Renomear dispositivo","select_attribute":"Select atributo","select_cluster":"Selecionar cluster","support_status":"Status de suporte","unsupported":"Não suportado","update_Home_assistant_entity_id":"Atualizar ID de entidade no Home Assistant","zigbee_model":"Modelo Zigbee"}}');
|
4896
4904
|
;// CONCATENATED MODULE: ./src/i18n/locales/es.json
|
4897
4905
|
const locales_es_namespaceObject = JSON.parse('{"common":{"action":"Acción","actions":"Acciones","apply":"Aplicar","attribute":"Atributo","bind":"Enlazar","check_all":"Comprobar todo","clear":"Limpiar","close":"Cerrar","cluster":"Cluster","clusters":"Clusters","the_only_endpoint":"El único endpoint","confirmation":"Mensaje de confirmación","delete":"Borrar","destination":"Destino","devices":"Dispositivos","dialog_confirmation_prompt":"¿Estas seguro?","disable":"Deshabilitar","enter_search_criteria":"Introduce el criterio de busqueda","groups":"Grupos","loading":"Cargando...","none":"Ninguno","ok":"Ok","read":"Leer","save":"Guardar","select_device":"Seleccionar dispositivo","select_endpoint":"Seleccionar endpoint","source_endpoint":"Endpoint de origen","unbind":"Desenlazar","write":"Escribir"},"devicePage":{"about":"Acerca de","bind":"Unir","clusters":"Clusters","dev_console":"Consola de Desarrollo","exposes":"Expone","reporting":"Reportando","settings":"Ajustes","settings_specific":"Ajustes (especificos)","state":"Estado","unknown_device":"Dispositivo desconocido"},"exposes":{"action":"Acción","auto_off":"Apagado automático","away_mode":"Modo ausente","away_preset_days":"Días preestablecidos ausentes","away_preset_temperature":"Temperatura prestablecida ausente","backlight_mode":"Modo luz de fondo","battery":"Batería","battery_low":"Batería baja","boost_time":"Tiempo de impulsión","brightness":"Brillo","calibration":"Calibración","carbon_monoxide":"Monóxido de carbono","color_hs":"Color (HS)","color_temp":"Temperatura de colore","color_temp_startup":"Temperatura de color de inicio","color_xy":"Color (XY)","comfort_temperature":"Temperatura de Comfort","consumer_connected":"Consumidor conectado","consumer_overload":"Sobrecarga del consumidorConsumer overload","contact":"Contacto","current":"Actual","current_heating_setpoint":"Punto de ajuste de calor","eco_temperature":"Temperatura Eco","effect":"Efecto","energy":"Energía","force":"Forzar","humidity":"Humedad","illuminance":"Iluminación","illuminance_lux":"Iluminación","led_disabled_night":"Led deshabilitado por la noche","linkquality":"Calidad de enlace","local_temperature":"Temperatura local","local_temperature_calibration":"Calibración de temperatura local","max_temperature":"Máxima temperatura","min_temperature":"Mínima temperatura","motor_reversal":"Inversión del motor","moving":"En movimiento","occupancy":"Ocupación","operation_mode":"Modo de operación","options":"Opciones","position":"Posición","power":"Potencia","power_on_behavior":"Comportamiento de encendido","power_outage_memory":"Memoria de corte de energía","preset":"Preestablecido","pressure":"Presión","sensivity":"Sensivity","smoke":"Humo","state":"Estado","strength":"Fuerza","system_mode":"Modo de sistema","tamper":"Manipulado","temperature":"Temperatura","voltage":"Voltaje","water_leak":"Fuga de agua","week":"Semana"},"extensions":{"create_new_extension":"Crear una nueva extensión","extension_name_propmt":"Introduce un nuevo nombre de extensión","select_extension_to_edit":"Selecciona la extensión para ediar"},"featureNames":{"action":"Acción","angle_x":"Ángulo X","angle_y":"Ángulo Y","angle_z":"Ángulo Z","brightness":"Brillo","color_temp":"Temperatura de color","color_xy":"Color Xy","contact":"Contacto","current":"Corriente","energy":"Energía","humidity":"Humedad","illuminance":"Iluminación","occupancy":"Ocupación","power":"Consumo","pressure":"Presión","smoke":"Humo","smoke_density":"Densidad del humo","soil_moisture":"Humedad del suelo","state":"Estado","tamper":"Manipulación","temperature":"Temperatura","voltage":"Voltaje","water_leak":"Fuga de agua"},"groups":{"add_to_group":"Añadir a un grupo","create_group":"Crear grupo","new_group_id":"Nuevo id de grupo","new_group_id_placeholder":"Especifica el id de grupo si es necesario","new_group_name":"Nuevo nombre de grupo ","new_group_name_placeholder":"ejemplo: luces_del_dormitorio","remove_group":"Eliminar grupo"},"logs":{"empty_logs_message":"No hay nada que mostrar","filter_by_text":"Filtrar por texto","show_only":"Mostar solo"},"map":{"help_coordinator_link_description":"Las líneas continuas son el enlace al Coordinador","help_end_device_description":"Verde significa dispositivo final","help_is_coordinator":"es el Coordinador","help_lqi_description":"La calidad del enlace está entre 0 - 255 (cuanto más alto mejor), valores con / representan multiples tipos de enlaces","help_router_description":"Azul significa Router","help_router_links_description":"Las líneas discontinuas son el enlace con los Routers","hide":"Haz clic para ocultar","load":"Cargar mapa","loading":"Dependiendo del tamaño de su red, puede tardar entre 10 segundos y 2 minutos."},"navbar":{"all":"Todos","dashboard":"Panel","devices":"Dispositivos","disable_join":"Deshabilitar el unirse","extensions":"Extensiones","groups":"Grupos","logs":"Registros","map":"Mapa","ota":"OTA","permit_join":"Permitir unirse","restart":"Reiniciar","settings":"Ajustes","toggle_dropdown":"Alternar desplegable","touchlink":"Touchlink"},"ota":{"check":"Comprobar actualizaciones","check_all":"Comprobar todo","empty_ota_message":"No tienes ningún dispositivo compatible con OTA","remaining_time":"Tiempo restante {{- remaining}}","update":"Actualizar el firmware del dispositivos"},"settings":{"about":"Acerca de","advanced":"Avanzado","blocklist":"Bloqueados","coordinator_revision":"Versión de Coordinador","coordinator_type":"Tipo de Coordinador","donate":"Donar","donation_text":["Hola, %username%, aquí puedes agradecernos por trabajar tan duro","No dudes en decir algo bueno también ;)"],"download_state":"Descargar estado","experimental":"Experimental","external_converters":"Convertidores externos","frontend":"Interfaz","frontend_version":"Versión de Interfaz","main":"Principal","mqtt":"MQTT","ota":"Actualizaciones OTA","passlist":"Lista de acceso","raw":"Raw","restart_zigbee2mqtt":"Reiniciar Zigbee2MQTT","serial":"Serie","settings":"Ajustes","tools":"Herramientas","translate":"Traducir","zigbee2mqtt_version":"Versión de Zigbee2MQTT"},"settingsSchemaTranslations":{"advanced-title":"Avanzado","advanced_availability_blacklist__title":"Lista negra de disponibilidad (en desuso, utilizar la lista de bloqueo)","advanced_availability_blocklist__description":"Evitar que se compruebe la disponibilidad de los dispositivos","advanced_availability_blocklist__title":"Lista de bloqueo","advanced_availability_passlist__description":"Solo habilite la verificación de disponibilidad para ciertos dispositivos","advanced_availability_passlist__title":"Lista de acceso","advanced_availability_whitelist__title":"Lista blanca de disponibilidad (en desuso, usar la lista de acceso)","advanced_ext_pan_id__description":"Zigbee extended PAN ID, !atención cambiarlo requiere emparejar todos los dispositivos¡","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Ubicación de salida del registro, dejalo vacío para suprimir el registro","advanced_log_output__title":"Salida del registro","advanced_log_syslog-title":"syslog","blocklist__description":"Bloquear dispositivos de la red (por su ieeeAddr)","blocklist__title":"Lista de bloqueo","experimental-title":"Experimental","external_converters__description":"Puedes establecer convertidores externos para por ejemplo añadir el soporte para un dispositivo Diy","external_converters__title":"Convertidores externos","frontend-title":"Interfaz","mqtt-title":"MQTT","ota-title":"Actualizaciones OTA","passlist__description":"Permitir unicamente a ciertos dispositivos unirse a la red (identificados por ieeeAddr). !Ten en cuenta que todos los dispositivos que no esten en la lista seran eliminados de la red¡","passlist__title":"Lista de comprobación","root-title":"Serie","root__description":"Permitir que solo ciertos dispositivos puedan unirse a la red, (por su ieeeAddr). Ten en cuenta que todos los dispositivos que no esten en la lista de acceso, se eliminaran.","root__title":"Lista de acceso","root_availability_blacklist__title":"Lista negra de disponibilidad (en desuso, utilizar la lista de bloqueo)","root_availability_blocklist__description":"Evitar que se compruebe la disponibilidad de los dispositivos","root_availability_blocklist__title":"Lista de bloqueo","root_availability_passlist__description":"Solo habilite la verificación de disponibilidad para ciertos dispositivos","root_availability_passlist__title":"Lista de acceso","root_availability_whitelist__title":"Lista blanca de disponibilidad (en desuso, usar la lista de acceso)","root_debounce_ignore__description":"Protects unique payload values of specified payload properties from overriding within debounce time","root_debounce_ignore__title":"Ignore debounce","root_ext_pan_id__description":"Zigbee extended PAN ID, !atención cambiarlo requiere emparejar todos los dispositivos¡","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Permite evitar la publicación de ciertos atributos","root_filtered_attributes__title":"Atributos filtrados","root_log_output__description":"Ubicación de salida del registros, dejalo vacío para eliminar el registro","root_log_output__title":"Salida del registro","root_log_syslog-title":"syslog","serial-title":"Serie"},"touchlink":{"detected_devices_message":"Detectados {{count}} dispositivos touchlink.","rescan":"Buscar de nuevo","scan":"Buscar"},"values":{"clear":"Limpio","closed":"Cerrado","false":"Falso","leaking":"Fuga","not_supported":"No soportado","null":"Nulo","occupied":"Ocupado","open":"Abierto","supported":"Soportado","tampered":"Manipulado","true":"Verdadero"},"zigbee":{"attribute":"Atributo","block_join":"Bloquear para no unirse de nuevo","cluster":"Cluster","description":"Descripción","device_type":"Tipo de dispositivo","endpoint":"Endpoint","firmware_build_date":"Fecha del Firmware","firmware_version":"Versión de Firmware","force_remove":"Forzar la eliminación","friendly_name":"Nombre amigable","ieee_address":"Dirección IEEE","input_clusters":"Clusters entrada","interview_completed":"Entrevista completa","last_seen":"Ultima vez visto","lqi":"LQI","manufacturer":"Fabricante","max_rep_interval":"Intervalo Max de replicación","min_rep_change":"Cambio Min replicación","min_rep_interval":"Intervalo Min de replicación","model":"Modelo","network_address":"Dirección de red","output_clusters":"Clusters de salida","pic":"Foto","power":"Potencia","reconfigure":"Reconfigurar","remove_device":"Eliminar dispositivo","rename_device":"Renombrar dispositivo","select_attribute":"Seleccionar atributo","select_cluster":"Seleccionar cluster","support_status":"Soportado","unsupported":"No soportado","update_Home_assistant_entity_id":"Actualizar el ID de entidad de Home Assistant","zigbee_manufacturer":"Fabricante Zigbee","zigbee_model":"Modelo Zigbee "}}');
|
4898
4906
|
;// CONCATENATED MODULE: ./src/i18n/locales/ua.json
|
4899
|
-
const locales_ua_namespaceObject = JSON.parse('{"common":{"action":"Дія","actions":"Дії","apply":"Застосувати","attribute":"Атрибут","bind":"Зв\'язати","check_all":"Відмітити все","clear":"Очистити","close":"Закрити","cluster":"Кластер","clusters":"Кластери","confirmation":"Запит підтвердження","delete":"Видалити","destination":"Ціль","devices":"Прилади","dialog_confirmation_prompt":"Ви впевнені?","disable":"Відключити","enter_search_criteria":"Введіть параметри пошуку","groups":"Групи","loading":"Завантажується...","none":"Ні","ok":"OK","read":"Читати","save":"Зберегти","select_device":"Виберіть прилад","select_endpoint":"Виберіть ціль","source_endpoint":"Початкова кінечна точка","the_only_endpoint":"Єдина ціль","unbind":"Відв\'язати","unknown":"Невідомо","write":"Записати"},"devicePage":{"about":"Про прилад","bind":"Зв\'язок","clusters":"Кластери","dev_console":"Консоль розробника","exposes":"Експонує","reporting":"Звіти","scene":"Сцени","settings":"Налаштування","settings_specific":"Налаштування (особливі)","state":"Стан","unknown_device":"Невідомий прилад"},"exposes":{"action":"Дія","auto_off":"Автовимкнення","away_mode":"Режим відсутності","away_preset_days":"Попередні налаштування днів відсутності","away_preset_temperature":"Попередні налаштування температури відсутності","backlight_mode":"Режим підсвітки","battery":"Заряд батареї","battery_low":"Низький заряд батареї","boost_time":"Час посиленної роботи","brightness":"Яскравість","calibration":"Калібрування","carbon_monoxide":"Чадний газ","co2":"Вуглекислий газ","color_hs":"Колір відтінок/насиченість","color_temp":"Колірна температура","color_temp_startup":"Колірна температура при старті","color_xy":"Колір (XY)","comfort_temperature":"Комфортна температура","consumer_connected":"Споживач підключений","consumer_overload":"Перевантаження споживача","contact":"Контакт","current":"Струм","current_heating_setpoint":"Поточне задане значення опалення","device_temperature":"Температура приладу","eco_temperature":"Економічна температура","effect":"Ефект","empty_exposes_definition":"Немає виставленнь","energy":"Енергія","force":"Примусово","humidity":"Вологість","illuminance":"Освітленість","illuminance_lux":"Освітленість люкс","led_disabled_night":"Нічний режим індикатора","linkquality":"Якість звя\'зку","local_temperature":"Місцева температура","local_temperature_calibration":"Калибрування місцевої температуры","max_temperature":"Макс. температура","min_temperature":"Мін. температура","motion":"Рух","motion_direction":"Напрямок руху","motion_speed":"Швидкість руху","motor_reversal":"Зворотній хід двигуна","moving":"Рух","occupancy":"Присутність","operation_mode":"Режим роботи","options":"Опції","position":"Позиція","power":"Живлення","power_on_behavior":"Поведінка при включені","power_outage_memory":"Пам\'ять після відключення єнергії","preset":"Пресет","presence":"Присутність","pressure":"Тиск","sensivity":"Чутливість","smoke":"Дим","state":"Стан","strength":"Сила","system_mode":"Системний режим","tamper":"Втручання","temperature":"Температура","voltage":"Напруга","water_leak":"Протікання","week":"Тиждень"},"extensions":{"create_new_extension":"Створити нове розширення","extension_name_propmt":"Введіть назву нового розширення","select_extension_to_edit":"Виберіть розширення для редагування"},"featureNames":{"action":"Дія","action_angle":"Кут дії","action_from_side":"Дія зі сторони","action_side":"Сторона дії","action_to_side":"Дія на сторону","alarm":"Тривога","angle_x":"Кут X","angle_y":"Кут Y","angle_z":"Кут Z","auto_lock":"Автоматичне блокування","away_mode":"Режим від\'їзду","brightness":"Яскравість","calibration_time":"Час калібрування","carbon_monoxide":"Чадний газ","child_lock":"Батьківський контроль","co2":"Вуглекислий газ","color_hs":"Колір Hs","color_temp":"Колірна температура","color_temp_startup":"Початкова колірна температура","color_xy":"Колір Xy","consumer_connected":"Споживач приєднаний","contact":"Контакт","current":"Струм","current_heating_setpoint":"Цільова температура нагріву","current_level_startup":"Встановлений рівень запуску","device_temperature":"Температура приладу","energy":"Енергія","humidity":"Вологість","illuminance":"Освітленість","level_config":"Конфігурація рівня","local_temperature":"Локальна температура","local_temperature_calibration":"Калібрування локальної температури","motion":"Рух","motion_direction":"Напрямок руху","motion_speed":"Швидкість руху","motor_speed":"Швидкість двигуна","moving":"Рух","occupancy":"Присутність","on_off_transition_time":"Увім./Вимк. час переходу","options":"Опції","position":"Положення","power":"Споживання енергії","presence":"Присутність","preset":"Пресети","pressure":"Тиск","smoke":"Дим","smoke_density":"Густина диму","soil_moisture":"Вологість грунту","state":"Стан","state_l1":"Стан L 1","state_l2":"Стан L 2","state_l3":"Стан L 3","state_l4":"Стан L 4","system_mode":"Режим системи","tamper":"Втручання","temperature":"Температура","valve_detection":"Виявлення клапана","voltage":"Напруга","water_leak":"Витік води","window_detection":"Виявлення вікна"},"featureDescriptions":{"Auto off after specific time.":"Автоматичне вимкнення протягом певного часу","Away mode":"Режим від\'їзду","Away preset days":"Пресети днів","Away preset temperature":"Пресети температур для режиму від\'їзду","Boost time":"Час прискорення","Brightness of this light":"Яскравість джерела світла","Calibrates the humidity value (absolute offset), takes into effect on next report of device.":"Калібрує значення вологості (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibrates the illuminance value (percentual offset), takes into effect on next report of device.":"Калібрує значення освітленності (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device.":"Калібрує значення освітленності в люксах (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibrates the pressure value (absolute offset), takes into effect on next report of device.":"Калібрує значення тиску (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibrates the temperature value (absolute offset), takes into effect on next report of device.":"Калібрує значення температури (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibration time":"Час калібрування","Color of this light expressed as hue/saturation":"Колір джерела світла переводитьсяя в віддтінок/насиченість","Color of this light in the CIE 1931 color space (x/y)":"Колір лампи в кольоровому просторі CIE 1931 (x/y)","Color temperature after cold power on of this light":"Кольорова температура після вимкнення електроенергії","Color temperature of this light":"Кольорова температура джерела світла","Comfort temperature":"Комфортна температура","Controls the behaviour when the device is powered on":"Контролює поведінку при ввімкнені приладу","Current temperature measured on the device":"Поточна температура, виміряна приладом","Decoupled mode for center button":"Відокремлений режим для центральної кнопки","Decoupled mode for left button":"Відокремлений режим для лівої кнопки","Decoupled mode for right button":"Відокремлений режим для правої кнопки","Direction of movement from the point of view of the radar":"Вказує напрямок руху з точки зору радару","Eco temperature":"Еко температура","Enable/disable auto lock":"Увім./вимк. автоматичне блокування","Enable/disable away mode":"Увім./вимк. режим від\'їзду","Enables/disables physical input on the device":"Увімк./вимк. фізичне введення на приладі","Enables/disables window detection on the device":"Увімк./вимк. виявлення вікон на приладі","Enabling prevents both relais being on at the same time":"Увімкнення запобігає одночасному включенню обох реле","Force the valve position":"Форсувати положення клапана","Indicates if CO (carbon monoxide) is detected":"Виявлення СО (окис вуглецю)","Indicates if the battery of this device is almost empty":"Батарея приладу майже розряджена","Indicates if the contact is closed (= true) or open (= false)":"Стан контакту замкнутий (= true) чи розімкнений (= false)","Indicates whether the device detected a water leak":"Виявлення протікання води","Indicates whether the device detected occupancy":"Виявлення приладом присутності","Indicates whether the device detected presence":"Виявлення приладом присутності","Indicates whether the device detected smoke":"Виявлення приладом диму","Indicates whether the device is tampered":"Втручання в роботу приладу","Instantaneous measured electrical current":"Миттєве значення сили струму","Instantaneous measured power":"Миттєве виміряне значення потужності","Link quality (signal strength)":"Якість зв\'язку (сила сигналу)","Maximum temperature":"Максимальна температура","Measured electrical potential value":"Виміряне значення напруги","Measured illuminance in lux":"Виміряне значення освітленості в люксах","Measured relative humidity":"Виміряне значення вологості","Measured temperature value":"Виміряне значення температури","Minimum temperature":"Мінімальна температура","Mode of this device":"Режим даного приладу","Mode of this device (similar to system_mode)":"Режим даного приладу (подібний до Системного режиму)","Moving inside the range of the sensor":"Виявлення переміщення в межах діапазону датчика","Motor speed":"Швидкість двигуна","Number of digits after decimal point for humidity, takes into effect on next report of device.":"Кількість знаків після коми для вологості, вступає в силу при наступному звіті приладу.","Number of digits after decimal point for illuminance, takes into effect on next report of device.":"Кількість знаків після коми для освітленності, вступає в силу при наступному звіті приладу.","Number of digits after decimal point for illuminance_lux, takes into effect on next report of device.":"Кількість знаків після коми для освітленності в люксах, вступає в силу при наступному звіті приладу.","Number of digits after decimal point for pressure, takes into effect on next report of device.":"Кількість знаків після коми для тиску, вступає в силу при наступному звіті приладу.","Number of digits after decimal point for temperature, takes into effect on next report of device.":"Кількість знаків після коми для температури, вступає в силу при наступному звіті приладу.","Offset to be used in the local_temperature":"Здвиг для локальної температури","On/off state of the switch":"Увім./вимк. положення перемикача","On/off state of this light":"Увім./вимк. джерело освітлення","Position":"Позиція","Position of this cover":"Позиція штори (занавіски)","Presets for sensivity for presence and movement":"Пресети для чутливості присутності та руху","Raw measured illuminance":"Не оброблене виміряне значення освітленності","Recover state after power outage":"Відновити стан після вимкнення живлення","Remaining battery in %":"Залишок батареї у відсотках","Sends a message the last time occupancy was detected. When setting this for example to [10, 60] a `{\\"no_occupancy_since\\": 10}` will be send after 10 seconds and a `{\\"no_occupancy_since\\": 60}` after 60 seconds.":"Надсилає повідомлення, коли востаннє було виявлено присутність. Якщо встановити, наприклад, значення [10, 60], `{\\"no_occupancy_since\\": 10}` буде надіслано через 10 секунд, а `{\\"no_occupancy_since\\": 60}` через 60 секунд.","Sensitivity of the radar":"Чутливість радара","Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).":"Встановіть значення false, щоб вимкнути стару інтеграцію (рекомендовано), це змінить структуру опублікованого корисного навантаження (за замовчуванням true).","Side of the cube":"Сторона куба","Speed of movement":"Швидкість руху","Sum of consumed energy":"Сума витраченої енергії","Temperature setpoint":"Задана температура","The measured atmospheric pressure":"Виміряне значення атмосферного тиску","Time in seconds after which occupancy is cleared after detecting it (default 90 seconds).":"Час у секундах, після якого присутність скидається після її виявлення (за замовчуванням 90 секунд).","Triggered action (e.g. a button click)":"Виклик дії (наприклад натискання кнопки)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Створює еффект на світло (наприклад, змушує світло блимати протягом децількох хвилин)","Voltage of the battery in millivolts":"Напруга батареї в мілівольтах","Week format user for schedule":"Тижневий формат користувач для планування"},"groups":{"add_to_group":"Додати в групу","create_group":"Створити групу","group_id":"Ідентифікатор групи","group_name":"Назва групи","group_members":"Члени групи","group_scenes":"Групові сцени","new_group_id":"Новий ідентифікатор групи","new_group_id_placeholder":"Вкажіть ідентификатор групи, якщо необхідно","new_group_name":"Назва нової групи","new_group_name_placeholder":"Приклад: my_bedroom_lights","remove_group":"Видалити групу"},"logs":{"empty_logs_message":"Немає інформації для відображення","filter_by_text":"Фільтрувати за текстом","show_only":"Показати тільки"},"map":{"help_coordinator_link_description":" Суцільні лінії - звязок з Координатором","help_end_device_description":" Зелений - Кінцевий пристрій","help_is_coordinator":" - Координатор","help_lqi_description":" Якість звя\'зку в діапазоні 0 - 255 (більше - краще). Значення через дріб позначають декілька типів з\'єднань","help_router_description":" Блакитний - Роутер","help_router_links_description":" Пунктирні лінії - звязок з Роутерами","hide":" Натисніть, щоб приховати цей текст","load":"Завантажити мапу","loading":"В залежності від розміру Вашої мережі, це може тривати від 10 секунд до 2 хвилин."},"navbar":{"all":"Всі","dashboard":"Панель приладів","devices":"Прилади","disable_join":"Заборонити приєднання","extensions":"Розширення","groups":"Групи","logs":"Журнали","map":"Мапа","ota":"OTA","permit_join":"Дозволити приєднання","restart":"Перезавантажити","settings":"Налаштування","toggle_dropdown":"Перемкнути випадаючий список","touchlink":"Touchlink"},"ota":{"check":"Перевірити на наявність нових оновлень","check_all":"Перевірити все","empty_ota_message":"У Вас немає приладів, що підтримують оновлення через повітря (OTA)","remaining_time":"Часу залишилось {{- remaining}}","update":"Оновити прошивку приладу"},"scene":{"add":"Додати","recall":"Викликати","remove":"Видалити","remove_all":"Видалити все","scene_id":"Ідентифікатор сцени","scene_name":"Назва сцени","select_scene":"Вибір сцени","store":"Зберегти"},"settings":{"about":"Про програму","advanced":"Розширені","availability":"Доступність","blocklist":"Список заборон","coordinator_revision":"Версія координатора","coordinator_type":"Тип координатора","donate":"Пожертвувати","donation_text":["Вітаю, %username%! Тут ви можете подякувати нам за нашу виконану роботу","Не соромтесь додати приємні побажання в коментарях ;)"],"download_state":"Завантажити стан","experimental":"Експерементальні","external_converters":"Зовнішні конвертори","frontend":"Інтерфейс","frontend_version":"Версія веб інтерфейсу","main":"Головні","mqtt":"MQTT","ota":"OTA","passlist":"Список дозволів","raw":"Вихідні дані","restart_zigbee2mqtt":"Перезавантажити Zigbee2MQTT","serial":"Serial-порт","settings":"Налаштування","tools":"Інструменти","translate":"Переклад","zigbee2mqtt_version":"Версія Zigbee2MQTT"},"settingsSchemaTranslations":{"advanced-title":"Розширені налаштування","advanced_availability_blacklist__title":"Список заборон доступності (застаріло, використовуйте список доступних_блоків)","advanced_availability_blocklist__description":"Запобігання перевірки наявності приладів","advanced_availability_blocklist__title":"Доступність списку заборон","advanced_availability_passlist__description":"Увімкнути перевірку доступності тільки для певних приладів","advanced_availability_passlist__title":"Доступність списку дозволів","advanced_availability_whitelist__title":"Білий список доступності (застаріло, використовуйте список доступу)","advanced_ext_pan_id__description":"Розширений ідентифікатор панорами Zigbee, зміна вимагає нового приєднання всіх приладів!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Вихідне місце журналу, залиште порожнім, щоб вимкнути ведення журналу","advanced_log_output__title":"Виведення журналу","advanced_log_syslog-title":"Системний журнал","blocklist__description":"Блокування приладів із мережі (за допомогою ieeeAddr)","blocklist__title":"Список заборон","experimental-title":"Експериментальні налаштування","external_converters__description":"Ви можете визначити зовнішні конвертори, наприклад додайте підтримку приладу DiY","external_converters__title":"Зовнішні конвертори","frontend-title":"WEB-Інтерфейс","mqtt-title":"MQTT налаштування","ota-title":"OTA. Оновлення через повітря","passlist__description":"Дозволити тільки певним приладам підключатися до мережі (за допомогою ieeeAddr). Зверніть увагу, що всі прилади, які не є у списку доступу, будуть вилучені з мережі!","passlist__title":"Список дозволів","root__description":"Дозволяти під\'єднуватись до мережі тільки визначеним приладам (перевірка по ieeeAddr). Зверніть увагу, що всі прилади, не включені в список, будуть видалені з мережі!","root_availability_blacklist__title":"Список заборон перевірки доступності (застаріло, використовуйте availability_blocklist)","root_availability_blocklist__description":"Вилучити прилад із списку заборон перевірки на доступність","root_availability_blocklist__title":"Список заборон перевірки доступності","root_availability_passlist__description":"Ввімкнути перевірку доступності тільки для визначених приладів","root_availability_passlist__title":"Список дозволів перевірки доступності","root_availability_whitelist__title":"Список дозволів перевірки доступності (застаріло, використовуйте passlist)","root_debounce_ignore__description":"Дозволяє публікувати вказані атрибути без використання затримки фільтрації пакетів, що повторюються","root_debounce_ignore__title":"Ігнорувати фільтр пакетів, що повторюються","root_ext_pan_id__description":"Розширений ідентифікатор мережі Zigbee. Зміни вимагають повторного підключення всіх приладів!","root_ext_pan_id__title":"Розш. ідентифікатор мережі (Ext Pan ID)","root_filtered_attributes__description":"Дозволяє відключити публікацію вказаних атрибутів","root_filtered_attributes__title":"Фільтр атрибутів","root_filtered_optimistic__description":"Фільтрувати атрибути з оптимістичного корисного навантаження для публікації під час виклику /встановлення. (Це не впливає, якщо для параметра optimistic встановлено значення false).","root_filtered_optimistic__title":"Відфільтровані оптимістичні атрибути","root_log_output__description":"Папка, в якій будуть формуватися файли журналів. Залиште поле пустим для відключення файлів журналів.","root_log_output__title":"Папка для журналів","root_log_syslog-title":"Системний журнал","root-title":"Serial","root__title":"Passlist","serial-title":"Послідовний інтерфейс"},"touchlink":{"detected_devices_message":"Знайдено прилад, що підтримує швидке приєднання (touchlink): {{count}}.","rescan":"Повторити пошук","scan":"Пошук"},"values":{"clear":"не виявлено","closed":"закрито","empty_string":"порожній рядок","false":"ні","leaking":"витік","not_supported":"не підтримується","null":"нуль","occupied":"виявлено","open":"відкрито","supported":"підтримується","tampered":"зламано","true":"так"},"zigbee":{"actions":"Дії","attribute":"Атрибут","battery":"Батарея","block_join":"Блокувати подальші спроби приєднання","cluster":"Кластер","dc_source":"Джерело постійного струму","description":"Опис","device":"Прилад","device_type":"Тип приладу","endpoint":"Кінцева точка","firmware_build_date":"Дата створення прошивки","firmware_version":"Версія прошивки","force_remove":"Видалити примусово","friendly_name":"Дружня назва","ieee_address":"Адреса IEEE","input_clusters":"Кластери вводу","interview_completed":"Запит інформації про прилад закінчено","interview_failed":"Невдалий запит інформації про прилад","interviewing":"Запит інформації...","last_seen":"Останні дані","lqi":"LQI","mains_single_phase":"Мережа (однофазна)","manufacturer":"Виробник","max_rep_interval":"Макс.інт-л.звітів","min_rep_change":"Мін.інт-л.змін","min_rep_interval":"Мін.інт-л.звітів","model":"Модель","network_address":"Мережева адреса","none":"Нічого","output_clusters":"Кластери виводу","pic":"Мал.","power":"Живлення","power_level":"Рівень заряду","reconfigure":"Переналаштувати","remove_device":"Видалити прилад","rename_device":"Змінити назву приладу","select_attribute":"Виберіть атрибут","select_cluster":"Виберіть кластер","support_status":"Статус підтримки","unsupported":"Не підтримується","updating_firmware":"Прошивка оновлюється","update_Home_assistant_entity_id":"Оновити ідентифікатор об\'єкту Home Assistant","zigbee_manufacturer":"Виробник Zigbee","zigbee_model":"Модель Zigbee"}}');
|
4907
|
+
const locales_ua_namespaceObject = JSON.parse('{"common":{"action":"Дія","actions":"Дії","apply":"Застосувати","attribute":"Атрибут","bind":"Зв\'язати","check_all":"Відмітити все","clear":"Очистити","close":"Закрити","cluster":"Кластер","clusters":"Кластери","confirmation":"Запит підтвердження","delete":"Видалити","destination":"Ціль","devices":"Прилади","dialog_confirmation_prompt":"Ви впевнені?","disable":"Відключити","enter_search_criteria":"Введіть параметри пошуку","groups":"Групи","loading":"Завантажується...","none":"Ні","ok":"OK","read":"Читати","save":"Зберегти","select_device":"Виберіть прилад","select_endpoint":"Виберіть ціль","source_endpoint":"Початкова кінечна точка","the_only_endpoint":"Єдина ціль","unbind":"Відв\'язати","unknown":"Невідомо","write":"Записати"},"devicePage":{"about":"Про прилад","bind":"Зв\'язок","clusters":"Кластери","dev_console":"Консоль розробника","exposes":"Експонує","reporting":"Звіти","scene":"Сцени","settings":"Налаштування","settings_specific":"Налаштування (особливі)","state":"Стан","unknown_device":"Невідомий прилад"},"exposes":{"action":"Дія","auto_off":"Автовимкнення","away_mode":"Режим від\'їзду","away_preset_days":"Пресети днів від\'їзду","away_preset_temperature":"Пресети температури від\'їзду","backlight_mode":"Режим підсвітки","battery":"Заряд батареї","battery_low":"Низький заряд батареї","boost_time":"Час прискорення","brightness":"Яскравість","calibration":"Калібрування","carbon_monoxide":"Чадний газ","co2":"Вуглекислий газ","color_hs":"Колір відтінок/насиченість","color_temp":"Кольорова температура","color_temp_startup":"Кольорова температура при старті","color_xy":"Колір (XY)","comfort_temperature":"Комфортна температура","consumer_connected":"Споживач підключений","consumer_overload":"Споживача перевантажений","contact":"Контакт","current":"Струм","current_heating_setpoint":"Встановлене значення опалення","device_temperature":"Температура приладу","eco_temperature":"Економічна температура","effect":"Ефект","empty_exposes_definition":"Немає виставленнь","energy":"Енергія","force":"Примусово","humidity":"Вологість","illuminance":"Освітленість","illuminance_lux":"Освітленість люкс","led_disabled_night":"Нічний режим індикатора","linkquality":"Якість звя\'зку","local_temperature":"Місцева температура","local_temperature_calibration":"Калибрування місцевої температуры","max_temperature":"Макс. температура","min_temperature":"Мін. температура","motion":"Рух","motion_direction":"Напрямок руху","motion_speed":"Швидкість руху","motor_reversal":"Зворотній хід двигуна","moving":"Рух","occupancy":"Присутність","operation_mode":"Режим роботи","options":"Опції","position":"Позиція","power":"Живлення","power_on_behavior":"Поведінка при ввімкнені","power_outage_memory":"Пам\'ять після вимкнення єнергії","preset":"Пресет","presence":"Присутність","pressure":"Тиск","sensivity":"Чутливість","smoke":"Дим","state":"Стан","strength":"Сила","system_mode":"Системний режим","tamper":"Втручання","temperature":"Температура","voltage":"Напруга","water_leak":"Протікання","week":"Тиждень"},"extensions":{"create_new_extension":"Створити нове розширення","extension_name_propmt":"Введіть назву нового розширення","select_extension_to_edit":"Виберіть розширення для редагування"},"featureNames":{"action":"Дія","action_angle":"Кут дії","action_from_side":"Дія зі сторони","action_side":"Сторона дії","action_to_side":"Дія в сторону","alarm":"Тривога","angle_x":"Кут X","angle_y":"Кут Y","angle_z":"Кут Z","auto_lock":"Автоматичне блокування","away_mode":"Режим від\'їзду","brightness":"Яскравість","calibration_time":"Час калібрування","carbon_monoxide":"Чадний газ","child_lock":"Блокування від дітей","co2":"Вуглекислий газ","color_hs":"Колір відтінок/насиченість","color_temp":"Кольорова температура","color_temp_startup":"Кольорова темппратура при старті","color_xy":"Колір Xy","consumer_connected":"Споживач приєднаний","contact":"Контакт","current":"Струм","current_heating_setpoint":"Цільова температура нагріву","current_level_startup":"Встановлений рівень запуску","device_temperature":"Температура приладу","energy":"Енергія","holidays_schedule":"Святкові","humidity":"Вологість","illuminance":"Освітленість","level_config":"Конфігурація рівня","local_temperature":"Локальна температура","local_temperature_calibration":"Калібрування локальної температури","motion":"Рух","motion_direction":"Напрямок руху","motion_speed":"Швидкість руху","motor_speed":"Швидкість двигуна","moving":"Рух","occupancy":"Присутність","on_off_transition_time":"Увім./Вимк. час переходу","options":"Опції","position":"Положення","power":"Споживання енергії","presence":"Присутність","preset":"Пресети","programming_mode":"Режим прог.","program_weekday":"Програма буденних днів","program_saturday":"Програма суботи","program_sunday":"Програма неділі","pressure":"Тиск","smoke":"Дим","smoke_density":"Густина диму","soil_moisture":"Вологість грунту","state":"Стан","state_l1":"Стан L 1","state_l2":"Стан L 2","state_l3":"Стан L 3","state_l4":"Стан L 4","system_mode":"Режим системи","tamper":"Втручання","temperature":"Температура","valve_detection":"Виявлення клапана","vibration":"Вібрація","voltage":"Напруга","water_leak":"Витік води","week":"Тиждень","window_detection":"Виявлення вікна","window":"Вікно","workdays_schedule":"Робочі"},"featureDescriptions":{"Auto off after specific time.":"Автоматичне вимкнення протягом певного часу","Away mode":"Режим від\'їзду","Away preset days":"Пресети днів від\'їзду","Away preset temperature":"Пресети температур від\'їзду","Boost Heating: press and hold \\"+\\" for 3 seconds, the device will enter the boost heating mode, and the ▷╵◁ will flash. The countdown will be displayed in the APP":"Прискорення нагріву: натисніть і утримуйте \\"+\\" протягом 3-х секунд, клапан перейде в режим прискорення нагріву, а позначка ▷╵◁ почне блимати. Підрахунок буде відображатися в додатку ","Boost time":"Час прискорення","Boost Time Setting 100 sec - 900 sec, (default = 300 sec)":"Налаштування часу прискорення 100 сек - 900 сек, (за замовчуванням = 300 сек)","Brightness of this light":"Яскравість джерела світла","Calibrates the humidity value (absolute offset), takes into effect on next report of device.":"Калібрує значення вологості (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibrates the illuminance value (percentual offset), takes into effect on next report of device.":"Калібрує значення освітленності (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibrates the illuminance_lux value (percentual offset), takes into effect on next report of device.":"Калібрує значення освітленності в люксах (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibrates the pressure value (absolute offset), takes into effect on next report of device.":"Калібрує значення тиску (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibrates the temperature value (absolute offset), takes into effect on next report of device.":"Калібрує значення температури (абсолютне зміщення), вступає в силу при наступному звіті приладу.","Calibration time":"Час калібрування","Color of this light expressed as hue/saturation":"Колір джерела світла переводиться в віддтінок/насиченість","Color of this light in the CIE 1931 color space (x/y)":"Колір лампи в кольоровому просторі CIE 1931 (x/y)","Color temperature after cold power on of this light":"Кольорова температура після вимкнення електроенергії","Color temperature of this light":"Кольорова температура джерела світла","Comfort temperature":"Комфортна температура","Controls the behaviour when the device is powered on":"Контролює поведінку при ввімкнені приладу","Current temperature measured on the device":"Поточна температура, виміряна приладом","Countdown in minutes":"Зворотній відлік у хвилинах","Decoupled mode for center button":"Відокремлений режим для центральної кнопки","Decoupled mode for left button":"Відокремлений режим для лівої кнопки","Decoupled mode for right button":"Відокремлений режим для правої кнопки","Direction of movement from the point of view of the radar":"Вказує напрямок руху з точки зору радару","ECO mode (energy saving mode)":"Режим ECO (режим енергозбереження)","Eco temperature":"Еко температура","Enable/disable auto lock":"Увім./вимк. автоматичне блокування","Enable/disable away mode":"Увім./вимк. режим від\'їзду","Enables/disables physical input on the device":"Увімк./вимк. фізичне введення на приладі","Enables/disables window detection on the device":"Увімк./вимк. виявлення вікон на приладі","Enabling prevents both relais being on at the same time":"Увімкнення запобігає одночасному ввімкненню обох реле","Force the valve position":"Прискорити положення клапана","Indicates if CO (carbon monoxide) is detected":"Виявлення СО (окису вуглецю)","Indicates if the battery of this device is almost empty":"Батарея приладу майже розряджена","Indicates if the contact is closed (= true) or open (= false)":"Стан контакту замкнутий (= true) чи розімкнений (= false)","Indicates whether the device detected a water leak":"Виявлення протікання води","Indicates whether the device detected occupancy":"Виявлення приладом присутності","Indicates whether the device detected presence":"Виявлення приладом присутності","Indicates whether the device detected smoke":"Виявлення приладом диму","Indicates whether the device is tampered":"Втручання в роботу приладу","Indicates whether the device detected vibration":"Виявлення приладом вібрації","Instantaneous measured electrical current":"Миттєве значення сили струму","Instantaneous measured power":"Миттєве виміряне значення потужності","Link quality (signal strength)":"Якість зв\'язку (сила сигналу)","Maximum temperature":"Максимальна температура","Measured electrical potential value":"Виміряне значення напруги","Measured illuminance in lux":"Виміряне значення освітленості в люксах","Measured relative humidity":"Виміряне значення вологості","Measured temperature value":"Виміряне значення температури","Minimum temperature":"Мінімальна температура","Mode of this device":"Режим приладу","Mode of this device (similar to system_mode)":"Режим приладу (подібний до Системного режиму)","Moving inside the range of the sensor":"Виявлення переміщення в межах діапазону датчика","Motor speed":"Швидкість двигуна","Number of digits after decimal point for humidity, takes into effect on next report of device.":"Кількість знаків після коми для вологості, вступає в силу при наступному звіті приладу.","Number of digits after decimal point for illuminance, takes into effect on next report of device.":"Кількість знаків після коми для освітленності, вступає в силу при наступному звіті приладу.","Number of digits after decimal point for illuminance_lux, takes into effect on next report of device.":"Кількість знаків після коми для освітленності в люксах, вступає в силу при наступному звіті приладу.","Number of digits after decimal point for pressure, takes into effect on next report of device.":"Кількість знаків після коми для тиску, вступає в силу при наступному звіті приладу.","Number of digits after decimal point for temperature, takes into effect on next report of device.":"Кількість знаків після коми для температури, вступає в силу при наступному звіті приладу.","Offset to be used in the local_temperature":"Здвиг для локальної температури","On/off state of the switch":"Увім./вимк. положення перемикача","On/off state of this light":"Увім./вимк. джерело освітлення","Position":"Позиція","Position of this cover":"Позиція штори (занавіски)","Presets for sensivity for presence and movement":"Пресети для чутливості присутності та руху","PROGRAMMING MODE ⏱ - In this mode, the device executes a preset week programming temperature time and temperature. ":"РЕЖИМ ПРОГРАМУВАННЯ ⏱ - У цьому режимі клапан використовує заздалегідь визначений розклад годин і температури на тиждень.","Raw measured illuminance":"Не оброблене виміряне значення освітленності","Recover state after power outage":"Відновити стан після вимкнення живлення","Remaining battery in %":"Залишок батареї у відсотках","Sends a message the last time occupancy was detected. When setting this for example to [10, 60] a `{\\"no_occupancy_since\\": 10}` will be send after 10 seconds and a `{\\"no_occupancy_since\\": 60}` after 60 seconds.":"Надсилає повідомлення, коли востаннє було виявлено присутність. Якщо встановити, наприклад, значення [10, 60], `{\\"no_occupancy_since\\": 10}` буде надіслано через 10 секунд, а `{\\"no_occupancy_since\\": 60}` через 60 секунд.","Sensitivity of the radar":"Чутливість радара","Set to false to disable the legacy integration (highly recommended), will change structure of the published payload (default true).":"Встановіть значення false, щоб вимкнути стару інтеграцію (рекомендовано), це змінить структуру опублікованого корисного навантаження (за замовчуванням true).","Side of the cube":"Сторона куба","Schedule MODE ⏱ - In this mode, the device executes a preset week programming temperature time and temperature.":"РЕЖИМ розкладу ⏱ - У цьому режимі прилад виконує задане тижневе програмування температури та часу температури.","Speed of movement":"Швидкість руху","Sum of consumed energy":"Сума витраченої енергії","Temperature setpoint":"Задана температура","The measured atmospheric pressure":"Виміряне значення атмосферного тиску","Time in seconds after which occupancy is cleared after detecting it (default 90 seconds).":"Час у секундах, після якого присутність скидається після її виявлення (за замовчуванням 90 секунд).","Time in seconds after which vibration is cleared after detecting it (default 90 seconds).":"Час у секундах, після якого вібрація скидається після її виявлення (за замовчуванням 90 секунд).","Triggered action (e.g. a button click)":"Виклик дії (наприклад натискання кнопки)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Створює еффект на світло (наприклад, змушує світло блимати протягом децількох хвилин)","Voltage of the battery in millivolts":"Напруга батареї в мілівольтах","Week format user for schedule":"Тижневий формат користувача для планування","Window status closed or open ":"Стан вікна закрите або відкрити"},"groups":{"add_to_group":"Додати в групу","create_group":"Створити групу","group_id":"Ідентифікатор групи","group_name":"Назва групи","group_members":"Члени групи","group_scenes":"Групові сцени","new_group_id":"Новий ідентифікатор групи","new_group_id_placeholder":"Вкажіть ідентификатор групи, якщо необхідно","new_group_name":"Назва нової групи","new_group_name_placeholder":"Приклад: my_bedroom_lights","remove_group":"Видалити групу"},"logs":{"empty_logs_message":"Немає інформації для відображення","filter_by_text":"Фільтрувати за текстом","show_only":"Показати тільки"},"map":{"help_coordinator_link_description":" Суцільні лінії - звязок з Координатором","help_end_device_description":" Зелений - Кінцевий пристрій","help_is_coordinator":" - Координатор","help_lqi_description":" Якість звя\'зку в діапазоні 0 - 255 (більше - краще). Значення через дріб позначають декілька типів з\'єднань","help_router_description":" Блакитний - Роутер","help_router_links_description":" Пунктирні лінії - звязок з Роутерами","hide":" Натисніть, щоб приховати цей текст","load":"Завантажити мапу","loading":"В залежності від розміру Вашої мережі, це може тривати від 10 секунд до 2 хвилин."},"navbar":{"all":"Всі","dashboard":"Панель приладів","devices":"Прилади","disable_join":"Заборонити приєднання","extensions":"Розширення","groups":"Групи","logs":"Журнали","map":"Мапа","ota":"OTA","permit_join":"Дозволити приєднання","restart":"Перезавантажити","settings":"Налаштування","toggle_dropdown":"Перемкнути випадаючий список","touchlink":"Touchlink"},"ota":{"check":"Перевірити на наявність нових оновлень","check_all":"Перевірити все","empty_ota_message":"У Вас немає приладів, що підтримують оновлення через повітря (OTA)","remaining_time":"Часу залишилось {{- remaining}}","update":"Оновити прошивку приладу"},"scene":{"add":"Додати","recall":"Викликати","remove":"Видалити","remove_all":"Видалити все","scene_id":"Ідентифікатор сцени","scene_name":"Назва сцени","select_scene":"Вибір сцени","store":"Зберегти"},"settings":{"about":"Про програму","advanced":"Розширені","availability":"Доступність","blocklist":"Список заборон","coordinator_revision":"Версія координатора","coordinator_type":"Тип координатора","donate":"Пожертвувати","donation_text":["Вітаю, %username%! Тут ви можете подякувати нам за нашу виконану роботу","Не соромтесь додати приємні побажання в коментарях ;)"],"download_state":"Завантажити стан","experimental":"Експерементальні","external_converters":"Зовнішні конвертори","frontend":"Інтерфейс","frontend_version":"Версія веб інтерфейсу","main":"Головні","mqtt":"MQTT","ota":"OTA","passlist":"Список дозволів","raw":"Вихідні дані","restart_zigbee2mqtt":"Перезавантажити Zigbee2MQTT","serial":"Serial-порт","settings":"Налаштування","stats":"Статистика","tools":"Інструменти","translate":"Переклад","zigbee2mqtt_version":"Версія Zigbee2MQTT"},"settingsSchemaTranslations":{"advanced-title":"Розширені налаштування","advanced_availability_blacklist__title":"Список заборон доступності (застаріло, використовуйте список доступних_блоків)","advanced_availability_blocklist__description":"Запобігання перевірки наявності приладів","advanced_availability_blocklist__title":"Доступність списку заборон","advanced_availability_passlist__description":"Увімкнути перевірку доступності тільки для певних приладів","advanced_availability_passlist__title":"Доступність списку дозволів","advanced_availability_whitelist__title":"Білий список доступності (застаріло, використовуйте список доступу)","advanced_ext_pan_id__description":"Розширений ідентифікатор панорами Zigbee, зміна вимагає повторного підключення всіх приладів!","advanced_ext_pan_id__title":"Розш. ідентифікатор мережі (Ext Pan ID)","advanced_log_output__description":"Вихідне місце журналу, залиште порожнім, щоб вимкнути ведення журналу","advanced_log_output__title":"Виведення журналу","advanced_log_syslog-title":"Системний журнал","blocklist__description":"Блокування приладів із мережі (за допомогою ieeeAddr)","blocklist__title":"Список заборон","experimental-title":"Експериментальні налаштування","external_converters__description":"Ви можете визначити зовнішні конвертори, наприклад додайте підтримку приладу DiY","external_converters__title":"Зовнішні конвертори","frontend-title":"WEB-Інтерфейс","mqtt-title":"MQTT налаштування","ota-title":"OTA (Оновлення через повітря)","passlist__description":"Дозволити тільки визначеним приладам підключатися до мережі (за допомогою ieeeAddr). Зверніть увагу, що всі прилади, які не є у списку доступу, будуть вилучені з мережі!","passlist__title":"Список дозволів","root__description":"Дозволити під\'єднуватись до мережі тільки визначеним приладам (перевірка по ieeeAddr). Зверніть увагу, що всі прилади, не включені в список, будуть видалені з мережі!","root_availability_blacklist__title":"Список заборон перевірки доступності (застаріло, використовуйте availability_blocklist)","root_availability_blocklist__description":"Вилучити прилад із списку заборон перевірки на доступність","root_availability_blocklist__title":"Список заборон перевірки доступності","root_availability_passlist__description":"Ввімкнути перевірку доступності тільки для визначених приладів","root_availability_passlist__title":"Список дозволів перевірки доступності","root_availability_whitelist__title":"Список дозволів перевірки доступності (застаріло, використовуйте passlist)","root_debounce_ignore__description":"Дозволяє публікувати вказані атрибути без використання затримки фільтрації пакетів, що повторюються","root_debounce_ignore__title":"Ігнорувати фільтр пакетів, що повторюються","root_ext_pan_id__description":"Розширений ідентифікатор мережі Zigbee. Зміни вимагають повторного підключення всіх приладів!","root_ext_pan_id__title":"Розш. ідентифікатор мережі (Ext Pan ID)","root_filtered_attributes__description":"Дозволяє відключити публікацію вказаних атрибутів","root_filtered_attributes__title":"Фільтр атрибутів","root_filtered_optimistic__description":"Фільтрувати атрибути з оптимістичного корисного навантаження для публікації під час виклику /встановлення. (Це не впливає, якщо для параметра optimistic встановлено значення false).","root_filtered_optimistic__title":"Відфільтровані оптимістичні атрибути","root_log_output__description":"Папка, в якій будуть формуватися файли журналів. Залиште поле пустим для відключення файлів журналів.","root_log_output__title":"Папка для журналів","root_log_syslog-title":"Системний журнал","root-title":"Serial","root__title":"Passlist","serial-title":"Послідовний інтерфейс"},"stats":{"byType":"За типом","byPowerSource":"За джерелом живлення","byVendor":"За виробниками","byModel":"За моделями","total":"Всього","EndDevice":"Кінцевий прилад"},"touchlink":{"detected_devices_message":"Знайдено прилад, що підтримує швидке приєднання (touchlink): {{count}}.","rescan":"Повторити пошук","scan":"Пошук"},"values":{"clear":"не виявлено","closed":"закрито","empty_string":"порожній рядок","false":"ні","leaking":"витік","not_supported":"не підтримується","null":"нуль","occupied":"зайнято","open":"відкрито","supported":"підтримується","tampered":"зламано","true":"так"},"zigbee":{"actions":"Дії","attribute":"Атрибут","battery":"Батарея","block_join":"Блокувати подальші спроби приєднання","cluster":"Кластер","dc_source":"Джерело постійного струму","description":"Опис","device":"Прилад","device_type":"Тип приладу","endpoint":"Кінцева точка","firmware_build_date":"Дата створення прошивки","firmware_version":"Версія прошивки","force_remove":"Видалити примусово","friendly_name":"Дружня назва","ieee_address":"Адреса IEEE","input_clusters":"Кластери вводу","interview_completed":"Запит інформації про прилад закінчено","interview_failed":"Невдалий запит інформації про прилад","interviewing":"Запит інформації...","last_seen":"Останні дані","lqi":"LQI","mains_single_phase":"Мережа (однофазна)","manufacturer":"Виробник","max_rep_interval":"Макс.інт-л.звітів","min_rep_change":"Мін.інт-л.змін","min_rep_interval":"Мін.інт-л.звітів","model":"Модель","network_address":"Мережева адреса","none":"Нічого","output_clusters":"Кластери виводу","pic":"Мал.","power":"Живлення","power_level":"Рівень заряду","reconfigure":"Переналаштувати","remove_device":"Видалити прилад","rename_device":"Змінити назву приладу","select_attribute":"Виберіть атрибут","select_cluster":"Виберіть кластер","support_status":"Статус підтримки","unsupported":"Не підтримується","updating_firmware":"Прошивка оновлюється","update_Home_assistant_entity_id":"Оновити ідентифікатор об\'єкту Home Assistant","zigbee_manufacturer":"Виробник Zigbee","zigbee_model":"Модель Zigbee"}}');
|
4900
4908
|
;// CONCATENATED MODULE: ./src/i18n/locales/chs.json
|
4901
4909
|
const chs_namespaceObject = JSON.parse('{"common":{"action":"动作","actions":"动作","apply":"应用","attribute":"属性","bind":"绑定","check_all":"检查所有","clear":"清除","close":"关闭","cluster":"集群","clusters":"集群","confirmation":"确认","delete":"删除","destination":"目的地","devices":"设备","dialog_confirmation_prompt":"是否确定?","disable":"禁用","enter_search_criteria":"输入搜索条件","groups":"群组","loading":"加载中","none":"无","ok":"好","read":"读取","save":"保存","select_device":"选择设备","select_endpoint":"选择端点","source_endpoint":"源端点","the_only_endpoint":"唯一端点","unbind":"解绑","write":"写入"},"devicePage":{"about":"关于","bind":"绑定","clusters":"集群","dev_console":"开发控制台","exposes":"暴露","reporting":"报告","settings":"设置","settings_specific":"设置(具体)","state":"状态","unknown_device":"未知设备"},"exposes":{"action":"动作","auto_off":"自动关闭","away_mode":"离开模式","away_preset_days":"Away preset days","away_preset_temperature":"Away preset temperature","backlight_mode":"背光模式","battery":"电量","battery_low":"低电量","boost_time":"Boost time","brightness":"亮度","calibration":"校准","carbon_monoxide":"一氧化碳","color_hs":"颜色(HS)","color_temp":"色温","color_temp_startup":"启动色温","color_xy":"颜色(XY)","comfort_temperature":"舒适温度","consumer_connected":"Consumer connected","consumer_overload":"Consumer overload","contact":"Contact","current":"Current","current_heating_setpoint":"Current heating setpoint","eco_temperature":"环保温度","effect":"效果","empty_exposes_definition":"空暴露定义","energy":"能源","force":"强制","humidity":"湿度","illuminance":"光照度","illuminance_lux":"光照度","led_disabled_night":"Led disabled night","linkquality":"链接质量","local_temperature":"本地温度","local_temperature_calibration":"本地温度校准","max_temperature":"最高温度","min_temperature":"最低温度","motor_reversal":"电机反转","moving":"移动","occupancy":"Occupancy","operation_mode":"操作模式","options":"设置","position":"位置","power":"Power","power_on_behavior":"Power on behavior","power_outage_memory":"Power outage memory","preset":"预设","pressure":"气压","sensivity":"敏感度","smoke":"烟雾","state":"状态","strength":"强度","system_mode":"系统模式","tamper":"Tamper","temperature":"温度","voltage":"电压","water_leak":"漏水","week":"周"},"extensions":{"create_new_extension":"创建新扩展","extension_name_propmt":"输入新扩展的名称","select_extension_to_edit":"选择扩展以编辑"},"featureNames":{"action":"动作","angle_x":"角度 X","angle_y":"角度 Y","angle_z":"角度 Z","brightness":"亮度","color_temp":"色温","color_xy":"颜色(XY)","contact":"Contact","humidity":"湿度","illuminance":"光照度","occupancy":"Occupancy","pressure":"气压","soil_moisture":"土壤湿度","state":"状态","temperature":"温度","tamper":"Tamper"},"groups":{"add_to_group":"添加到群组","create_group":"创建群组","new_group_id":"新群组 ID","new_group_id_placeholder":"如有必要,指定群组 ID","new_group_name":"新群组名","new_group_name_placeholder":"例子:我的卧室灯","remove_group":"移除群组"},"logs":{"empty_logs_message":"空日志","filter_by_text":"按文本过滤","show_only":"仅显示"},"map":{"help_coordinator_link_description":"实线表示连接到协调节点","help_end_device_description":"绿色代表终端设备节点","help_is_coordinator":"是协调节点","help_lqi_description":"链接质量在0-255之间(越高越好),具有/代表多种类型的链接的值","help_router_description":"蓝色代表路由节点","help_router_links_description":"虚线表示连接到路由节点","hide":"点我隐藏","load":"加载网络状态图","loading":"根据您的网络规模,这可能需要10秒到2分钟的时间。"},"navbar":{"all":"所有","dashboard":"仪表盘","devices":"设备","disable_join":"禁用添加新设备","extensions":"扩展","groups":"群组","logs":"日志","map":"网络状态图","ota":"OTA","permit_join":"允许添加新设备","restart":"重启","settings":"设置","toggle_dropdown":"切换下拉菜单","touchlink":"Touchlink"},"ota":{"check":"检查新的更新","check_all":"检查所有","empty_ota_message":"你没有支持 OTA 的设备","remaining_time":"剩余时间 {{- remaining}}","update":"更新设备固件"},"settings":{"about":"关于","advanced":"高级","blocklist":"阻止名单","coordinator_revision":"协调节点调整","coordinator_type":"协调节点类型","donate":"捐赠","donation_text":["你好, %username%, 在这里你可以感谢我们的辛勤工作","可以大方的夸赞我们 ;)"],"download_state":"下载状态","experimental":"实验性","external_converters":"外部转换器","frontend":"前端","frontend_version":"前端版本","main":"Main","mqtt":"MQTT","ota":"OTA 更新","passlist":"通过列表","raw":"RAW","restart_zigbee2mqtt":"重启 Zigbee2MQTT","serial":"串行","settings":"设置","tools":"工具","zigbee2mqtt_version":"Zigbee2MQTT 版本","translate":"翻译"},"settingsSchemaTranslations":{"advanced-title":"高级","advanced_availability_blacklist__title":"可用性黑名单 (已弃用, 请使用 availability_blocklist)","advanced_availability_blocklist__description":"阻止设备被检查是否可用","advanced_availability_blocklist__title":"可用性阻止名单","advanced_availability_passlist__description":"只对某些设备启用可用性检查","advanced_availability_passlist__title":"可用性通过名单","advanced_availability_whitelist__title":"可用性白名单 (已弃用, 请使用 passlist)","advanced_ext_pan_id__description":"Zigbee extended pan ID, 变更需要重新配对所有设备!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"日志的输出位置,留空表示不记录日志","advanced_log_output__title":"日志输出","advanced_log_syslog-title":"系统日志","blocklist__description":"从网络中阻断设备(通过 ieeeAddr)","blocklist__title":"阻止名单","experimental-title":"实验性","external_converters__description":"你可以定义外部转换器,例如增加对DIY设备的支持。","external_converters__title":"外部转换器","frontend-title":"前端","mqtt-title":"MQTT","ota-title":"OTA 更新","passlist__description":"只允许某些设备加入网络(通过ieeeAddr)。 请注意,所有不在通过名单中的设备都将从网络中移除!","passlist__title":"通过名单","root__description":"只允许某些设备加入网络(通过ieeeAddr)。 请注意,所有不在通过名单中的设备都将从网络中移除!","root_availability_blacklist__title":"可用性黑名单 (已弃用, 请使用 availability_blocklist)","root_availability_blocklist__description":"阻止设备被检查是否可用","root_availability_blocklist__title":"可用性阻止名单","root_availability_passlist__description":"只对某些设备启用可用性检查","root_availability_passlist__title":"可用性通过名单","root_availability_whitelist__title":"可用性白名单 (已弃用, 请使用 passlist)","root_debounce_ignore__description":"保护指定 payload 属性的唯一有效 payload values 在去抖动时间内不被覆盖","root_debounce_ignore__title":"忽略去抖动","root_ext_pan_id__description":"Zigbee extended pan ID, 变更需要重新配对所有设备!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"允许阻止某些属性被发布","root_filtered_attributes__title":"筛选的属性","root_filtered_optimistic__description":"Filter attributes from optimistic publish payload when calling /set. (This has no effect if optimistic is set to false).","root_filtered_optimistic__title":"筛选的 optimistic 属性","root_log_output__description":"日志的输出位置,留空表示不记录日志","root_log_output__title":"日志输出","root_log_syslog-title":"系统日志","serial-title":"串行"},"touchlink":{"detected_devices_message":"检测到 {{count}} touchlink 设备.","rescan":"再次扫描","scan":"扫描"},"values":{"clear":"Clear","closed":"关闭","false":"False","not_supported":"不支持","occupied":"Occupied","open":"开启","supported":"支持","true":"True","empty_string":"Empty string(\\"\\")","leaking":"泄露","tampered":"Tampered"},"zigbee":{"actions":"动作","attribute":"属性","block_join":"阻止再次加入","cluster":"集群","description":"描述","device_type":"设备类型","endpoint":"端点","firmware_build_date":"固件构建日期","firmware_version":"固件版本","force_remove":"强制删除","friendly_name":"昵称","ieee_address":"IEEE 地址","input_clusters":"输入集群","interview_completed":"配对成功","last_seen":"最后可见","lqi":"LQI","manufacturer":"制造商","max_rep_interval":"最大重复间隔","min_rep_change":"Min rep change","min_rep_interval":"最小重复间隔","model":"型号","network_address":"网络地址","none":"无","output_clusters":"输出集群","pic":"图片","power":"Power","reconfigure":"重新配置","remove_device":"移除设备","rename_device":"重命名设备","select_attribute":"选择属性","select_cluster":"选择集群","support_status":"受支持状态","unsupported":"不支持","update_Home_assistant_entity_id":"更新 Home Assistant 实体 ID","zigbee_manufacturer":"Zigbee 制造商","zigbee_model":"Zigbee 型号"}}');
|
4902
4910
|
;// CONCATENATED MODULE: ./src/i18n/locales/nl.json
|
4903
|
-
const locales_nl_namespaceObject = JSON.parse('{"common":{"action":"Actie","actions":"Acties","apply":"Toepassen","attribute":"Attribuut","bind":"Koppelen","check_all":"Alles controleren","clear":"Wissen","close":"Sluiten","cluster":"Cluster","clusters":"Clusters","confirmation":"Bevestigingsvenster","delete":"Verwijder","destination":"Doel","devices":"Apparaten","dialog_confirmation_prompt":"Weet je het zeker?","disable":"Uitschakelen","enter_search_criteria":"Voor zoekopdracht in","groups":"Groepen","loading":"Laden...","none":"Geen","ok":"Ok","read":"Lezen","save":"Opslaan","select_device":"Selecteer apparaat","select_endpoint":"Selecteer eindpunt","source_endpoint":"Source eindpunt","the_only_endpoint":"Het enige eindpunt","unbind":"Ontkoppelen","write":"Schrijven"},"devicePage":{"about":"Over","bind":"Koppelen","clusters":"Clusters","dev_console":"Ontwikkelaarsconsole","exposes":"Tonen","reporting":"Rapportage","settings":"Instellingen","settings_specific":"Instellingen (specifiek)","state":"Status","unknown_device":"Onbekend apparaat","scene":"Scene"},"scene":{"scene_id":"Scene-ID","store":"Opslaan","recall":"Herstellen","remove":"Verwijder","remove_all":"Verwijder alle","scene_name":"Scene naam","select_scene":"Selecteer scene"},"exposes":{"action":"Actie","auto_off":"Automatisch uit","away_mode":"Afwezigheidsmodus","away_preset_days":"Vooraf ingestelde dagen afwezig","away_preset_temperature":"Vooraf ingestelde temperatuur","backlight_mode":"Achtergrondmodus","battery":"Batterij","battery_low":"Battery laag","boost_time":"Boost tijd","brightness":"Helderheid","calibration":"Kalibratie","carbon_monoxide":"Koolstofmonoxide","color_hs":"Kleur (HS)","color_temp":"Kleurtemperatuur","color_temp_startup":"Opstartkleur temperatuur","color_xy":"Kleur (XY)","comfort_temperature":"Comfort temperatuur","consumer_connected":"Client verbonden","consumer_overload":"Client overbelast","contact":"Contact","current":"Huidig","current_heating_setpoint":"Huidig verwarmingsinstelpunt","eco_temperature":"Eco temperatuur","effect":"Effect","empty_exposes_definition":"Empty exposes definition","energy":"Energie","force":"Forceer","humidity":"Luchtvochtigheid","illuminance":"Lichtsterkte","illuminance_lux":"Lichtsterkte","led_disabled_night":"Led \'s nachts uitgeschakeld","linkquality":"Verbindingskwaliteit","local_temperature":"Lokale temperatuur","local_temperature_calibration":"Lokale temperatuurkalibratie","max_temperature":"Max temperatuur","min_temperature":"Min temperatuur","motor_reversal":"Motor omgekeerd","moving":"Verplaatsing","occupancy":"Detectie","operation_mode":"Werkingsmodus","options":"Opties","position":"Positie","power":"Stroom","power_on_behavior":"Opstartgedrag","power_outage_memory":"Geheugen stroomuitval","preset":"Vooraf ingesteld","pressure":"Druk","sensivity":"Gevoeligheid","smoke":"Rook","state":"Staat","strength":"Sterkte","system_mode":"Systeemmodus","tamper":"Sabotage","temperature":"Temperatuur","voltage":"Voltage","water_leak":"Waterlekkage","week":"Week"},"extensions":{"create_new_extension":"Nieuwe extensie aanmaken","extension_name_propmt":"Voer nieuwe extensienaam in","select_extension_to_edit":"Selecteer extensie om te bewerken"},"featureNames":{"action":"Actie","angle_x":"Hoek X","angle_y":"Hoek Y","angle_z":"Hoek Z","brightness":"Helderheid","co2":"CO2","color_temp":"Kleurtemperatuur","color_xy":"Kleur XY","contact":"Contact","device_temperature":"Apparaat temperatuur","energy":"Energie","humidity":"Luchtvochtigheid","illuminance":"Lichtsterkte","local_temperature_calibration":"Lokale temperatuurkalibratie","local_temperature":"Lokale temperatuur","occupancy":"Detectie","operation_mode":"Operatie modus","pi_heating_demand":"PI warmtevraag","power":"Stroom","pressure":"Druk","soil_moisture":"Bodemvochtigheid","state":"Status","system_mode":"Systeemmodus","temperature":"Temperatuur","tamper":"Sabotage"},"groups":{"add_to_group":"Toevoegen aan groep","create_group":"Groep aanmaken","group_id":"Groep-id","group_members":"Groepsleden","group_name":"Groep naam","group_scenes":"Groep scenes","new_group_id":"Nieuw groep-ID","new_group_id_placeholder":"Geef indien nodig het groep-ID op","new_group_name":"Nieuwe groepsnaam","new_group_name_placeholder":"voorbeeld: mijn_slaapkamer_lampen","remove_group":"Verwijderen groep"},"logs":{"empty_logs_message":"Niets om weer te geven","filter_by_text":"Filteren op tekst","show_only":"Alleen tonen"},"map":{"help_coordinator_link_description":"Ononderbroken lijnen zijn koppelingen naar de Coordinator","help_end_device_description":"Groen betekend eindpunt","help_is_coordinator":"is coordinator","help_lqi_description":"Verbindingskwaliteit is tussen 0 - 255 (hoger is beter); waarden tussen / vertegenwoordigen meerdere verbindingstypes","help_router_description":"Blauw betekend Router","help_router_links_description":"Gestreepte lijnen zijn verbindingen met Routes","hide":"Verbergen","load":"Kaart laden","loading":"Afhankelijk van de grootte van het netwerk kan deze actie tussen de 10 seconden en 2 minuten duren."},"navbar":{"all":"Alles","dashboard":"Dashboard","devices":"Apparaten","disable_join":"Aanmelden uitschakelen","extensions":"Extensies","groups":"Groepen","logs":"Log","map":"Kaart","ota":"OTA","permit_join":"Aanmelden toestaan","restart":"Herstart","settings":"Instellingen","toggle_dropdown":"Schakel menu","touchlink":"Touchlink"},"ota":{"check":"Controleer op updates","check_all":"Controleer alles","empty_ota_message":"Je hebt geen apparaten welke OTA ondersteunen","remaining_time":"Resterende tijd {{- remaining}}","update":"Firmware apparaat bijwerken"},"settings":{"about":"Over","advanced":"Geavanceerd","availability":"Beschikbaarheid","blocklist":"Blokkeerlijst","coordinator_revision":"Coordinator revisie","coordinator_type":"Coordinator type","donate":"Doneren","donation_text":["Hallo %username%! Hier kan je ons bedanken voor het harde werk","Zeg gerust ook iets leuks ;)"],"download_state":"Downloadstatus","experimental":"Experimenteel","external_converters":"Externe converters","frontend":"Frontend","frontend_version":"Versie frontend","main":"Hoofd","mqtt":"MQTT","ota":"OTA updates","passlist":"Toegangslijst","raw":"Ruw","restart_zigbee2mqtt":"Herstart Zigbee2MQTT","serial":"Serieel","settings":"Instellingen","tools":"Hulpmiddelen","zigbee2mqtt_version":"Zigbee2MQTT versie","translate":"Vertalen"},"settingsSchemaTranslations":{"advanced-title":"Geavanceerd","advanced_availability_blacklist__title":"Zwarte lijst bereikbaarheid (uitgefaseerd, gebruik availability_blocklist)","advanced_availability_blocklist__description":"Voorkom controle of apparaat te bereiken is","advanced_availability_blocklist__title":"Blokkeerlijst beschikbaarheid","advanced_availability_passlist__description":"Sta enkel het controleren van beschikbaarheid toe op bepaalde apparaten","advanced_availability_passlist__title":"Toegangslijst beschikbaarheid","advanced_availability_whitelist__title":"Witte lijst bereikbaarheid (uitgefaseerd, gebruik passlist)","advanced_ext_pan_id__description":"Zigbee uitgebreid pan ID; indien aangepast dienen apparaten opnieuw gekoppeld te worden!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Locatie van het logbestand. Laat deze leeg om logs te negeren","advanced_log_output__title":"Logbestand","advanced_log_syslog-title":"Syslog","blocklist__description":"Blokkeer apparaten van dit netwerk (op basis van ieeeAddr)","blocklist__title":"Blokkeerlijst","experimental-title":"Experimenteel","external_converters__description":"Je kan externe converters definiëren, bijv. voor het toevoegen van ondersteuning voor DiY apparaten","external_converters__title":"Externe converters","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"OTA updates","passlist__description":"Laat enkel bepaalde apparaten toe op het netwerk (op ieeeAddr). Alle apparaten die niet op de toegangslijst staan worden verwijderd van het netwerk!","passlist__title":"Toegangslijst","root__description":"Laat enkel bepaalde apparaten toe op het netwerk (op ieeeAddr). Alle apparaten die niet op de toegangslijst staan worden verwijderd van het netwerk!","root_availability_blacklist__title":"Zwarte lijst bereikbaarheid (uitgefaseerd, gebruik availability_blocklist)","root_availability_blocklist__description":"Voorkom controle of apparaat te bereiken is","root_availability_blocklist__title":"Blokkeerlijst beschikbaarheid","root_availability_passlist__description":"Sta enkel het controleren van beschikbaarheid toe op bepaalde apparaten","root_availability_passlist__title":"Toegangslijst beschikbaarheid","root_availability_whitelist__title":"Witte lijst bereikbaarheid (uitgefaseerd, gebruik passlist)","root_debounce_ignore__description":"Beschermd unieke bronwaarde van specifieke bron op overschrijving binnen dempingstijd","root_debounce_ignore__title":"Negeer dempingstijd","root_ext_pan_id__description":"Zigbee uitgebreid pan ID, indien aangepast dienen apparaten opnieuw gekoppeld te worden!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Zorgt er voor dat bepaalde attributen niet gepubliceerd worden","root_filtered_attributes__title":"Gefilterde attributen","root_filtered_optimistic__description":"Gefilterde attributen van optimistisch gepubliseerde waarden bij het aanroepen van /set. (Dit heeft geen effect indien optimistic niet geactiveerd is).","root_filtered_optimistic__title":"Gefilterde optimistische attributen","root_log_output__description":"Locatie van het logbestand. Laat deze leeg om logs te negeren","root_log_output__title":"Logbestand","root_log_syslog-title":"Syslog","serial-title":"Serieel"},"touchlink":{"detected_devices_message":"{{count}} touchlink apparaten gedetecteerd.","rescan":"Opnieuw zoeken","scan":"Zoeken"},"values":{"clear":"Geen","closed":"Gesloten","false":"Onwaar","not_supported":"Niet ondersteund","occupied":"Beweging","open":"Open","supported":"Ondersteund","true":"Waar","empty_string":"Lege waarde(\\"\\")","leaking":"Lekkage","tampered":"Gesaboteerd"},"zigbee":{"actions":"Acties","attribute":"Attributen","battery":"Batterij","block_join":"Blokkeer opnieuw aanmelden","cluster":"Cluster","dc_source":"DC-bron","description":"Omschrijving","device_type":"Apparaat type","endpoint":"Eindpunt","firmware_build_date":"Firmware build date","firmware_version":"Firmwareversie","force_remove":"Geforceerd verwijderen","friendly_name":"Eenvoudige naam","ieee_address":"IEEE adres","input_clusters":"Invoercluster","interview_completed":"Interview voltooid","interview_failed":"Interview mislukt","interviewing":"Interviewen","last_seen":"Laatst gezien","lqi":"LQI","mains_single_phase":"Netstroom (1-fase)","manufacturer":"Fabrikant","max_rep_interval":"max rep interval","min_rep_change":"Min rep change","min_rep_interval":"Min rep interval","model":"Model","network_address":"Netwerkadres","none":"Geen","output_clusters":"Uitvoercluster","pic":"Pic","power":"Sterkte","power_level":"stroomniveau","reconfigure":"Herconfigureren","remove_device":"Verwijder apparaat","rename_device":"Hernoem apparaat","select_attribute":"Selecteer attribuut","select_cluster":"Selecteer cluster","support_status":"Ondersteuningsstatus","unsupported":"Niet ondersteund","update_Home_assistant_entity_id":"Home Assistant entiteit-ID bijwerken","updating_firmware":"Firmware updaten","zigbee_manufacturer":"Zigbee Fabrikant","zigbee_model":"Zigbee Model"},"featureDescriptions":{"Indicates whether the device detected occupancy":"Geeft aan of het apparaat bezetting heeft gedetecteerd","Indicates if the battery of this device is almost empty":"Geeft aan of de batterij van dit apparaat bijna leeg is","Indicates whether the device is tampered":"Geeft aan of er met het apparaat is geknoeid","Remaining battery in %":"Resterende batterij in %","Brightness of this light":"Helderheid of dit licht","Color of this light expressed as hue/saturation":"Kleur van dit licht uitgedrukt als tint/verzadiging","Color of this light in the CIE 1931 color space (x/y)":"Kleur van dit licht in de CIE 1931 kleurruimte (x/y)","Color temperature of this light":"Kleurtemperatuur van dit licht","Decoupled mode for right button":"Ontkoppelde modus voor rechterknop","Indicates if the contact is closed (= true) or open (= false)":"Geeft aan of het contact gesloten (= true) of open (= false) is","Link quality (signal strength)":"Kwaliteit van de verbinding (signaalsterkte)","Measured illuminance in lux":"Gemeten verlichtingssterkte in lux","Measured relative humidity":"Gemeten relatieve vochtigheid","Measured soil moisture value":"Gemeten bodemvochtwaarde","Measured temperature value":"Gemeten temperatuurwaarde","On/off state of the switch":"Aan/uit state van de schakelaar","On/off state of this light":"Aan/uit status van dit licht","Operation mode, select \\"command\\" to enable bindings":"Operatie modus, selecteer \\"commando\\" om bindingen in te schakelen","Raw measured illuminance":"Ruwe gemeten verlichtingssterkte","The measured atmospheric pressure":"De gemeten atmosferische druk","Triggered action (e.g. a button click)":"Geactiveerde actie (bijv. een druk op een knop)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Activeert een effect op het licht (bijv. licht een paar seconden laten knipperen)"}}');
|
4911
|
+
const locales_nl_namespaceObject = JSON.parse('{"common":{"action":"Actie","actions":"Acties","apply":"Toepassen","attribute":"Attribuut","bind":"Koppelen","check_all":"Alles controleren","clear":"Wissen","close":"Sluiten","cluster":"Cluster","clusters":"Clusters","confirmation":"Bevestigingsvenster","delete":"Verwijder","destination":"Doel","devices":"Apparaten","dialog_confirmation_prompt":"Weet je het zeker?","disable":"Uitschakelen","enter_search_criteria":"Voor zoekopdracht in","groups":"Groepen","loading":"Laden...","none":"Geen","ok":"Ok","read":"Lezen","save":"Opslaan","select_device":"Selecteer apparaat","select_endpoint":"Selecteer eindpunt","source_endpoint":"Source eindpunt","the_only_endpoint":"Het enige eindpunt","unbind":"Ontkoppelen","write":"Schrijven"},"devicePage":{"about":"Over","bind":"Koppelen","clusters":"Clusters","dev_console":"Ontwikkelaarsconsole","exposes":"Tonen","reporting":"Rapportage","settings":"Instellingen","settings_specific":"Instellingen (specifiek)","state":"Status","unknown_device":"Onbekend apparaat","scene":"Scene"},"scene":{"scene_id":"Scene-ID","store":"Opslaan","recall":"Herstellen","remove":"Verwijder","remove_all":"Verwijder alle","scene_name":"Scene naam","select_scene":"Selecteer scene"},"exposes":{"action":"Actie","auto_off":"Automatisch uit","away_mode":"Afwezigheidsmodus","away_preset_days":"Vooraf ingestelde dagen afwezig","away_preset_temperature":"Vooraf ingestelde temperatuur","backlight_mode":"Achtergrondmodus","battery":"Batterij","battery_low":"Battery laag","boost_time":"Boost tijd","brightness":"Helderheid","calibration":"Kalibratie","carbon_monoxide":"Koolstofmonoxide","color_hs":"Kleur (HS)","color_temp":"Kleurtemperatuur","color_temp_startup":"Opstartkleur temperatuur","color_xy":"Kleur (XY)","comfort_temperature":"Comfort temperatuur","consumer_connected":"Client verbonden","consumer_overload":"Client overbelast","contact":"Contact","current":"Huidig","current_heating_setpoint":"Huidig verwarmingsinstelpunt","eco_temperature":"Eco temperatuur","effect":"Effect","empty_exposes_definition":"Empty exposes definition","energy":"Energie","force":"Forceer","humidity":"Luchtvochtigheid","illuminance":"Lichtsterkte","illuminance_lux":"Lichtsterkte","led_disabled_night":"Led \'s nachts uitgeschakeld","linkquality":"Verbindingskwaliteit","local_temperature":"Lokale temperatuur","local_temperature_calibration":"Lokale temperatuurkalibratie","max_temperature":"Max temperatuur","min_temperature":"Min temperatuur","motor_reversal":"Motor omgekeerd","moving":"Verplaatsing","occupancy":"Detectie","operation_mode":"Werkingsmodus","options":"Opties","position":"Positie","power":"Stroom","power_on_behavior":"Opstartgedrag","power_outage_memory":"Geheugen stroomuitval","preset":"Vooraf ingesteld","pressure":"Druk","sensivity":"Gevoeligheid","smoke":"Rook","state":"Staat","strength":"Sterkte","system_mode":"Systeemmodus","tamper":"Sabotage","temperature":"Temperatuur","voltage":"Voltage","water_leak":"Waterlekkage","week":"Week"},"extensions":{"create_new_extension":"Nieuwe extensie aanmaken","extension_name_propmt":"Voer nieuwe extensienaam in","select_extension_to_edit":"Selecteer extensie om te bewerken"},"featureNames":{"action":"Actie","angle_x":"Hoek X","angle_y":"Hoek Y","angle_z":"Hoek Z","brightness":"Helderheid","co2":"CO2","color_temp":"Kleurtemperatuur","color_xy":"Kleur XY","contact":"Contact","device_temperature":"Apparaat temperatuur","energy":"Energie","humidity":"Luchtvochtigheid","illuminance":"Lichtsterkte","local_temperature_calibration":"Lokale temperatuurkalibratie","local_temperature":"Lokale temperatuur","occupancy":"Detectie","operation_mode":"Operatie modus","pi_heating_demand":"PI warmtevraag","power":"Stroom","pressure":"Druk","soil_moisture":"Bodemvochtigheid","state":"Status","system_mode":"Systeemmodus","temperature":"Temperatuur","tamper":"Sabotage"},"groups":{"add_to_group":"Toevoegen aan groep","create_group":"Groep aanmaken","group_id":"Groep-id","group_members":"Groepsleden","group_name":"Groep naam","group_scenes":"Groep scenes","new_group_id":"Nieuw groep-ID","new_group_id_placeholder":"Geef indien nodig het groep-ID op","new_group_name":"Nieuwe groepsnaam","new_group_name_placeholder":"voorbeeld: mijn_slaapkamer_lampen","remove_group":"Verwijderen groep"},"logs":{"empty_logs_message":"Niets om weer te geven","filter_by_text":"Filteren op tekst","show_only":"Alleen tonen"},"map":{"help_coordinator_link_description":"Ononderbroken lijnen zijn koppelingen naar de Coordinator","help_end_device_description":"Groen betekent eindpunt","help_is_coordinator":"is coordinator","help_lqi_description":"Verbindingskwaliteit is tussen 0 - 255 (hoger is beter); waarden tussen / vertegenwoordigen meerdere verbindingstypes","help_router_description":"Blauw betekent router","help_router_links_description":"Gestreepte lijnen zijn verbindingen met Routes","hide":"Verbergen","load":"Kaart laden","loading":"Afhankelijk van de grootte van het netwerk kan deze actie tussen de 10 seconden en 2 minuten duren."},"navbar":{"all":"Alles","dashboard":"Dashboard","devices":"Apparaten","disable_join":"Aanmelden uitschakelen","extensions":"Extensies","groups":"Groepen","logs":"Log","map":"Kaart","ota":"OTA","permit_join":"Aanmelden toestaan","restart":"Herstart","settings":"Instellingen","toggle_dropdown":"Schakel menu","touchlink":"Touchlink"},"ota":{"check":"Controleer op updates","check_all":"Controleer alles","empty_ota_message":"Je hebt geen apparaten welke OTA ondersteunen","remaining_time":"Resterende tijd {{- remaining}}","update":"Firmware apparaat bijwerken"},"settings":{"about":"Over","advanced":"Geavanceerd","availability":"Beschikbaarheid","blocklist":"Blokkeerlijst","coordinator_revision":"Coordinator revisie","coordinator_type":"Coordinator type","donate":"Doneren","donation_text":["Hallo %username%! Hier kan je ons bedanken voor het harde werk","Zeg gerust ook iets leuks ;)"],"download_state":"Downloadstatus","experimental":"Experimenteel","external_converters":"Externe converters","frontend":"Frontend","frontend_version":"Versie frontend","main":"Hoofd","mqtt":"MQTT","ota":"OTA updates","passlist":"Toegangslijst","raw":"Ruw","restart_zigbee2mqtt":"Herstart Zigbee2MQTT","serial":"Serieel","settings":"Instellingen","tools":"Hulpmiddelen","zigbee2mqtt_version":"Zigbee2MQTT versie","translate":"Vertalen"},"settingsSchemaTranslations":{"advanced-title":"Geavanceerd","advanced_availability_blacklist__title":"Zwarte lijst bereikbaarheid (uitgefaseerd, gebruik availability_blocklist)","advanced_availability_blocklist__description":"Voorkom controle of apparaat te bereiken is","advanced_availability_blocklist__title":"Blokkeerlijst beschikbaarheid","advanced_availability_passlist__description":"Sta enkel het controleren van beschikbaarheid toe op bepaalde apparaten","advanced_availability_passlist__title":"Toegangslijst beschikbaarheid","advanced_availability_whitelist__title":"Witte lijst bereikbaarheid (uitgefaseerd, gebruik passlist)","advanced_ext_pan_id__description":"Zigbee uitgebreid pan ID; indien aangepast dienen apparaten opnieuw gekoppeld te worden!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Locatie van het logbestand. Laat deze leeg om logs te negeren","advanced_log_output__title":"Logbestand","advanced_log_syslog-title":"Syslog","blocklist__description":"Blokkeer apparaten van dit netwerk (op basis van ieeeAddr)","blocklist__title":"Blokkeerlijst","experimental-title":"Experimenteel","external_converters__description":"Je kan externe converters definiëren, bijv. voor het toevoegen van ondersteuning voor DiY apparaten","external_converters__title":"Externe converters","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"OTA updates","passlist__description":"Laat enkel bepaalde apparaten toe op het netwerk (op ieeeAddr). Alle apparaten die niet op de toegangslijst staan worden verwijderd van het netwerk!","passlist__title":"Toegangslijst","root__description":"Laat enkel bepaalde apparaten toe op het netwerk (op ieeeAddr). Alle apparaten die niet op de toegangslijst staan worden verwijderd van het netwerk!","root_availability_blacklist__title":"Zwarte lijst bereikbaarheid (uitgefaseerd, gebruik availability_blocklist)","root_availability_blocklist__description":"Voorkom controle of apparaat te bereiken is","root_availability_blocklist__title":"Blokkeerlijst beschikbaarheid","root_availability_passlist__description":"Sta enkel het controleren van beschikbaarheid toe op bepaalde apparaten","root_availability_passlist__title":"Toegangslijst beschikbaarheid","root_availability_whitelist__title":"Witte lijst bereikbaarheid (uitgefaseerd, gebruik passlist)","root_debounce_ignore__description":"Beschermd unieke bronwaarde van specifieke bron op overschrijving binnen dempingstijd","root_debounce_ignore__title":"Negeer dempingstijd","root_ext_pan_id__description":"Zigbee uitgebreid pan ID, indien aangepast dienen apparaten opnieuw gekoppeld te worden!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Zorgt er voor dat bepaalde attributen niet gepubliceerd worden","root_filtered_attributes__title":"Gefilterde attributen","root_filtered_optimistic__description":"Gefilterde attributen van optimistisch gepubliseerde waarden bij het aanroepen van /set. (Dit heeft geen effect indien optimistic niet geactiveerd is).","root_filtered_optimistic__title":"Gefilterde optimistische attributen","root_log_output__description":"Locatie van het logbestand. Laat deze leeg om logs te negeren","root_log_output__title":"Logbestand","root_log_syslog-title":"Syslog","serial-title":"Serieel"},"touchlink":{"detected_devices_message":"{{count}} touchlink apparaten gedetecteerd.","rescan":"Opnieuw zoeken","scan":"Zoeken"},"values":{"clear":"Geen","closed":"Gesloten","false":"Onwaar","not_supported":"Niet ondersteund","occupied":"Beweging","open":"Open","supported":"Ondersteund","true":"Waar","empty_string":"Lege waarde(\\"\\")","leaking":"Lekkage","tampered":"Gesaboteerd"},"zigbee":{"actions":"Acties","attribute":"Attributen","battery":"Batterij","block_join":"Blokkeer opnieuw aanmelden","cluster":"Cluster","dc_source":"DC-bron","description":"Omschrijving","device_type":"Apparaat type","endpoint":"Eindpunt","firmware_build_date":"Firmware build date","firmware_version":"Firmwareversie","force_remove":"Geforceerd verwijderen","friendly_name":"Eenvoudige naam","ieee_address":"IEEE adres","input_clusters":"Invoercluster","interview_completed":"Interview voltooid","interview_failed":"Interview mislukt","interviewing":"Interviewen","last_seen":"Laatst gezien","lqi":"LQI","mains_single_phase":"Netstroom (1-fase)","manufacturer":"Fabrikant","max_rep_interval":"max rep interval","min_rep_change":"Min rep change","min_rep_interval":"Min rep interval","model":"Model","network_address":"Netwerkadres","none":"Geen","output_clusters":"Uitvoercluster","pic":"Pic","power":"Sterkte","power_level":"stroomniveau","reconfigure":"Herconfigureren","remove_device":"Verwijder apparaat","rename_device":"Hernoem apparaat","select_attribute":"Selecteer attribuut","select_cluster":"Selecteer cluster","support_status":"Ondersteuningsstatus","unsupported":"Niet ondersteund","update_Home_assistant_entity_id":"Home Assistant entiteit-ID bijwerken","updating_firmware":"Firmware updaten","zigbee_manufacturer":"Zigbee Fabrikant","zigbee_model":"Zigbee Model"},"featureDescriptions":{"Indicates whether the device detected occupancy":"Geeft aan of het apparaat bezetting heeft gedetecteerd","Indicates if the battery of this device is almost empty":"Geeft aan of de batterij van dit apparaat bijna leeg is","Indicates whether the device is tampered":"Geeft aan of er met het apparaat is geknoeid","Remaining battery in %":"Resterende batterij in %","Brightness of this light":"Helderheid of dit licht","Color of this light expressed as hue/saturation":"Kleur van dit licht uitgedrukt als tint/verzadiging","Color of this light in the CIE 1931 color space (x/y)":"Kleur van dit licht in de CIE 1931 kleurruimte (x/y)","Color temperature of this light":"Kleurtemperatuur van dit licht","Decoupled mode for right button":"Ontkoppelde modus voor rechterknop","Indicates if the contact is closed (= true) or open (= false)":"Geeft aan of het contact gesloten (= true) of open (= false) is","Link quality (signal strength)":"Kwaliteit van de verbinding (signaalsterkte)","Measured illuminance in lux":"Gemeten verlichtingssterkte in lux","Measured relative humidity":"Gemeten relatieve vochtigheid","Measured soil moisture value":"Gemeten bodemvochtwaarde","Measured temperature value":"Gemeten temperatuurwaarde","On/off state of the switch":"Aan/uit state van de schakelaar","On/off state of this light":"Aan/uit status van dit licht","Operation mode, select \\"command\\" to enable bindings":"Operatie modus, selecteer \\"commando\\" om bindingen in te schakelen","Raw measured illuminance":"Ruwe gemeten verlichtingssterkte","The measured atmospheric pressure":"De gemeten atmosferische druk","Triggered action (e.g. a button click)":"Geactiveerde actie (bijv. een druk op een knop)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Activeert een effect op het licht (bijv. licht een paar seconden laten knipperen)"}}');
|
4904
4912
|
;// CONCATENATED MODULE: ./src/i18n/locales/it.json
|
4905
|
-
const locales_it_namespaceObject = JSON.parse('{"common":{"action":"Azione","actions":"Azioni","apply":"Applica","attribute":"Attributo","bind":"Associa","check_all":"Verifica tutto","clear":"Pulisci","close":"Chiudi","cluster":"Cluster","clusters":"Cluster","confirmation":"Conferma","delete":"Elimina","destination":"Destinazione","devices":"Dispositivi","dialog_confirmation_prompt":"Sei sicuro?","disable":"Disabilita","enter_search_criteria":"Inserisci un criterio di ricerca","groups":"Gruppi","loading":"Caricamento...","none":"Nessuno","ok":"Ok","read":"Leggi","save":"Salva","select_device":"Selezione dispositivo","select_endpoint":"Seleziona endpoint","source_endpoint":"Sorgente endpoint","the_only_endpoint":"Unico endpoint","unbind":"Dissocia","write":"Scrivi"},"devicePage":{"about":"Info","bind":"Associa","clusters":"Clusters","dev_console":"Console developer","exposes":"Exposes","reporting":"Reporting","settings":"Impostazioni","settings_specific":"Impostazioni specifiche","state":"Stato","unknown_device":"Dispositivo sconosciuto"},"exposes":{"action":"Azione","auto_off":"Spegnimento automatico","away_mode":"Modalità fuori casa","away_preset_days":"Giorni prestabiliti modalità fuori casa","away_preset_temperature":"Preset temperatura modalità fuori casa","backlight_mode":"Modalità retroilluminazione","battery":"Batteri","battery_low":"Batteria bassa","boost_time":"Tempo di boost","brightness":"Luminosità","calibration":"Calibrazione","carbon_monoxide":"Monossido di carbonio","color_hs":"Colore (HS)","color_temp":"Temperatura colore","color_temp_startup":"Temperatura colore all\'avvio","color_xy":"Colore (XY)","comfort_temperature":"Temperatura comfort","consumer_connected":"Carico connesso","consumer_overload":"Sovraccarico","contact":"Contatto","current":"Corrente","current_heating_setpoint":"Setpoint corrente riscaldamento","eco_temperature":"Temperatura Eco","effect":"Effetto","empty_exposes_definition":"Svuota definizioni esposte","energy":"Energia","force":"Forza","humidity":"Umidità","illuminance":"Luminosità","illuminance_lux":"Lux luminosità","led_disabled_night":"Led notturno disabilitato","linkquality":"Qualità connessione","local_temperature":"Temperatura locale","local_temperature_calibration":"Calibrazione temperatura locale","max_temperature":"Temperatura max","min_temperature":"Temperatura min","motor_reversal":"Inversione del motore","moving":"In movimento","occupancy":"Occupazione","operation_mode":"Modalità operativa","options":"Opzioni","position":"Positione","power":"Alimentazione","power_on_behavior":"Comportamento di accensione","power_outage_memory":"Memoria per interruzione di corrente","preset":"Preset","pressure":"Pressione","sensivity":"Sensibilità","smoke":"Fumo","state":"State","strength":"Forza","system_mode":"Modalità di sistema","tamper":"Tamper","temperature":"Temperatura","voltage":"Tensione","water_leak":"Perdita acqua","week":"Settimana"},"extensions":{"create_new_extension":"Crea nuova estensione","extension_name_propmt":"Inserisci nome estensione","select_extension_to_edit":"Seleziona estensione da modificare"},"featureNames":{"action":"Azione","angle_x":"Angolo X","angle_y":"Angolo Y","angle_z":"Angolo Z","brightness":"Luminosità","color_temp":"Temperatura colore","color_xy":"Colore Xy","contact":"Contatto","humidity":"Umidità","illuminance":"Luminosità","occupancy":"Occupazione","pressure":"Pressione","soil_moisture":"Umidità del suolo","state":"Stato","temperature":"Temperatura","tamper":"Manomesso","power_alarm_active":"Allarme potenza attivo"},"groups":{"add_to_group":"Aggiungi a gruppo","create_group":"Crea gruppo","new_group_id":"Nuovo id gruppo","new_group_id_placeholder":"Specica id gruppo se necessario","new_group_name":"Nuovo nome gruppo","new_group_name_placeholder":"esempio:: luci_camera_da_letto","remove_group":"Rimuovi gruppo"},"logs":{"empty_logs_message":"Niente da visualizzare","filter_by_text":"Filtra per testo","show_only":"Mostra solo"},"map":{"help_coordinator_link_description":"Linee continue sono link verso il Coordinator","help_end_device_description":"Verde identifica un End Device","help_is_coordinator":"è il Coordinator","help_lqi_description":"La qualità di connessione è tra 0 - 255 (più alta è meglio), valori con / rappresentano tipi di link multipli","help_router_description":"Blu identifica un Router","help_router_links_description":"Linee tratteggiate sono link verso i Routers","hide":"Clicca per nascondere","load":"Carica mappa","loading":"In base alla dimensione della tua rete questa operazione può richiedere tra i 10 secondi e i 2 minuti."},"navbar":{"all":"Tutto","dashboard":"Cruscotto","devices":"Dispositivi","disable_join":"Disabilita join","extensions":"Estensioni","groups":"Gruppi","logs":"Log","map":"Mappa","ota":"OTA","permit_join":"Permetti join","restart":"Riavvia","settings":"Impostazioni","toggle_dropdown":"Attiva/disattiva menu a discesa","touchlink":"Touchlink"},"ota":{"check":"Verifica nuovi aggiornamenti","check_all":"Verifica tutti i dispositivi","empty_ota_message":"Non hai dispositivi in grado di supportare aggiornamenti OTA","remaining_time":"Tempo rimanente {{- remaining}}","update":"Aggiorna firmware del device"},"settings":{"about":"Info","advanced":"Avanzate","blocklist":"Blocklist","coordinator_revision":"Revisione Coordinator","coordinator_type":"Tipo Coordinator","donate":"Donazioni","donation_text":["Ciao, %username% , qui puoi ringraziarci per il duro lavoro","Non esitare a dire anche qualcosa di carino ;)"],"download_state":"Download backup","experimental":"Sperimentale","external_converters":"Convertitori esterni","frontend":"Frontend","frontend_version":"Versione frontend","main":"Principale","mqtt":"MQTT","ota":"Aggiornamenti OTA","passlist":"Passlist","raw":"Raw","restart_zigbee2mqtt":"Riavvia Zigbee2MQTT","serial":"Seriale","settings":"Impostazioni","tools":"Strumenti","zigbee2mqtt_version":"Versione Zigbee2MQTT","translate":"Traduci"},"settingsSchemaTranslations":{"advanced-title":"Avanzate","advanced_availability_blacklist__title":"Blacklist disponibilità (obsoleto, utilizza Blocklist)","advanced_availability_blocklist__description":"Impedisci la verifica della disponibilità dei dispositivi","advanced_availability_blocklist__title":"Blocklist disponibilità","advanced_availability_passlist__description":"Abilita il controllo della disponibilità solo per alcuni dispositivi","advanced_availability_passlist__title":"Passlist disponibilità","advanced_availability_whitelist__title":"Whitelist disponibilità (obsoleto, usa Passlist)","advanced_ext_pan_id__description":"Zigbee Extended Pan ID, la modifica richiede il repairing di tutti i dispositivi!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Posizione di output del registro, lasciare vuoto per fermare la registrazione","advanced_log_output__title":"Output log","advanced_log_syslog-title":"Syslog","blocklist__description":"Blocca i dispositivi dalla rete (tramite ieeeAddr)","blocklist__title":"Blocklist","experimental-title":"Sperimentale","external_converters__description":"È possibile definire convertitori esterni ad es. aggiungi il supporto per un dispositivo fai-da-te","external_converters__title":"Convertitori esterni","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"Aggiornamenti OTA","passlist__description":"Consenti solo a determinati dispositivi di unirsi alla rete (tramite ieeeAddr). Tieni presente che tutti i dispositivi non presenti nella lista di accesso verranno rimossi dalla rete!","passlist__title":"Passlist","root__description":"Consenti solo a determinati dispositivi di unirsi alla rete (tramite ieeeAddr). Tieni presente che tutti i dispositivi non presenti nella lista di accesso verranno rimossi dalla rete!","root_availability_blacklist__title":"Blacklist disponibilità (obsoleto, utilizza Blocklist)","root_availability_blocklist__description":"Impedisci la verifica della disponibilità dei dispositivi","root_availability_blocklist__title":"Blocklist disponibilità","root_availability_passlist__description":"Abilita il controllo della disponibilità solo per alcuni dispositivi","root_availability_passlist__title":"Passlist disponibilità","root_availability_whitelist__title":"Whitelist disponibilità (obsoleto, usa Passlist)","root_debounce_ignore__description":"Proteggi i valori specifiche proprietà di payload contro l\'override con un tempo di antirimbalzo","root_debounce_ignore__title":"Ignora antirimbalzo","root_ext_pan_id__description":"Zigbee Extended Pan ID, la modifica richiede il repairing di tutti i dispositivi!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Consenti di impedire la pubblicazione di determinati attributi","root_filtered_attributes__title":"Attributi filtrati","root_filtered_optimistic__description":"Filtra gli attributi dal payload di pubblicazione ottimistica quando si interroga/imposta (Questo non ha effetto se l\'ottimistico è impostato su falso).","root_filtered_optimistic__title":"Attributi ottimistici filtrati","root_log_output__description":"Posizione di output del registro, lasciare vuoto per fermare la registrazione","root_log_output__title":"Output log","root_log_syslog-title":"syslog","serial-title":"Seriale"},"touchlink":{"detected_devices_message":"Ricerca {{count}} dispositivi touchlink.","rescan":"Ricerca ancora","scan":"Ricerca"},"values":{"clear":"Libero","closed":"Chiuso","false":"Falso","not_supported":"Non supportato","occupied":"Occupato","open":"Aperto","supported":"Supportato","true":"Vero","empty_string":"Stringa vuota (\\"\\")","leaking":"Perdita","tampered":"Manomesso"},"zigbee":{"actions":"Azioni","attribute":"Attributi","block_join":"Blocca la riassociazione","cluster":"Cluster","description":"Descrizione","device_type":"Tipo dispositivo","endpoint":"Endpoint","firmware_build_date":"Data creazione firmware","firmware_version":"Versione firmware","force_remove":"Rimozione forzata","friendly_name":"Nome","ieee_address":"Indirizzo IEEE","input_clusters":"Cluster ingresso","interview_completed":"Interrogazione completata","last_seen":"Ultima connessione","lqi":"LQI","manufacturer":"Produttore","max_rep_interval":"Intervallo max rep","min_rep_change":"cambio min rep","min_rep_interval":"Intervallo min rep","model":"Modello","network_address":"Indirizzo di rete","none":"Nessuno","output_clusters":"Cluster di uscita","pic":"Immagine","power":"Potenza","reconfigure":"Riconfigura","remove_device":"Rimuovi dispositivo","rename_device":"Rinomina dispositivo","select_attribute":"Seleziona attributo","select_cluster":"Seleziona cluster","support_status":"Stato supporto","unsupported":"Non supportato","update_Home_assistant_entity_id":"Aggiorna entity_id di Home Assistant","zigbee_manufacturer":"Produttore Zigbee","zigbee_model":"Modello Zigbee"}}');
|
4913
|
+
const locales_it_namespaceObject = JSON.parse('{"common":{"action":"Azione","actions":"Azioni","apply":"Applica","attribute":"Attributo","bind":"Associa","check_all":"Verifica tutto","clear":"Pulisci","close":"Chiudi","cluster":"Cluster","clusters":"Cluster","confirmation":"Conferma","delete":"Elimina","destination":"Destinazione","devices":"Dispositivi","dialog_confirmation_prompt":"Sei sicuro?","disable":"Disabilita","enter_search_criteria":"Inserisci un criterio di ricerca","groups":"Gruppi","loading":"Caricamento...","none":"Nessuno","ok":"Ok","read":"Leggi","save":"Salva","select_device":"Selezione dispositivo","select_endpoint":"Seleziona endpoint","source_endpoint":"Sorgente endpoint","the_only_endpoint":"Unico endpoint","unbind":"Dissocia","write":"Scrivi"},"devicePage":{"about":"Info","bind":"Associa","clusters":"Clusters","dev_console":"Console developer","exposes":"Exposes","reporting":"Reporting","settings":"Impostazioni","settings_specific":"Impostazioni specifiche","state":"Stato","unknown_device":"Dispositivo sconosciuto"},"exposes":{"action":"Azione","auto_off":"Spegnimento automatico","away_mode":"Modalità fuori casa","away_preset_days":"Giorni prestabiliti modalità fuori casa","away_preset_temperature":"Preset temperatura modalità fuori casa","backlight_mode":"Modalità retroilluminazione","battery":"Batteria","battery_low":"Batteria bassa","boost_time":"Tempo di boost","brightness":"Luminosità","calibration":"Calibrazione","carbon_monoxide":"Monossido di carbonio","color_hs":"Colore (HS)","color_temp":"Temperatura colore","color_temp_startup":"Temperatura colore all\'avvio","color_xy":"Colore (XY)","comfort_temperature":"Temperatura comfort","consumer_connected":"Carico connesso","consumer_overload":"Sovraccarico","contact":"Contatto","current":"Corrente","current_heating_setpoint":"Setpoint corrente riscaldamento","eco_temperature":"Temperatura Eco","effect":"Effetto","empty_exposes_definition":"Svuota definizioni esposte","energy":"Energia","force":"Forza","humidity":"Umidità","illuminance":"Luminosità","illuminance_lux":"Lux luminosità","led_disabled_night":"Led notturno disabilitato","linkquality":"Qualità connessione","local_temperature":"Temperatura locale","local_temperature_calibration":"Calibrazione temperatura locale","max_temperature":"Temperatura max","min_temperature":"Temperatura min","motor_reversal":"Inversione del motore","moving":"In movimento","occupancy":"Occupazione","operation_mode":"Modalità operativa","options":"Opzioni","position":"Positione","power":"Alimentazione","power_on_behavior":"Comportamento di accensione","power_outage_memory":"Memoria per interruzione di corrente","preset":"Preset","pressure":"Pressione","sensivity":"Sensibilità","smoke":"Fumo","state":"State","strength":"Forza","system_mode":"Modalità di sistema","tamper":"Tamper","temperature":"Temperatura","voltage":"Tensione","water_leak":"Perdita acqua","week":"Settimana"},"extensions":{"create_new_extension":"Crea nuova estensione","extension_name_propmt":"Inserisci nome estensione","select_extension_to_edit":"Seleziona estensione da modificare"},"featureNames":{"action":"Azione","angle_x":"Angolo X","angle_y":"Angolo Y","angle_z":"Angolo Z","brightness":"Luminosità","color_temp":"Temperatura colore","color_xy":"Colore Xy","contact":"Contatto","humidity":"Umidità","illuminance":"Luminosità","occupancy":"Occupazione","pressure":"Pressione","soil_moisture":"Umidità del suolo","state":"Stato","temperature":"Temperatura","tamper":"Manomesso","power_alarm_active":"Allarme potenza attivo"},"groups":{"add_to_group":"Aggiungi a gruppo","create_group":"Crea gruppo","new_group_id":"Nuovo id gruppo","new_group_id_placeholder":"Specica id gruppo se necessario","new_group_name":"Nuovo nome gruppo","new_group_name_placeholder":"esempio:: luci_camera_da_letto","remove_group":"Rimuovi gruppo"},"logs":{"empty_logs_message":"Niente da visualizzare","filter_by_text":"Filtra per testo","show_only":"Mostra solo"},"map":{"help_coordinator_link_description":"Linee continue sono link verso il Coordinator","help_end_device_description":"Verde identifica un End Device","help_is_coordinator":"è il Coordinator","help_lqi_description":"La qualità di connessione è tra 0 - 255 (più alta è meglio), valori con / rappresentano tipi di link multipli","help_router_description":"Blu identifica un Router","help_router_links_description":"Linee tratteggiate sono link verso i Routers","hide":"Clicca per nascondere","load":"Carica mappa","loading":"In base alla dimensione della tua rete questa operazione può richiedere tra i 10 secondi e i 2 minuti."},"navbar":{"all":"Tutto","dashboard":"Cruscotto","devices":"Dispositivi","disable_join":"Disabilita join","extensions":"Estensioni","groups":"Gruppi","logs":"Log","map":"Mappa","ota":"OTA","permit_join":"Permetti join","restart":"Riavvia","settings":"Impostazioni","toggle_dropdown":"Attiva/disattiva menu a discesa","touchlink":"Touchlink"},"ota":{"check":"Verifica nuovi aggiornamenti","check_all":"Verifica tutti i dispositivi","empty_ota_message":"Non hai dispositivi in grado di supportare aggiornamenti OTA","remaining_time":"Tempo rimanente {{- remaining}}","update":"Aggiorna firmware del device"},"settings":{"about":"Info","advanced":"Avanzate","availability":"Disponibilità","blocklist":"Blocklist","coordinator_revision":"Revisione Coordinator","coordinator_type":"Tipo Coordinator","donate":"Donazioni","donation_text":["Ciao, %username% , qui puoi ringraziarci per il duro lavoro","Non esitare a dire anche qualcosa di carino ;)"],"download_state":"Download backup","experimental":"Sperimentale","external_converters":"Convertitori esterni","frontend":"Frontend","frontend_version":"Versione frontend","main":"Principale","mqtt":"MQTT","ota":"Aggiornamenti OTA","passlist":"Passlist","raw":"Raw","restart_zigbee2mqtt":"Riavvia Zigbee2MQTT","serial":"Seriale","settings":"Impostazioni","tools":"Strumenti","zigbee2mqtt_version":"Versione Zigbee2MQTT","translate":"Traduci"},"settingsSchemaTranslations":{"advanced-title":"Avanzate","advanced_availability_blacklist__title":"Blacklist disponibilità (obsoleto, utilizza Blocklist)","advanced_availability_blocklist__description":"Impedisci la verifica della disponibilità dei dispositivi","advanced_availability_blocklist__title":"Blocklist disponibilità","advanced_availability_passlist__description":"Abilita il controllo della disponibilità solo per alcuni dispositivi","advanced_availability_passlist__title":"Passlist disponibilità","advanced_availability_whitelist__title":"Whitelist disponibilità (obsoleto, usa Passlist)","advanced_ext_pan_id__description":"Zigbee Extended Pan ID, la modifica richiede il repairing di tutti i dispositivi!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Posizione di output del registro, lasciare vuoto per fermare la registrazione","advanced_log_output__title":"Output log","advanced_log_syslog-title":"Syslog","blocklist__description":"Blocca i dispositivi dalla rete (tramite ieeeAddr)","blocklist__title":"Blocklist","experimental-title":"Sperimentale","external_converters__description":"È possibile definire convertitori esterni ad es. aggiungi il supporto per un dispositivo fai-da-te","external_converters__title":"Convertitori esterni","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"Aggiornamenti OTA","passlist__description":"Consenti solo a determinati dispositivi di unirsi alla rete (tramite ieeeAddr). Tieni presente che tutti i dispositivi non presenti nella lista di accesso verranno rimossi dalla rete!","passlist__title":"Passlist","root__description":"Consenti solo a determinati dispositivi di unirsi alla rete (tramite ieeeAddr). Tieni presente che tutti i dispositivi non presenti nella lista di accesso verranno rimossi dalla rete!","root_availability_blacklist__title":"Blacklist disponibilità (obsoleto, utilizza Blocklist)","root_availability_blocklist__description":"Impedisci la verifica della disponibilità dei dispositivi","root_availability_blocklist__title":"Blocklist disponibilità","root_availability_passlist__description":"Abilita il controllo della disponibilità solo per alcuni dispositivi","root_availability_passlist__title":"Passlist disponibilità","root_availability_whitelist__title":"Whitelist disponibilità (obsoleto, usa Passlist)","root_debounce_ignore__description":"Proteggi i valori specifiche proprietà di payload contro l\'override con un tempo di antirimbalzo","root_debounce_ignore__title":"Ignora antirimbalzo","root_ext_pan_id__description":"Zigbee Extended Pan ID, la modifica richiede il repairing di tutti i dispositivi!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Consenti di impedire la pubblicazione di determinati attributi","root_filtered_attributes__title":"Attributi filtrati","root_filtered_optimistic__description":"Filtra gli attributi dal payload di pubblicazione ottimistica quando si interroga/imposta (Questo non ha effetto se l\'ottimistico è impostato su falso).","root_filtered_optimistic__title":"Attributi ottimistici filtrati","root_log_output__description":"Posizione di output del registro, lasciare vuoto per fermare la registrazione","root_log_output__title":"Output log","root_log_syslog-title":"syslog","serial-title":"Seriale"},"touchlink":{"detected_devices_message":"Ricerca {{count}} dispositivi touchlink.","rescan":"Ricerca ancora","scan":"Ricerca"},"values":{"clear":"Libero","closed":"Chiuso","false":"Falso","not_supported":"Non supportato","occupied":"Occupato","open":"Aperto","supported":"Supportato","true":"Vero","empty_string":"Stringa vuota (\\"\\")","leaking":"Perdita","tampered":"Manomesso"},"zigbee":{"actions":"Azioni","attribute":"Attributi","battery":"Batteria","block_join":"Blocca la riassociazione","cluster":"Cluster","description":"Descrizione","device_type":"Tipo dispositivo","endpoint":"Endpoint","firmware_build_date":"Data creazione firmware","firmware_version":"Versione firmware","force_remove":"Rimozione forzata","friendly_name":"Nome","ieee_address":"Indirizzo IEEE","input_clusters":"Cluster ingresso","interview_completed":"Interrogazione completata","last_seen":"Ultima connessione","lqi":"LQI","manufacturer":"Produttore","mains_single_phase":"Alimentazione fase singola","max_rep_interval":"Intervallo max rep","min_rep_change":"cambio min rep","min_rep_interval":"Intervallo min rep","model":"Modello","network_address":"Indirizzo di rete","none":"Nessuno","output_clusters":"Cluster di uscita","pic":"Immagine","power":"Potenza","power_level":"Livello di potenza","reconfigure":"Riconfigura","remove_device":"Rimuovi dispositivo","rename_device":"Rinomina dispositivo","select_attribute":"Seleziona attributo","select_cluster":"Seleziona cluster","support_status":"Stato supporto","unsupported":"Non supportato","update_Home_assistant_entity_id":"Aggiorna entity_id di Home Assistant","zigbee_manufacturer":"Produttore Zigbee","zigbee_model":"Modello Zigbee"}}');
|
4906
4914
|
;// CONCATENATED MODULE: ./src/i18n/locales/zh.json
|
4907
4915
|
const zh_namespaceObject = JSON.parse('{"common":{"action":"動作","actions":"動作","apply":"套用","attribute":"屬性","bind":"綁定","check_all":"檢查全部","clear":"清除","close":"關閉","cluster":"叢集","clusters":"叢集","confirmation":"確定","delete":"刪除","destination":"目的地","devices":"裝置","dialog_confirmation_prompt":"是否確定?","disable":"停用","enter_search_criteria":"輸入搜尋關鍵字","groups":"群組","loading":"載入中","none":"無","ok":"確定","read":"讀取","save":"儲存","select_device":"選擇裝置","select_endpoint":"選擇端點","source_endpoint":"源端點","the_only_endpoint":"唯一端點","unbind":"解綁","write":"寫入"},"devicePage":{"about":"關於","bind":"綁定","clusters":"叢集","dev_console":"開發控制台","exposes":"資料","reporting":"報告","settings":"設定","settings_specific":"設定(具體)","state":"狀態","unknown_device":"未知裝置","scene":"場景"},"exposes":{"action":"動作","auto_off":"自動關閉","away_mode":"離開模式","backlight_mode":"背光模式","battery":"電量","battery_low":"低電量","brightness":"亮度","calibration":"校準","carbon_monoxide":"一氧化碳","co2":"二氧化碳","color_hs":"顏色(HS)","color_temp":"色溫","color_temp_startup":"啟動色溫","color_xy":"颜色(XY)","comfort_temperature":"舒適溫度","contact":"門窗","current":"電流","current_heating_setpoint":"目前加熱設定溫度","eco_temperature":"節能溫度","effect":"效果","energy":"能源","force":"力量","humidity":"濕度","illuminance":"光照度","illuminance_lux":"光照度","linkquality":"連接質量","local_temperature":"本地溫度","local_temperature_calibration":"本地溫度校準","max_temperature":"最高溫度","min_temperature":"最低溫度","motor_reversal":"馬達反轉","moving":"移動","occupancy":"有人","operation_mode":"運作模式","options":"設定","position":"位置","power":"電源","power_on_behavior":"啟動時預設電源行為","power_outage_memory":"復電時回復停電前狀態","preset":"預設","pressure":"氣壓","sensivity":"敏感度","smoke":"煙霧","state":"狀態","strength":"強度","system_mode":"系統模式","tamper":"Tamper","temperature":"溫度","voltage":"電壓","water_leak":"漏水","week":"週"},"extensions":{"create_new_extension":"建立新擴充","extension_name_propmt":"輸入新擴充的名稱","select_extension_to_edit":"選擇擴充以編輯"},"featureNames":{"action":"動作","angle_x":"角度 X","angle_y":"角度 Y","angle_z":"角度 Z","brightness":"亮度","color_temp":"色溫","color_xy":"顏色(XY)","contact":"門窗","humidity":"濕度","illuminance":"光照度","occupancy":"有人","pressure":"氣壓","soil_moisture":"土壤濕度","state":"狀態","temperature":"溫度","co2":"二氧化碳","tamper":"Tamper"},"featureDescriptions":{"On/off state of the switch":"開關的狀態","Controls the behaviour when the device is powered on":"裝置通電時的預設狀態","Link quality (signal strength)":"連接品質 (訊號強度)","Instantaneous measured power":"即時耗電瓦數","Decoupled mode for left button":"左鍵的解耦模式(將按鍵與繼電器分離)","Decoupled mode for center button":"中鍵的解耦模式(將按鍵與繼電器分離)","Decoupled mode for right button":"右鍵的解耦模式(將按鍵與繼電器分離)","Remaining battery in %":"剩餘電量的百分比","Indicates whether the device detected occupancy":"是否偵測到有運動","Measured temperature value":"測量到的溫度","Voltage of the battery in millivolts":"測量到的電壓(單位為mV)","Measured illuminance in lux":"測量到的光照度(單位為lux)"},"groups":{"add_to_group":"新增到群組","create_group":"建立群組","new_group_id":"新群組 ID","new_group_id_placeholder":"群組ID(選填)","new_group_name":"新群組名稱","new_group_name_placeholder":"例:我的臥室燈","remove_group":"移除群組"},"logs":{"empty_logs_message":"無日誌","filter_by_text":"按文字過濾","show_only":"只顯示"},"map":{"help_coordinator_link_description":"實線表示連接到協調器","help_end_device_description":"綠色為終端裝置","help_is_coordinator":"為協調器","help_lqi_description":"連接品質(越高越好),具有/表示有多重連接","help_router_description":"藍色為路由節點","help_router_links_description":"虛線表示連接到路由節點","hide":"點我隱藏說明","load":"載入網路拓樸圖","loading":"根據你的網路規模,這可能需要十秒到兩分鐘的時間。"},"navbar":{"all":"全部","dashboard":"總覽","devices":"裝置","disable_join":"停用新裝置配對","extensions":"擴充","groups":"群組","logs":"日誌","map":"網路圖","ota":"OTA","permit_join":"允許裝置加入","restart":"重啟","settings":"設定","toggle_dropdown":"切換下拉選單","touchlink":"Touchlink"},"ota":{"check":"檢查更新","check_all":"檢查全部更新","empty_ota_message":"你沒有支援OTA更新的裝置","remaining_time":"剩餘時間 {{- remaining}}","update":"更新裝置韌體"},"settings":{"about":"關於","advanced":"進階","blocklist":"封鎖裝置列表","coordinator_revision":"協調器版本","coordinator_type":"協調器類型","donate":"贊助","donation_text":["Hello, %username%, here you can thank us for hardworking","Don\'t hesitate to say something nice as well ;)"],"download_state":"下載狀態","experimental":"實驗性功能","external_converters":"外部轉換器","frontend":"前端","frontend_version":"前端版本","main":"基礎","mqtt":"MQTT","ota":"OTA 更新","passlist":"允許裝置列表","raw":"RAW","restart_zigbee2mqtt":"重啟 Zigbee2MQTT","serial":"串列通訊","settings":"設定","tools":"工具","zigbee2mqtt_version":"Zigbee2MQTT 版本","translate":"翻譯","homeassistant":"Home Assistant 整合","permit_join":"允許裝置加入"},"settingsSchemaTranslations":{"advanced-title":"進階","advanced_availability_blacklist__title":"可用性黑名單 (已棄用, 請使用 availability_blocklist)","advanced_availability_blocklist__description":"停用列表中裝置的可用性檢查","advanced_availability_blocklist__title":"可用性阻止名單","advanced_availability_passlist__description":"只對列表中裝置進行可用性檢查","advanced_availability_passlist__title":"可用性檢查清單","advanced_availability_whitelist__title":"可用性白名單 (已棄用, 請使用 passlist)","advanced_ext_pan_id__description":"Zigbee 網路擴充ID, 變更此項將需要重新配對全部裝置!","advanced_ext_pan_id__title":"網路擴充ID","advanced_log_output__description":"日誌的輸出位置,留空將停用日誌紀錄","advanced_log_output__title":"日誌輸出","advanced_log_syslog-title":"系統日誌","blocklist__description":"從網路中封鎖裝置(根據 ieeeAddr)","blocklist__title":"封鎖裝置清單","experimental-title":"實驗性功能","external_converters__description":"你可以在此定義外部轉換器,例如增加對DIY裝置的支援。","external_converters__title":"外部轉換器","frontend-title":"前端","mqtt-title":"MQTT","ota-title":"OTA 更新","passlist__description":"只允許特定裝置加入網路(根據 ieeeAddr)。 請注意,所有不在此請單中的裝置都將從網路中移除!","passlist__title":"允許裝置清單","serial-title":"串列通訊"},"touchlink":{"detected_devices_message":"檢測到{{count}}個touchlink裝置","rescan":"再次掃描","scan":"掃描"},"values":{"clear":"無人","closed":"關閉","false":"否","not_supported":"不支援","occupied":"有人","open":"開啟","supported":"支援","true":"是","empty_string":"空字串(\\"\\")","leaking":"洩漏","tampered":"Tampered"},"zigbee":{"actions":"動作","attribute":"屬性","block_join":"防止再次加入","cluster":"叢集","description":"描述","device":"裝置","device_type":"裝置類型","endpoint":"端點","firmware_build_date":"韌體編譯時間","firmware_version":"韌體版本","force_remove":"強制刪除","friendly_name":"暱稱","ieee_address":"IEEE 地址","input_clusters":"輸入叢集","interview_completed":"配對成功","last_seen":"最後出現","lqi":"連線品質(LQI)","manufacturer":"製造商","max_rep_interval":"最大回報間隔","min_rep_change":"修改最小回報間隔","min_rep_interval":"最小回報間隔","model":"型號","network_address":"網路地址","none":"無","output_clusters":"輸出叢集","pic":"圖片","power":"電源類型","reconfigure":"重新設置裝置","remove_device":"移除裝置","rename_device":"重新命名裝置","select_attribute":"選擇屬性","select_cluster":"選擇叢集","support_status":"受支援狀態","unsupported":"不支援","update_Home_assistant_entity_id":"更新 Home Assistant 實體 ID","zigbee_manufacturer":"Zigbee 製造商","zigbee_model":"Zigbee 型號"},"scene":{"scene_id":"場景ID","store":"儲存","recall":"Recall","remove":"移除","remove_all":"移除全部"}}');
|
4908
4916
|
;// CONCATENATED MODULE: ./src/i18n/locales/ko.json
|
4909
4917
|
const ko_namespaceObject = JSON.parse('{"common":{"action":"액션","actions":"액션","apply":"적용","attribute":"속성","bind":"Bind","check_all":"전체 확인","clear":"초기화","close":"닫기","cluster":"클러스터","clusters":"클러스터","confirmation":"명령 확인","delete":"삭제","destination":"Destination","devices":"장치","dialog_confirmation_prompt":"실행할까요?","disable":"해제","enter_search_criteria":"Enter search criteria","groups":"그룹","loading":"Loading...","none":"None","ok":"확인","read":"읽기","save":"저장","select_device":"장치 선택","select_endpoint":"endpoint 선택","source_endpoint":"Source endpoint","the_only_endpoint":"The only endpoint","unbind":"Unbind","write":"쓰기"},"devicePage":{"about":"자세히","bind":"Bind","clusters":"클러스터","dev_console":"Dev console","exposes":"Exposes","reporting":"보고","settings":"설정","settings_specific":"설정 (specific)","state":"상태","unknown_device":"알 수 없는 장치"},"exposes":{"action":"액션","auto_off":"Auto off","away_mode":"외출 모드","away_preset_days":"Away preset days","away_preset_temperature":"Away preset temperature","backlight_mode":"Backlight mode","battery":"배터리","battery_low":"저전압 배터리","boost_time":"Boost time","brightness":"밝기","calibration":"캘리브레이션","carbon_monoxide":"일산화탄소","color_hs":"Color (HS)","color_temp":"색 온도","color_temp_startup":"Startup color temp","color_xy":"Color (XY)","comfort_temperature":"편안한 온도","consumer_connected":"Consumer connected","consumer_overload":"Consumer overload","contact":"접촉","current":"전류","current_heating_setpoint":"Current heating setpoint","eco_temperature":"Eco temperature","effect":"Effect","empty_exposes_definition":"Empty exposes definition","energy":"에너지","force":"Force","humidity":"습도","illuminance":"조도","illuminance_lux":"조도_lux","led_disabled_night":"Led disabled night","linkquality":"Linkquality","local_temperature":"Local 온도","local_temperature_calibration":"Local 온도 보정","max_temperature":"최대 온도","min_temperature":"최저 온도","motor_reversal":"역방향 모터회전","moving":"움직임","occupancy":"감지","operation_mode":"동작 모드","options":"옵션","position":"위치","power":"전원","power_on_behavior":"Power on behavior","power_outage_memory":"Power outage memory","preset":"프리셋","pressure":"압력","sensivity":"감도","smoke":"연기","state":"상태","strength":"강도","system_mode":"시스템 모드","tamper":"분리 감지","temperature":"온도","voltage":"전압","water_leak":"누수","week":"주","device_temperature":"장치 온도"},"extensions":{"create_new_extension":"새 익스텐션 만들기","extension_name_propmt":"새 익스텐션 이름 입력","select_extension_to_edit":"바꿀 익스텐션 선택"},"featureNames":{"action":"액션","angle_x":"X 각도","angle_y":"Y 각도","angle_z":"Z 각도","brightness":"밝기","color_temp":"색 온도","color_xy":"Color Xy","contact":"접촉","humidity":"습도","illuminance":"밝기","occupancy":"감지","options":"옵션","position":"위치","pressure":"압력","soil_moisture":"토양 습도","smoke":"연기","state":"상태","temperature":"온도","tamper":"분리 감지","device_temperature":"장치 온도"},"groups":{"add_to_group":"그룹 추가","create_group":"그룹 생성","new_group_id":"새 그룹 아이디","new_group_id_placeholder":"특별 그룹 ID (옵션)","new_group_name":"새 그룹 이름","new_group_name_placeholder":"예: my_bedroom_lights","remove_group":"그룹 삭제"},"logs":{"empty_logs_message":"Nothing to display","filter_by_text":"Filter by text","show_only":"Show only"},"map":{"help_coordinator_link_description":"실선 : Coordinator와 연결","help_end_device_description":"녹색 : End Device","help_is_coordinator":"is Coordinator","help_lqi_description":"Link quality 값은 0~255 (높을수록 좋음), 여러 유형의 링크를 나타냅니다.","help_router_description":"파랑 : Router","help_router_links_description":"점선 : Routes와 연결","hide":"숨기기","load":"맵 보기","loading":"네트워크 크기에 따라 다르며 10초~2분정도 소요됩니다."},"navbar":{"all":"전체","dashboard":"대쉬 보드","devices":"장치","disable_join":"페어링 오프","extensions":"익스텐션","groups":"그룹","logs":"로그","map":"지도","ota":"OTA","permit_join":"페어링 온","restart":"재시작","settings":"설정","toggle_dropdown":"Toggle dropdown","touchlink":"터치링크"},"ota":{"check":"업데이트 확인 중","check_all":"전체 업데이트 확인","empty_ota_message":"OTA 지원장치가 없습니다.","remaining_time":"남은 시간 {{- remaining}}","update":"장치 펌웨어 업데이트"},"settings":{"about":"자세히","advanced":"고급","blocklist":"차단 리스트","coordinator_revision":"Coordinator revision","coordinator_type":"Coordinator type","donate":"기부","donation_text":["Hello, %username%, here you can thank us for hardworking","Don\'t hesitate to say something nice as well ;)"],"download_state":"다운로드 상태","experimental":"Experimental","external_converters":"외부 컨버터","frontend":"Frontend","frontend_version":"Frontend 버전","main":"Main","mqtt":"MQTT","ota":"OTA 업데이트","passlist":"Passlist","raw":"Raw","restart_zigbee2mqtt":"재시작 Zigbee2MQTT","serial":"Serial","settings":"설정","tools":"도구","zigbee2mqtt_version":"Zigbee2MQTT 버전","translate":"번역"},"settingsSchemaTranslations":{"advanced-title":"Advanced","advanced_availability_blacklist__title":"Availability blacklist (deprecated, use availability_blocklist)","advanced_availability_blocklist__description":"Prevent devices from being checked for availability","advanced_availability_blocklist__title":"Availability Blocklist","advanced_availability_passlist__description":"Only enable availability check for certain devices","advanced_availability_passlist__title":"Availability passlist","advanced_availability_whitelist__title":"Availability whitelist (deprecated, use passlist)","advanced_ext_pan_id__description":"Zigbee extended pan ID, changing requires repairing all devices!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Output location of the log, leave empty to supress logging","advanced_log_output__title":"Log output","advanced_log_syslog-title":"syslog","blocklist__description":"Block devices from the network (by ieeeAddr)","blocklist__title":"Blocklist","experimental-title":"Experimental","external_converters__description":"You can define external converters to e.g. add support for a DiY device","external_converters__title":"External converters","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"OTA updates","passlist__description":"Allow only certain devices to join the network (by ieeeAddr). Note that all devices not on the passlist will be removed from the network!","passlist__title":"Passlist","root__description":"Allow only certain devices to join the network (by ieeeAddr). Note that all devices not on the passlist will be removed from the network!","root_availability_blacklist__title":"Availability blacklist (deprecated, use availability_blocklist)","root_availability_blocklist__description":"Prevent devices from being checked for availability","root_availability_blocklist__title":"Availability Blocklist","root_availability_passlist__description":"Only enable availability check for certain devices","root_availability_passlist__title":"Availability passlist","root_availability_whitelist__title":"Availability whitelist (deprecated, use passlist)","root_debounce_ignore__description":"Protects unique payload values of specified payload properties from overriding within debounce time","root_debounce_ignore__title":"Ignore debounce","root_ext_pan_id__description":"Zigbee extended pan ID, changing requires repairing all devices!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Allows to prevent certain attributes from being published","root_filtered_attributes__title":"Filtered attributes","root_filtered_optimistic__description":"Filter attributes from optimistic publish payload when calling /set. (This has no effect if optimistic is set to false).","root_filtered_optimistic__title":"Filtered optimistic attributes","root_log_output__description":"Output location of the log, leave empty to supress logging","root_log_output__title":"Log output","root_log_syslog-title":"syslog","serial-title":"Serial"},"touchlink":{"detected_devices_message":"Detected {{count}} touchlink devices.","rescan":"재 탐색","scan":"탐색"},"values":{"clear":"정상","closed":"닫힘","false":"False","not_supported":"지원하지 않음","occupied":"Occupied","open":"열림","supported":"지원됨","true":"True","empty_string":"Empty string(\\"\\")","leaking":"누수","tampered":"분리 감지"},"zigbee":{"actions":"액션","attribute":"속성","block_join":"Block from joining again","cluster":"클러스터","description":"설명","device_type":"장치 종류","endpoint":"Endpoint","firmware_build_date":"펌웨어 제작일","firmware_version":"펌웨어 버전","force_remove":"강제 삭제","friendly_name":"Friendly name","ieee_address":"IEEE Address","input_clusters":"입력 클러스터","interview_completed":"인터뷰 성공","last_seen":"Last seen","lqi":"LQI","manufacturer":"제조사","max_rep_interval":"최대 보고 주기","min_rep_change":"최소 보고 변화값","min_rep_interval":"최소 보고 주기","model":"모델명","network_address":"네트워크 주소","none":"None","output_clusters":"출력 클러스터","pic":"사진","power":"파워","reconfigure":"재설정","remove_device":"장치 삭제","rename_device":"장치 이름 변경","select_attribute":"속성 선택","select_cluster":"클러스터 선택","support_status":"지원 상태","unsupported":"지원하지 않음","update_Home_assistant_entity_id":"Home Assistant entity ID 업데이트","zigbee_manufacturer":"Zigbee 제조사","zigbee_model":"Zigbee 모델명"}}');
|
4918
|
+
;// CONCATENATED MODULE: ./src/i18n/locales/cs.json
|
4919
|
+
const cs_namespaceObject = JSON.parse('{"common":{"action":"Akce","actions":"Akce","apply":"Použít","attribute":"Atribut","bind":"Svázat","check_all":"Zkontrolovat vše","clear":"Vyčistit","close":"Zavřít","cluster":"Cluster","clusters":"Clustery","confirmation":"Výzva k potvrzení","delete":"Vymazat","destination":"Cíl","devices":"Zařízení","dialog_confirmation_prompt":"Jste si jistý?","disable":"Zakázat","enter_search_criteria":"Zadejte vyhledávací kritéria","groups":"Skupiny","loading":"Načítání...","none":"Žádné","ok":"Ok","read":"Načíst","save":"Uložit","select_device":"Vyberte zařízení","select_endpoint":"Vybrat koncový bod","source_endpoint":"Zdroj koncového bodu","the_only_endpoint":"Jediný koncový bod","unbind":"Rozvázat","write":"Zapsat"},"devicePage":{"about":"O mě","bind":"Svázat","clusters":"Clustery","dev_console":"Vývojářská konzole","exposes":"Detaily","reporting":"Hlašení","settings":"Nastavení","settings_specific":"Nastavení (specifické)","state":"Stav","scene":"Scéna","unknown_device":"Neznámé zařízení"},"exposes":{"action":"Akce","auto_off":"Automatické vypnutí","away_mode":"Režim nepřítomnosti","away_preset_days":"Přednastavené dny pro nepřítomnost","away_preset_temperature":"Přednastavená teplota pro nepřítomnost","backlight_mode":"Režim podsvícení","battery":"Baterie","battery_low":"Vybitá baterie","boost_time":"Doba pro navýšení teploty","brightness":"Jas","calibration":"Kalibrace","carbon_monoxide":"Oxid uhelnatý","color_hs":"Barva (HS)","color_temp":"Teplota barev","color_temp_startup":"Teplota barev při spuštění","color_xy":"Barva (XY)","comfort_temperature":"Komfortní teplota","consumer_connected":"Konzument připojen","consumer_overload":"Přetížení konzumenta","contact":"Kontakt","current":"Aktuální","current_heating_setpoint":"Aktuálně nastavená hodnota","eco_temperature":"Eko teplota","effect":"Efekt","empty_exposes_definition":"Vymazat exponované definice","energy":"Energie","force":"Síla","humidity":"Vlhkost","illuminance":"Osvětlení","illuminance_lux":"Osvětlení","led_disabled_night":"Led v noci vyplá","linkquality":"Kvalita signálu","local_temperature":"Místní teplota","local_temperature_calibration":"Kalibrace místní teploty","max_temperature":"Maximální teplota","min_temperature":"Minimální teplota","motor_reversal":"Zpětný chod motoru","moving":"V pohybu","occupancy":"Obsazenost","operation_mode":"Provozní režim","options":"Možnosti","position":"Pozice","power":"Napájení","power_on_behavior":"Chování při zapnutí","power_outage_memory":"Paměť při výpadku napájení","preset":"Předvolba","pressure":"Tlak","sensivity":"Citlivost","smoke":"Kouř","state":"Stav","strength":"Síla","system_mode":"Režim systému","tamper":"Manipulovat","temperature":"Teplota","voltage":"Napětí","water_leak":"Únik vody","week":"Týden"},"extensions":{"create_new_extension":"Vytvořit nové rozšíření","extension_name_propmt":"Zadejte nový název rozšíření","select_extension_to_edit":"Vyberte rozšíření, které chcete upravit"},"featureDescriptions":{"Auto off after specific time.":"Automatické vypnutí po dané době.","Away mode":"Režim pryč","Away preset days":"Přednastavené dny pro pryč","Away preset temperature":"Přednastavená teplota pro pryč","Boost time":"Doba zvýšení","Brightness of this light":"Jas tohoto světla","Calibration time":"Čas kalibrace","Color of this light expressed as hue/saturation":"Barva tohoto světla vyjádřená jako odstín/sytost","Color of this light in the CIE 1931 color space (x/y)":"Barva tohoto světla v barevném prostoru CIE 1931 (x/y)","Color temperature after cold power on of this light":"Barevná teplota po studeném zapnutí tohoto světla","Color temperature of this light":"Barevná teplota tohoto světla","Comfort temperature":"Komfortní teplota","Controls the behavior when the device is powered on":"Ovládá chování, když je zařízení zapnuté","Controls the behaviour when the device is powered on":"Ovládá chování, když je zařízení zapnuté","Current temperature measured on the device":"Aktuální teplota naměřená na zařízení","Decoupled mode for center button":"Oddělený režim pro střední tlačítko","Decoupled mode for left button":"Oddělený režim pro levé tlačítko","Decoupled mode for right button":"Oddělený režim pro pravé tlačítko","Eco temperature":"Eko teplota","Enable/disable auto lock":"Povolit/zakázat automatický zámek","Enable/disable away mode":"Povolit/zakázat režim nepřítomnosti","Enables/disables physical input on the device":"Povolí/zakáže fyzický vstup do zařízení","Enables/disables window detection on the device":"Povolí/zakáže detekci oken na zařízení","Enabling prevents both relais being on at the same time":"Povolení zabrání zapnutí obou relé současně","Force the valve position":"Vynutit polohu ventilu","Indicates if CO (carbon monoxide) is detected":"Ukazuje, zda je detekován CO (oxid uhelnatý)","Indicates if the battery of this device is almost empty":"Ukazuje, zda je baterie tohoto zařízení téměř vybitá","Indicates if the contact is closed (= true) or open (= false)":"Ukazuje, zda je kontakt sepnutý (= true) nebo otevřený (= false)","Indicates whether the device detected a water leak":"Ukazuje, zda zařízení detekovalo únik vody","Indicates whether the device detected occupancy":"Ukazuje, zda zařízení detekovalo obsazenost","Indicates whether the device detected smoke":"Ukazuje, zda zařízení detekovalo kouř","Indicates whether the device is tampered":"Ukazuje, zda je se zařízením neoprávněně manipulováno","Instantaneous measured electrical current":"Okamžitý naměřený elektrický proud","Instantaneous measured power":"Okamžitý naměřený výkon","Link quality (signal strength)":"Kvalita signálu (síla signálu)","Maximum temperature":"Maximální teplota","Measured electrical potential value":"Naměřená hodnota elektrického potenciálu","Measured illuminance in lux":"Naměřená osvětlenost v luxech","Measured relative humidity":"Naměřená relativní vlhkost","Measured temperature value":"Hodnota naměřené teploty","Minimum temperature":"Minimální teplota","Mode of this device (similar to system_mode)":"Režim tohoto zařízení (podobný system_mode)","Mode of this device":"Režim tohoto zařízení","Motor speed":"Rychlost motoru","Offset to be used in the local_temperature":"Offset, který má být použit v local_temperature","On/off state of the switch":"Stav spínače zapnuto/vypnuto","On/off state of this light":"Stav zapnuto/vypnuto tohoto světla","Position of this cover":"Pozice tohoto krytu","Position":"Pozice","Raw measured illuminance":"RAW naměřená osvětlenost","Recover state after power outage":"Obnovení stavu po výpadku napájení","Remaining battery in %":"Zbývající baterie v %","Side of the cube":"Strana krychle","Sum of consumed energy":"Součet spotřebované energie","Temperature setpoint":"Nastavená hodnota teploty","The measured atmospheric pressure":"Naměřený atmosférický tlak","Triggered action (e.g. a button click)":"Spuštěná akce (např. kliknutí na tlačítko)","Triggers an effect on the light (e.g. make light blink for a few seconds)":"Spustí efekt na světlo (např. nechá světlo na několik sekund blikat)","Voltage of the battery in millivolts":"Napětí baterie v milivoltech","Week format user for schedule":"Formát kalendářního týdne"},"featureNames":{"action":"Akce","angle_x":"Úhel X","angle_y":"Úhel Y","angle_z":"Úhel Z","brightness":"Jas","co2":"CO2","color_temp":"Teplota barev","color_xy":"Barva Xy","contact":"Kontakt","humidity":"Vlhkost","illuminance":"Osvětlení","occupancy":"Obsazenost","pressure":"Tlak","soil_moisture":"Vlhkost půdy","state":"Stav","temperature":"Teplota","tamper":"Manipulovat"},"groups":{"add_to_group":"Přidat do skupiny","create_group":"Vytvořit skupinu","new_group_id":"ID nové skupiny","new_group_id_placeholder":"V případě potřeby zadejte ID skupiny","new_group_name":"Nový název skupiny","new_group_name_placeholder":"příklad: my_bedroom_lights","remove_group":"Odebrat skupinu","group_id":"ID skupiny","group_name":"Název skupiny","group_members":"Členové skupiny","group_scenes":"Skupinové scény"},"logs":{"empty_logs_message":"Nic k zobrazení","filter_by_text":"Filtrovat podle textu","show_only":"Pouze zobrazit"},"map":{"help_coordinator_link_description":"Plné čáry jsou odkazem na koordinátora","help_end_device_description":"Zelená znamená koncové zařízení","help_is_coordinator":"je koordinátor","help_lqi_description":"Kvalita spojení je mezi 0 - 255 (vyšší je lepší), hodnota s / představuje více typů spojení","help_router_description":"Modrá znamená směrovač","help_router_links_description":"Přerušované čáry jsou spojením se směrovači","hide":"Kliknutím na mě skryješ","load":"Načíst mapu","loading":"V závislosti na velikosti vaší sítě může načtení trvat 10 sekund až 2 minuty."},"navbar":{"all":"Vše","dashboard":"Přehled","devices":"Zařízení","disable_join":"Zakázat připojení","extensions":"Rozšíření","groups":"Skupiny","logs":"Logy","map":"Mapa","ota":"OTA","permit_join":"Povolit připojení","restart":"Restartovat","settings":"Nastavení","toggle_dropdown":"Přepnout rozbalovací nabídku","touchlink":"Touchlink"},"ota":{"check":"Kontrola nových aktualizací","check_all":"Zkontrolovat vše","empty_ota_message":"Nemáte žádná zařízení, která podporují OTA","remaining_time":"Zbývající čas {{- remaining}}","update":"Aktualizovat firmware zařízení"},"settings":{"about":"O mě","advanced":"Pokročilé","availability":"Dostupnost","blocklist":"Seznam blokovaných","coordinator_revision":"Revize koordinátora","coordinator_type":"Typ koordinátora","donate":"Příspěvek","donation_text":["Dobrý den, %username%, zde nám můžete poděkovat za tvrdou práci","Neváhej a řekni taky něco hezkého ;)"],"download_state":"Stav stahování","experimental":"Experimentální","external_converters":"Externí převodníky","frontend":"Frontend","frontend_version":"Verze frontendu","main":"Hlavní","mqtt":"MQTT","ota":"Aktualizace OTA","passlist":"Přístupová práva","raw":"Raw","restart_zigbee2mqtt":"Restart Zigbee2MQTT","serial":"Sériový","settings":"Nastavení","tools":"Nástroje","zigbee2mqtt_version":"Verze Zigbee2MQTT","translate":"Přeložit"},"settingsSchemaTranslations":{"advanced-title":"Advanced","advanced_availability_blacklist__title":"Blacklist dostupnosti (zastaralé, použijte availability_blocklist)","advanced_availability_blocklist__description":"Zabránit kontrole dostupnosti zařízení","advanced_availability_blocklist__title":"Blacklist dostupnosti","advanced_availability_passlist__description":"Povolit kontrolu dostupnosti pouze pro určitá zařízení","advanced_availability_passlist__title":"Passlist dostupnosti","advanced_availability_whitelist__title":"Whitelist dostupnosti (zastaralá, použijte Passlist)","advanced_ext_pan_id__description":"Zigbee Extended Pan ID, změna vyžaduje opravu všech zařízení!","advanced_ext_pan_id__title":"Ext Pan ID","advanced_log_output__description":"Výstupní umístění logu, ponechte prázdné pro potlačení logování","advanced_log_output__title":"Výstup logu","advanced_log_syslog-title":"syslog","blocklist__description":"Blokovat zařízení ze sítě (pomocí ieeeAddr)","blocklist__title":"Blocklist","experimental-title":"Experimentální","external_converters__description":"Můžete definovat externí převodníky, např. přidat podporu pro DIY zařízení","external_converters__title":"Externí převodníky","frontend-title":"Frontend","mqtt-title":"MQTT","ota-title":"Aktualizace OTA","passlist__description":"Povolit připojení k síti pouze určitým zařízením (pomocí ieeeAddr). Pamatujte, že všechna zařízení, která nejsou na seznamu přístupů, budou ze sítě odstraněna!","passlist__title":"Passlist","root__description":"Povolit připojení k síti pouze určitým zařízením (pomocí ieeeAddr). Pamatujte, že všechna zařízení, která nejsou na seznamu přístupových práv, budou ze sítě odstraněna!","root_availability_blacklist__title":"Blacklist dostupnosti (zastaralé, použijte availability_blocklist)","root_availability_blocklist__description":"Zabránit kontrole dostupnosti zařízení","root_availability_blocklist__title":"Blacklist dostupnosti","root_availability_passlist__description":"Povolit kontrolu dostupnosti pouze pro určitá zařízení","root_availability_passlist__title":"Passlist dostupnosti","root_availability_whitelist__title":"Povolená listina dostupnosti (zastaralé, použijte passlist)","root_debounce_ignore__description":"Chrání jedinečné hodnoty vlastností užitečného zatížení před přepsáním během doby odskoku","root_debounce_ignore__title":"Ignorovat odskok","root_ext_pan_id__description":"Zigbee extended pan ID, změna vyžaduje opravu všech zařízení!","root_ext_pan_id__title":"Ext Pan ID","root_filtered_attributes__description":"Povolit zabránění zveřejnění určitých atributů ","root_filtered_attributes__title":"Filtrované atributy","root_filtered_optimistic__description":"Filtrujte atributy z optimistického publikování dat při dotazu /set (Toto nemá žádný vliv, pokud je optimistické nastaveno na false).","root_filtered_optimistic__title":"Filtrované optimistické atributy","root_log_output__description":"Výstupní umístění logu, ponechte prázdné pro potlačení logování","root_log_output__title":"Výstup logu","root_log_syslog-title":"syslog","serial-title":"Sériový"},"touchlink":{"detected_devices_message":"Zjištěno {{count}} zařízení touchlink.","rescan":"Hledat znova","scan":"Hledat"},"values":{"clear":"Vymazat","closed":"Zavřeno","false":"Nepravda","not_supported":"Není podporováno","occupied":"Obsazený","open":"Otevřeno","supported":"Podporováno","true":"Pravda","empty_string":"Prázdný řetězec(\\"\\")","leaking":"Netěsnost","tampered":"Manipulováno"},"zigbee":{"actions":"Akce","attribute":"Atribut","battery":"Baterie","block_join":"Zablokovat opětovné připojení","cluster":"Cluster","dc_source":"DC zdroj","description":"Popis","device_type":"Typ zařízení","endpoint":"Koncový bod","firmware_build_date":"Datum sestavení firmwaru","firmware_version":"Verze firmwaru","force_remove":"Vynutit odstranění","friendly_name":"Název","ieee_address":"IEEE adresa","input_clusters":"Vstupní clustery","interview_completed":"Párování dokončeno","interview_failed":"Párování selhalo","interviewing":"Párování","last_seen":"Naposledy viděno","lqi":"LQI","mains_single_phase":"Síť (jednofázová)","manufacturer":"Výrobce","max_rep_interval":"Max interval odezvy","min_rep_change":"Min změna odezvy","min_rep_interval":"Min interval odezvy","model":"Model","network_address":"Síťová adresa","none":"Žádný","output_clusters":"Výstupní clustery","pic":"Obr.","power":"Napájení","power_level":"úroveň napájení","reconfigure":"Přenastavit","remove_device":"Odebrat zařízení","rename_device":"Přejmenovat zařízení","select_attribute":"Vybrat atribut","select_cluster":"Vybrat cluster","support_status":"Stav podpory","unsupported":"Nepodporováno","updating_firmware":"Aktualizace firmwaru","update_Home_assistant_entity_id":"Aktualizovat ID entity v Home Assistant","zigbee_manufacturer":"Výrobce Zigbee","zigbee_model":"Model Zigbee","device":"Zařízení"},"scene":{"scene_id":"ID scény","recall":"Odvolání","store":"Obchod","remove":"Odstranit","remove_all":"Odstranit vše","add":"Přidat","select_scene":"Vybrat scénu","scene_name":"Název scény"}}');
|
4910
4920
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/pl.js
|
4911
|
-
var lang_pl = __webpack_require__(
|
4921
|
+
var lang_pl = __webpack_require__(76854);
|
4912
4922
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/fr.js
|
4913
4923
|
var lang_fr = __webpack_require__(4056);
|
4914
4924
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/de.js
|
4915
|
-
var lang_de = __webpack_require__(
|
4925
|
+
var lang_de = __webpack_require__(71643);
|
4916
4926
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/ru.js
|
4917
|
-
var lang_ru = __webpack_require__(
|
4927
|
+
var lang_ru = __webpack_require__(98592);
|
4918
4928
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/pt_BR.js
|
4919
|
-
var pt_BR = __webpack_require__(
|
4929
|
+
var pt_BR = __webpack_require__(89404);
|
4920
4930
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/es.js
|
4921
|
-
var lang_es = __webpack_require__(
|
4931
|
+
var lang_es = __webpack_require__(59936);
|
4922
4932
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/uk.js
|
4923
|
-
var uk = __webpack_require__(
|
4933
|
+
var uk = __webpack_require__(14739);
|
4924
4934
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/zh_CN.js
|
4925
|
-
var zh_CN = __webpack_require__(
|
4935
|
+
var zh_CN = __webpack_require__(92860);
|
4926
4936
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/nl.js
|
4927
|
-
var lang_nl = __webpack_require__(
|
4937
|
+
var lang_nl = __webpack_require__(32357);
|
4928
4938
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/it.js
|
4929
|
-
var lang_it = __webpack_require__(
|
4939
|
+
var lang_it = __webpack_require__(20643);
|
4930
4940
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/zh_TW.js
|
4931
|
-
var zh_TW = __webpack_require__(
|
4941
|
+
var zh_TW = __webpack_require__(81980);
|
4932
4942
|
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/ko.js
|
4933
|
-
var ko = __webpack_require__(
|
4943
|
+
var ko = __webpack_require__(52392);
|
4944
|
+
// EXTERNAL MODULE: ./node_modules/timeago.js/lib/lang/cs.js
|
4945
|
+
var cs = __webpack_require__(26026);
|
4934
4946
|
;// CONCATENATED MODULE: ./src/i18n/index.ts
|
4935
4947
|
|
4936
4948
|
|
@@ -4960,6 +4972,8 @@ var ko = __webpack_require__(2392);
|
|
4960
4972
|
|
4961
4973
|
|
4962
4974
|
|
4975
|
+
|
4976
|
+
|
4963
4977
|
|
4964
4978
|
|
4965
4979
|
|
@@ -4975,6 +4989,7 @@ var ko = __webpack_require__(2392);
|
|
4975
4989
|
(0,esm/* register */.z2)("it", lang_it/* default */.Z);
|
4976
4990
|
(0,esm/* register */.z2)("ko", ko/* default */.Z);
|
4977
4991
|
(0,esm/* register */.z2)("zh", zh_TW/* default */.Z);
|
4992
|
+
(0,esm/* register */.z2)("cs", cs/* default */.Z);
|
4978
4993
|
const resources = {
|
4979
4994
|
en: en_namespaceObject,
|
4980
4995
|
fr: locales_fr_namespaceObject,
|
@@ -4989,6 +5004,7 @@ const resources = {
|
|
4989
5004
|
it: locales_it_namespaceObject,
|
4990
5005
|
zh: zh_namespaceObject,
|
4991
5006
|
ko: ko_namespaceObject,
|
5007
|
+
cs: cs_namespaceObject,
|
4992
5008
|
};
|
4993
5009
|
window.missing = {};
|
4994
5010
|
const blacklistedNamespaces = ['localeNames'];
|
@@ -5041,6 +5057,7 @@ var I18nextProvider = __webpack_require__(6339);
|
|
5041
5057
|
|
5042
5058
|
|
5043
5059
|
|
5060
|
+
|
5044
5061
|
|
5045
5062
|
|
5046
5063
|
const ConnectedDevicePageWrap = ({ dev }) => (React.createElement(ConnectedDevicePageWrap, { dev: dev }));
|
@@ -5090,13 +5107,20 @@ react_dom.render(react.createElement(Main, null), document.getElementById("root"
|
|
5090
5107
|
|
5091
5108
|
/***/ }),
|
5092
5109
|
|
5093
|
-
/***/
|
5110
|
+
/***/ 10634:
|
5094
5111
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5095
5112
|
|
5096
5113
|
module.exports = __webpack_require__.p + "55cd21f70dc38c74e89a.png";
|
5097
5114
|
|
5098
5115
|
/***/ }),
|
5099
5116
|
|
5117
|
+
/***/ 79578:
|
5118
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5119
|
+
|
5120
|
+
module.exports = __webpack_require__.p + "31d4af8eaa717db909e4.png";
|
5121
|
+
|
5122
|
+
/***/ }),
|
5123
|
+
|
5100
5124
|
/***/ 8234:
|
5101
5125
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5102
5126
|
|
@@ -5104,56 +5128,56 @@ module.exports = __webpack_require__.p + "bdac95fb9b6e1011ff13.png";
|
|
5104
5128
|
|
5105
5129
|
/***/ }),
|
5106
5130
|
|
5107
|
-
/***/
|
5131
|
+
/***/ 28393:
|
5108
5132
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5109
5133
|
|
5110
5134
|
module.exports = __webpack_require__.p + "f089fd97c4f748dc240d.png";
|
5111
5135
|
|
5112
5136
|
/***/ }),
|
5113
5137
|
|
5114
|
-
/***/
|
5138
|
+
/***/ 98522:
|
5115
5139
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5116
5140
|
|
5117
5141
|
module.exports = __webpack_require__.p + "36baafd4913c34b7621d.png";
|
5118
5142
|
|
5119
5143
|
/***/ }),
|
5120
5144
|
|
5121
|
-
/***/
|
5145
|
+
/***/ 10033:
|
5122
5146
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5123
5147
|
|
5124
5148
|
module.exports = __webpack_require__.p + "a31ec91840f0acdb1d8a.png";
|
5125
5149
|
|
5126
5150
|
/***/ }),
|
5127
5151
|
|
5128
|
-
/***/
|
5152
|
+
/***/ 83686:
|
5129
5153
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5130
5154
|
|
5131
5155
|
module.exports = __webpack_require__.p + "8e639677ed26c0e699f2.png";
|
5132
5156
|
|
5133
5157
|
/***/ }),
|
5134
5158
|
|
5135
|
-
/***/
|
5159
|
+
/***/ 23876:
|
5136
5160
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5137
5161
|
|
5138
5162
|
module.exports = __webpack_require__.p + "f7ecf664781426f41f86.png";
|
5139
5163
|
|
5140
5164
|
/***/ }),
|
5141
5165
|
|
5142
|
-
/***/
|
5166
|
+
/***/ 17358:
|
5143
5167
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5144
5168
|
|
5145
5169
|
module.exports = __webpack_require__.p + "89a867bd81edd3b2fbc6.png";
|
5146
5170
|
|
5147
5171
|
/***/ }),
|
5148
5172
|
|
5149
|
-
/***/
|
5173
|
+
/***/ 30250:
|
5150
5174
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5151
5175
|
|
5152
5176
|
module.exports = __webpack_require__.p + "3390a8dee1465fe91612.png";
|
5153
5177
|
|
5154
5178
|
/***/ }),
|
5155
5179
|
|
5156
|
-
/***/
|
5180
|
+
/***/ 13510:
|
5157
5181
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5158
5182
|
|
5159
5183
|
module.exports = __webpack_require__.p + "0f8f97805c32ff22bc14.png";
|
@@ -5167,35 +5191,35 @@ module.exports = __webpack_require__.p + "b4fe9b31254ddc033cfc.png";
|
|
5167
5191
|
|
5168
5192
|
/***/ }),
|
5169
5193
|
|
5170
|
-
/***/
|
5194
|
+
/***/ 47822:
|
5171
5195
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5172
5196
|
|
5173
5197
|
module.exports = __webpack_require__.p + "ce224eab53916fb54e7d.png";
|
5174
5198
|
|
5175
5199
|
/***/ }),
|
5176
5200
|
|
5177
|
-
/***/
|
5201
|
+
/***/ 49774:
|
5178
5202
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5179
5203
|
|
5180
5204
|
module.exports = __webpack_require__.p + "39be67ed85bc170560c4.png";
|
5181
5205
|
|
5182
5206
|
/***/ }),
|
5183
5207
|
|
5184
|
-
/***/
|
5208
|
+
/***/ 71639:
|
5185
5209
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5186
5210
|
|
5187
5211
|
module.exports = __webpack_require__.p + "687e896db1804112e546.png";
|
5188
5212
|
|
5189
5213
|
/***/ }),
|
5190
5214
|
|
5191
|
-
/***/
|
5215
|
+
/***/ 19394:
|
5192
5216
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
5193
5217
|
|
5194
5218
|
module.exports = __webpack_require__.p + "d921749ee5fe6bc67e4c.png";
|
5195
5219
|
|
5196
5220
|
/***/ }),
|
5197
5221
|
|
5198
|
-
/***/
|
5222
|
+
/***/ 82796:
|
5199
5223
|
/***/ ((module) => {
|
5200
5224
|
|
5201
5225
|
module.exports = "class MyExampleExtension_TS_ {\n constructor(zigbee, mqtt, state, publishEntityState, eventBus, settings, logger) {\n logger.info('Loaded MyExampleExtension_TS_');\n mqtt.publish('example/extension', 'hello from MyExampleExtension_TS_');\n this.mqttBaseTopic = settings.get().mqtt.base_topic;\n this.eventBus = eventBus;\n this.mqtt = mqtt;\n this.eventBus.on('stateChange', this.onStateChange.bind(this), this.constructor.name);\n }\n\n async onStateChange(data) {\n console.log(\"State changed\", data); // comment this out if clutters logs\n \n const { ID, update } = data;\n \n \n //example how to toggle state\n if (ID === '0x00158d000224154d') { //state changed for some device (example: clicked a button)\n if (update.action === 'single') {\n const myLampIeeAddr = '0x00124b001e73227f'; // change this\n this.mqtt.onMessage(`${this.mqttBaseTopic}/${myLampIeeAddr}/set`, JSON.stringify({state: 'toggle'}));\n }\n }\n }\n\n async onMQTTMessage(topic, message) {\n // console.log({topic, message});\n }\n\n async stop() {\n this.eventBus.removeListenersExtension(this.constructor.name);\n }\n}\n\nmodule.exports = MyExampleExtension_TS_;\n";
|
@@ -5205,8 +5229,8 @@ module.exports = "class MyExampleExtension_TS_ {\n constructor(zigbee, mqtt,
|
|
5205
5229
|
},
|
5206
5230
|
/******/ __webpack_require__ => { // webpackRuntimeModules
|
5207
5231
|
/******/ var __webpack_exec__ = (moduleId) => (__webpack_require__(__webpack_require__.s = moduleId))
|
5208
|
-
/******/ __webpack_require__.O(0, [718], () => (__webpack_exec__(
|
5232
|
+
/******/ __webpack_require__.O(0, [718], () => (__webpack_exec__(23362)));
|
5209
5233
|
/******/ var __webpack_exports__ = __webpack_require__.O();
|
5210
5234
|
/******/ }
|
5211
5235
|
]);
|
5212
|
-
//# sourceMappingURL=main.
|
5236
|
+
//# sourceMappingURL=main.694837fa23bc0aa35c05.js.map
|