@ledvance/base 1.3.39 → 1.3.41

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.
package/localazy.json CHANGED
@@ -1027,7 +1027,14 @@
1027
1027
  "MATCH:battery_status_normal",
1028
1028
  "MATCH:battery_status_low",
1029
1029
  "MATCH:battery_status_empty",
1030
- "MATCH:push_notifications_contact_sensor_door_closing_title"
1030
+ "MATCH:push_notifications_contact_sensor_door_closing_title",
1031
+ "MATCH:plug_energygenerationswitch",
1032
+ "MATCH:switchtitle_energygeneration",
1033
+ "MATCH:switchdescription_energy",
1034
+ "MATCH:plug_energyconsumptionswitch",
1035
+ "MATCH:switchtitle_energyconsumption",
1036
+ "MATCH:switchonlyonce",
1037
+ "MATCH:infobutton_totalenergy"
1031
1038
  ],
1032
1039
  "replacements": {
1033
1040
  "REGEX:% %1\\$s.*?\\)%": "{0}",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@ledvance/base",
5
5
  "pid": [],
6
6
  "uiid": "",
7
- "version": "1.3.39",
7
+ "version": "1.3.41",
8
8
  "scripts": {
9
9
  "prepublishOnly": "python update-localazy.py"
10
10
  },
@@ -12,36 +12,28 @@
12
12
  "@reduxjs/toolkit": "^1.8.6",
13
13
  "@tuya/tuya-panel-api": "^1.12.0",
14
14
  "ahooks": "^2.x",
15
- "buffer": "^6.0.3",
16
- "dayjs": "^1.11.5",
17
- "events": "^1.1.1",
18
- "lodash": "^4.17.19",
19
- "moment": "^2.20.1",
15
+ "dayjs": "^1.11.13",
16
+ "lodash": "^4.17.21",
20
17
  "prop-types": "^15.6.1",
21
18
  "react": "16.8.3",
22
- "react-addons-shallow-compare": "^15.6.2",
23
19
  "react-native": "0.59.10",
24
- "react-native-render-html": "^6.3.4",
25
20
  "react-native-svg": "5.5.1",
26
21
  "react-redux": "^7.2.1",
27
22
  "redux": "^4.0.0",
28
23
  "redux-actions": "^2.6.1",
29
24
  "redux-logger": "^3.0.6",
30
25
  "redux-observable": "^1.0.0",
31
- "redux-thunk": "^2.3.0",
32
26
  "rn-fetch-blob": "^0.12.0",
33
27
  "rxjs": "^6.3.1",
34
28
  "rxjs-compat": "^6.3.1",
35
- "style-equal": "^1.0.0",
36
29
  "tuya-panel-kit": "^4.9.4"
37
30
  },
38
31
  "devDependencies": {
39
32
  "@babel/plugin-proposal-decorators": "^7.12.1",
40
- "@commitlint/cli": "^11.0.0",
41
- "@tuya/tuya-panel-patches": "^0.59.10",
42
- "@types/lodash": "^4.14.137",
43
- "@types/react": "^16.0.4",
44
- "@types/react-native": "^0.60.0",
33
+ "@tuya/tuya-panel-patches": "0.59.10",
34
+ "@types/lodash": "^4.17.13",
35
+ "@types/react": "17.0.83",
36
+ "@types/react-native": "^0.65",
45
37
  "@types/react-redux": "^7.1.2",
46
38
  "@types/redux": "^3.6.0",
47
39
  "@types/redux-actions": "^2.6.1",
@@ -52,19 +44,12 @@
52
44
  "babel-plugin-module-resolver": "^4.0.0",
53
45
  "babel-plugin-transform-decorators-legacy": "^1.3.4",
54
46
  "babel-plugin-transform-remove-console": "^6.9.4",
55
- "commitizen": "^4.2.2",
56
- "commitlint-config-cz": "^0.13.2",
57
- "cz-customizable": "^6.3.0",
58
- "eslint-config-airbnb": "^18.2.1",
59
47
  "eslint-config-tuya": "^1.0.0",
60
48
  "eslint-import-resolver-alias": "^1.1.2",
61
- "eslint-import-resolver-react-native": "^0.2.0",
62
49
  "eslint-plugin-react-native": "^3.10.0",
63
- "husky": "^4.3.0",
64
- "jest": "^22.1.1",
50
+ "eslint-import-resolver-react-native": "^0.2.0",
65
51
  "metro-react-native-babel-preset": "^0.63.0",
66
52
  "react-native-typescript-transformer": "^1.2.13",
67
- "react-test-renderer": "^16.2.0",
68
53
  "standard-version": "^9.0.0",
69
54
  "typescript": "^4.1.2"
70
55
  },
@@ -1,8 +1,8 @@
1
1
  import React, { PropsWithChildren } from 'react'
2
2
  import { StyleSheet, Text, View, ViewProps } from 'react-native'
3
3
  import { Utils } from 'tuya-panel-kit'
4
- import Card from 'components/Card'
5
- import Spacer from 'components/Spacer'
4
+ import Card from './Card'
5
+ import Spacer from './Spacer'
6
6
  import ThemeType from '../config/themeType'
7
7
 
8
8
  const { convertX: cx } = Utils.RatioUtils
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import { View, Text, TouchableOpacity, Image } from 'react-native'
3
3
  import { Utils, Popup } from 'tuya-panel-kit'
4
- import Img from 'res'
4
+ import Img from '@res'
5
5
  import Strings from '@i18n'
6
6
 
7
7
  const { convertX, height } = Utils.RatioUtils
@@ -156,4 +156,4 @@ export const ShowSelectView = (title, data, defaultValue, callback) => {
156
156
  })
157
157
 
158
158
 
159
- }
159
+ }
@@ -1,5 +1,5 @@
1
- import { ColorAdjustViewProps } from "@ledvance/base/src/components/ColorAdjustView";
2
- import { ColorTempAdjustViewProps } from "@ledvance/base/src/components/ColorTempAdjustView";
1
+ import { ColorAdjustViewProps } from "./ColorAdjustView";
2
+ import { ColorTempAdjustViewProps } from "./ColorTempAdjustView";
3
3
  declare type TabsNode = {
4
4
  key: number | string;
5
5
  title: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react'
2
- import {StyleSheet, Text, View} from 'react-native'
2
+ import {StyleProp, StyleSheet, Text, TextStyle, View} from 'react-native'
3
3
  import {SwitchButton, Utils} from 'tuya-panel-kit'
4
4
  import ThemeType from '../config/themeType'
5
5
 
@@ -15,21 +15,22 @@ interface Prop {
15
15
  setEnable: (enable: boolean) => void
16
16
  showSwitch?:boolean
17
17
  description?: string
18
+ titleStyle?: StyleProp<TextStyle>
18
19
  }
19
20
 
20
21
  const LdvSwitch = (props: Prop) => {
21
- const {title, color, colorAlpha, enable, description, setEnable, showSwitch = true} = props
22
+ const {title, color, colorAlpha, enable, description, titleStyle, setEnable, showSwitch = true} = props
22
23
  return (
23
- <View style={styles.titleBGView}>
24
- <View style={{flexDirection: 'column', flex: 1}}>
25
- <View style={{flexDirection: 'row', alignItems: 'center'}}>
26
- <Text style={{...styles.title, color: props.theme?.global.fontColor}}>{title}</Text>
27
- <View style={[styles.colorBlock, {backgroundColor: color || props.theme?.card.background, opacity: colorAlpha}]}/>
28
- </View>
29
- {description && <Text style={{color: props.theme?.global.fontColor}}>{description}</Text>}
24
+ <View style={styles.titleBGView}>
25
+ <View style={{flexDirection: 'column', flex: 1}}>
26
+ <View style={{flexDirection: 'row', alignItems: 'center'}}>
27
+ <Text style={[styles.title, {color: props.theme?.global.fontColor}, titleStyle]}>{title}</Text>
28
+ <View style={[styles.colorBlock, {backgroundColor: color || props.theme?.card.background, opacity: colorAlpha}]}/>
30
29
  </View>
31
- {showSwitch && <SwitchButton value={enable} onValueChange={setEnable}/>}
30
+ {description && <Text style={{color: props.theme?.global.fontColor}}>{description}</Text>}
32
31
  </View>
32
+ {showSwitch && <SwitchButton value={enable} onValueChange={setEnable}/>}
33
+ </View>
33
34
  )
34
35
  }
35
36
 
@@ -3,8 +3,8 @@ import React, { Component } from 'react'
3
3
  import { Provider } from 'react-redux'
4
4
  import { DevInfo, DpValue, Theme, TYSdk } from 'tuya-panel-kit'
5
5
  import { actions, store } from './models'
6
- import {addListener, nativeEventEmitter, removeListener} from 'api/nativeEventEmitter'
7
- import {getSystemTimeFormat, getTimeZone, NativeApi} from 'api/native'
6
+ import {addListener, nativeEventEmitter, removeListener} from './api/nativeEventEmitter'
7
+ import {getSystemTimeFormat, getTimeZone, NativeApi} from './api/native'
8
8
  import {
9
9
  DeviceInfo,
10
10
  NativeProps,
@@ -558,6 +558,7 @@ export default {
558
558
  "history_socket_headline_text": "Historia",
559
559
  "home_screen_home_dialog_yes_con": "Entendido",
560
560
  "humidity": "Humedad",
561
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
561
562
  "intermittent_time": "Tiempo intermitente",
562
563
  "irrigation": "Riego",
563
564
  "irrigation_by_quantity": "Por cantidad",
@@ -739,6 +740,8 @@ export default {
739
740
  "other_lights_modes_gradient_text": "Gradiente",
740
741
  "other_lights_modes_jump_text": "Salto",
741
742
  "overview": "Visión general",
743
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
744
+ "plug_energygenerationswitch": "Switch to energy generation mode",
742
745
  "power_off_memory_customized_description": "Selección del valor de color y brillo definida por el usuario.",
743
746
  "power_off_memory_default_state_description": "Vuelve al valor predeterminado de color y brillo.",
744
747
  "power_off_memory_default_state_title": "Estado por defecto",
@@ -907,7 +910,11 @@ export default {
907
910
  "striplight_lengthtitle": "Longitud de la tira de luz",
908
911
  "switch_overcharge_headline_description": "La función desactiva automáticamente la carga de los dispositivos móviles, incluidos los teléfonos móviles y las baterías externas, cuando están completamente cargados para evitar la sobrecarga y prolongar la duración de la batería.",
909
912
  "switch_overcharge_headline_text": "Protección de sobrecarga",
913
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
910
914
  "switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
915
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
916
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
917
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
911
918
  "temperature": "TEMPERATURA",
912
919
  "thermostat_automatictab": "Automático",
913
920
  "thermostat_automode": "Programación automática",
@@ -1566,6 +1573,7 @@ export default {
1566
1573
  "history_socket_headline_text": "Historie",
1567
1574
  "home_screen_home_dialog_yes_con": "Rozumím",
1568
1575
  "humidity": "Vlhkost",
1576
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
1569
1577
  "intermittent_time": "Přerušovaný čas",
1570
1578
  "irrigation": "Zavlažování",
1571
1579
  "irrigation_by_quantity": "Podle množství",
@@ -1747,6 +1755,8 @@ export default {
1747
1755
  "other_lights_modes_gradient_text": "Gradient",
1748
1756
  "other_lights_modes_jump_text": "Přeskočit",
1749
1757
  "overview": "Přehled",
1758
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
1759
+ "plug_energygenerationswitch": "Switch to energy generation mode",
1750
1760
  "power_off_memory_customized_description": "Uživatelem definovaný výběr barvy a hodnoty jasu.",
1751
1761
  "power_off_memory_default_state_description": "Vraťte se na výchozí hodnotu barvy a jasu.",
1752
1762
  "power_off_memory_default_state_title": "Výchozí stav",
@@ -1915,7 +1925,11 @@ export default {
1915
1925
  "striplight_lengthtitle": "Délka světelného pásu",
1916
1926
  "switch_overcharge_headline_description": "Tato funkce automaticky vypne nabíjení mobilních zařízení, včetně mobilních telefonů a napájecích bank, když jsou plně nabitá, aby se zabránilo přebíjení a prodloužila životnost baterie.",
1917
1927
  "switch_overcharge_headline_text": "Ochrana proti přebíjení",
1928
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
1918
1929
  "switchinching_overview_description_text": "Automatické vypnutí zařízení po určité době.",
1930
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
1931
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
1932
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
1919
1933
  "temperature": "Teplota",
1920
1934
  "thermostat_automatictab": "Automatický",
1921
1935
  "thermostat_automode": "Automatický rozvrh",
@@ -2574,6 +2588,7 @@ export default {
2574
2588
  "history_socket_headline_text": "History",
2575
2589
  "home_screen_home_dialog_yes_con": "Got it",
2576
2590
  "humidity": "Humidity",
2591
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
2577
2592
  "intermittent_time": "Intermittent Time",
2578
2593
  "irrigation": "Irrigation",
2579
2594
  "irrigation_by_quantity": "By Quantity",
@@ -2755,6 +2770,8 @@ export default {
2755
2770
  "other_lights_modes_gradient_text": "Gradient",
2756
2771
  "other_lights_modes_jump_text": "Jump",
2757
2772
  "overview": "Overview",
2773
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
2774
+ "plug_energygenerationswitch": "Switch to energy generation mode",
2758
2775
  "power_off_memory_customized_description": "User-defined selection of color and brightness value",
2759
2776
  "power_off_memory_default_state_description": "Return to default color and brightness value.",
2760
2777
  "power_off_memory_default_state_title": "Default state",
@@ -2923,7 +2940,11 @@ export default {
2923
2940
  "striplight_lengthtitle": "Strip Light length",
2924
2941
  "switch_overcharge_headline_description": "The feature automatically turns off charging your mobile devices, including mobile phones and power banks, when they are fully charged to prevent overcharging and prolong battery life.",
2925
2942
  "switch_overcharge_headline_text": "Overcharging Protection",
2943
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
2926
2944
  "switchinching_overview_description_text": "To automatically switch off the device after a period of time.",
2945
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
2946
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
2947
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
2927
2948
  "temperature": "Temperature",
2928
2949
  "thermostat_automatictab": "Automatic",
2929
2950
  "thermostat_automode": "Automatic schedule",
@@ -3333,7 +3354,7 @@ export default {
3333
3354
  "consumption_data_price_per_kwh_currency_value2": "$",
3334
3355
  "consumption_data_price_per_kwh_currency_value3": "£",
3335
3356
  "consumption_data_price_per_kwh_currency_value4": "CHF",
3336
- "consumption_data_price_per_kwh_currency_value5": "kr.",
3357
+ "consumption_data_price_per_kwh_currency_value5": "кр.",
3337
3358
  "consumption_data_price_per_kwh_currency_value6": "Kč",
3338
3359
  "consumption_data_price_per_kwh_currency_value7": "Ft.",
3339
3360
  "consumption_data_price_per_kwh_currency_value8": "zł",
@@ -3582,6 +3603,7 @@ export default {
3582
3603
  "history_socket_headline_text": "История",
3583
3604
  "home_screen_home_dialog_yes_con": "Разбрах",
3584
3605
  "humidity": "Влажност",
3606
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
3585
3607
  "intermittent_time": "Периодично време",
3586
3608
  "irrigation": "Напояване",
3587
3609
  "irrigation_by_quantity": "По количество",
@@ -3763,6 +3785,8 @@ export default {
3763
3785
  "other_lights_modes_gradient_text": "Градиент",
3764
3786
  "other_lights_modes_jump_text": "Скок",
3765
3787
  "overview": "Общ преглед",
3788
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
3789
+ "plug_energygenerationswitch": "Switch to energy generation mode",
3766
3790
  "power_off_memory_customized_description": "Дефиниран от потребителя избор на цвят и стойност на яркостта.",
3767
3791
  "power_off_memory_default_state_description": "Върнете се към стойността на цвета и яркостта по подразбиране.",
3768
3792
  "power_off_memory_default_state_title": "Състояние по подразбиране",
@@ -3931,7 +3955,11 @@ export default {
3931
3955
  "striplight_lengthtitle": "Лента Светла дължина",
3932
3956
  "switch_overcharge_headline_description": "Функцията автоматично изключва зареждането на вашите мобилни устройства, включително мобилни телефони и захранващи банки, когато те са напълно заредени, за да се предотврати презареждането и да се удължи живота на батерията.",
3933
3957
  "switch_overcharge_headline_text": "Защита от презареждане",
3958
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
3934
3959
  "switchinching_overview_description_text": "За автоматично изключване на устройството след определен период от време.",
3960
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
3961
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
3962
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
3935
3963
  "temperature": "Температура",
3936
3964
  "thermostat_automatictab": "Автоматично",
3937
3965
  "thermostat_automode": "Автоматичен график",
@@ -4334,18 +4362,18 @@ export default {
4334
4362
  "consumption_data_monthly_overview_field2_headline_text": "Månedsoversigt",
4335
4363
  "consumption_data_price_per_kwh_currency_headline_text": "Valuta",
4336
4364
  "consumption_data_price_per_kwh_currency_value1": "€",
4337
- "consumption_data_price_per_kwh_currency_value10": "",
4338
- "consumption_data_price_per_kwh_currency_value11": "",
4339
- "consumption_data_price_per_kwh_currency_value12": "Rbl",
4340
- "consumption_data_price_per_kwh_currency_value13": "лв.",
4365
+ "consumption_data_price_per_kwh_currency_value10": "UAH",
4366
+ "consumption_data_price_per_kwh_currency_value11": "GEL",
4367
+ "consumption_data_price_per_kwh_currency_value12": "RUB",
4368
+ "consumption_data_price_per_kwh_currency_value13": "BGN",
4341
4369
  "consumption_data_price_per_kwh_currency_value2": "$",
4342
4370
  "consumption_data_price_per_kwh_currency_value3": "£",
4343
4371
  "consumption_data_price_per_kwh_currency_value4": "CHF",
4344
4372
  "consumption_data_price_per_kwh_currency_value5": "kr.",
4345
- "consumption_data_price_per_kwh_currency_value6": "",
4346
- "consumption_data_price_per_kwh_currency_value7": "Ft.",
4347
- "consumption_data_price_per_kwh_currency_value8": "",
4348
- "consumption_data_price_per_kwh_currency_value9": "",
4373
+ "consumption_data_price_per_kwh_currency_value6": "CZK",
4374
+ "consumption_data_price_per_kwh_currency_value7": "HUF",
4375
+ "consumption_data_price_per_kwh_currency_value8": "PLN",
4376
+ "consumption_data_price_per_kwh_currency_value9": "TRY",
4349
4377
  "consumption_data_price_per_kwh_description_text": "For at beregne de brugte eller sparede penge skal du indtaste din pris pr. kWh.",
4350
4378
  "consumption_data_price_per_kwh_headline_text": "Pris pr. kWh",
4351
4379
  "contact_sensor_battery_state1": "Høj",
@@ -4590,6 +4618,7 @@ export default {
4590
4618
  "history_socket_headline_text": "Historik",
4591
4619
  "home_screen_home_dialog_yes_con": "Forstået",
4592
4620
  "humidity": "Fugtighed",
4621
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
4593
4622
  "intermittent_time": "Tidsinterval",
4594
4623
  "irrigation": "Kunstvanding",
4595
4624
  "irrigation_by_quantity": "Efter Mængde",
@@ -4771,6 +4800,8 @@ export default {
4771
4800
  "other_lights_modes_gradient_text": "Gradvist",
4772
4801
  "other_lights_modes_jump_text": "Hurtige skift",
4773
4802
  "overview": "Oversigt",
4803
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
4804
+ "plug_energygenerationswitch": "Switch to energy generation mode",
4774
4805
  "power_off_memory_customized_description": "Dine indstillinger for farve og lysstyrke.",
4775
4806
  "power_off_memory_default_state_description": "Vend tilbage til standardindstillingerne for farve- og lysstyrke.",
4776
4807
  "power_off_memory_default_state_title": "Standardtilstand",
@@ -4939,7 +4970,11 @@ export default {
4939
4970
  "striplight_lengthtitle": "Strip Light længde",
4940
4971
  "switch_overcharge_headline_description": "Funktionen slukker automatisk opladning af dine mobile enheder, herunder mobiltelefoner og strømbanker, når de er fuldt opladet for at forhindre overopladning og forlænge batteriets levetid.",
4941
4972
  "switch_overcharge_headline_text": "Beskyttelse mod overopladning",
4973
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
4942
4974
  "switchinching_overview_description_text": "Til at slukke enheden automatisk efter et stykke tid.",
4975
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
4976
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
4977
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
4943
4978
  "temperature": "Temperatur",
4944
4979
  "thermostat_automatictab": "Automatisk",
4945
4980
  "thermostat_automode": "Automatisk tidsplan",
@@ -5197,7 +5232,7 @@ export default {
5197
5232
  "camera_tile_camera_button_label_photo": "Foto aufnehmen",
5198
5233
  "camera_tile_camera_button_label_video": "Video aufzeichnen",
5199
5234
  "camera_tile_camera_headline": "Kamera",
5200
- "camera_tile_camera_record_msg": "Rec %1$S(time)",
5235
+ "camera_tile_camera_record_msg": "Rec {0}",
5201
5236
  "camera_tile_camera_save_msg": "Im Smartphone gespeichert",
5202
5237
  "camera_tile_dim_lighting_headline": "Licht",
5203
5238
  "camera_video_device_busy": "Gerät beschäftigt. Bitte versuche es erneut.",
@@ -5451,7 +5486,7 @@ export default {
5451
5486
  "country_scotland": "Schottland",
5452
5487
  "country_selection_textfield_headline_search": "Suchen",
5453
5488
  "country_sy": "Syrien",
5454
- "current_temp_humidity": "Aktuelle Bodentemperatur und Luftfeuchtigkeit",
5489
+ "current_temp_humidity": "Aktuelle Bodentemperatur und -feuchtigkeit",
5455
5490
  "daily": "Täglich",
5456
5491
  "date": "Datum",
5457
5492
  "date_type": "Datumstyp",
@@ -5597,7 +5632,8 @@ export default {
5597
5632
  "history_sensors_automation_empty_headline_text": "Verlauf Automation",
5598
5633
  "history_socket_headline_text": "Verlauf",
5599
5634
  "home_screen_home_dialog_yes_con": "Verstanden",
5600
- "humidity": "Feuchtigkeit",
5635
+ "humidity": "Luftfeuchtigkeit",
5636
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
5601
5637
  "intermittent_time": "Intermittierende Zeit",
5602
5638
  "irrigation": "Bewässerung",
5603
5639
  "irrigation_by_quantity": "nach Menge",
@@ -5779,6 +5815,8 @@ export default {
5779
5815
  "other_lights_modes_gradient_text": "Fließend",
5780
5816
  "other_lights_modes_jump_text": "Springen",
5781
5817
  "overview": "Überblick",
5818
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
5819
+ "plug_energygenerationswitch": "Switch to energy generation mode",
5782
5820
  "power_off_memory_customized_description": "Benutzerdefinierte Auswahl von Farbe und Helligkeitswert.",
5783
5821
  "power_off_memory_default_state_description": "Kehre zum Standardwert für Farbe und Helligkeit zurück.",
5784
5822
  "power_off_memory_default_state_title": "Standardzustand",
@@ -5947,7 +5985,11 @@ export default {
5947
5985
  "striplight_lengthtitle": "Länge des Lichtstreifens",
5948
5986
  "switch_overcharge_headline_description": "Die Funktion schaltet das Aufladen Deiner mobilen Geräte, einschließlich Mobiltelefone und Powerbanks, automatisch aus, wenn sie vollständig aufgeladen sind, um ein Überladen zu verhindern und die Akkulaufzeit zu verlängern.",
5949
5987
  "switch_overcharge_headline_text": "Überladeschutz",
5988
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
5950
5989
  "switchinching_overview_description_text": "Um das Gerät nach einer bestimmten Zeit automatisch auszuschalten.",
5990
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
5991
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
5992
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
5951
5993
  "temperature": "Temperatur",
5952
5994
  "thermostat_automatictab": "Automatisch",
5953
5995
  "thermostat_automode": "Automatischer Zeitplan",
@@ -6606,6 +6648,7 @@ export default {
6606
6648
  "history_socket_headline_text": "Ιστορικό",
6607
6649
  "home_screen_home_dialog_yes_con": "Το κατάλαβα",
6608
6650
  "humidity": "Υγρασία",
6651
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
6609
6652
  "intermittent_time": "Διακοπτόμενος Χρόνος",
6610
6653
  "irrigation": "Άρδευση",
6611
6654
  "irrigation_by_quantity": "Άρδευση με βάση την ποσότητα",
@@ -6787,6 +6830,8 @@ export default {
6787
6830
  "other_lights_modes_gradient_text": "Διαβάθμιση",
6788
6831
  "other_lights_modes_jump_text": "Άλμα",
6789
6832
  "overview": "Επισκόπηση",
6833
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
6834
+ "plug_energygenerationswitch": "Switch to energy generation mode",
6790
6835
  "power_off_memory_customized_description": "Επιλογή χρώματος και τιμής φωτεινότητας που ορίζεται από το χρήστη.",
6791
6836
  "power_off_memory_default_state_description": "Επιστροφή στην προεπιλεγμένη τιμή χρώματος και φωτεινότητας.",
6792
6837
  "power_off_memory_default_state_title": "Προεπιλεγμένη κατάσταση",
@@ -6955,7 +7000,11 @@ export default {
6955
7000
  "striplight_lengthtitle": "Μήκος strip Light",
6956
7001
  "switch_overcharge_headline_description": "Η λειτουργία απενεργοποιεί αυτόματα τη φόρτιση των κινητών συσκευών σας, συμπεριλαμβανομένων των κινητών τηλεφώνων και των τροφοδοτικών τραπεζών, όταν είναι πλήρως φορτισμένες για να αποφευχθεί η υπερφόρτιση και να παραταθεί η διάρκεια ζωής της μπαταρίας.",
6957
7002
  "switch_overcharge_headline_text": "Προστασία υπερφόρτισης",
7003
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
6958
7004
  "switchinching_overview_description_text": "Για να απενεργοποιήσετε αυτόματα τη συσκευή μετά από ένα χρονικό διάστημα.",
7005
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
7006
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
7007
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
6959
7008
  "temperature": "Θερμοκρασία",
6960
7009
  "thermostat_automatictab": "Αυτόματο",
6961
7010
  "thermostat_automode": "Αυτόματο χρονοδιάγραμμα",
@@ -7361,7 +7410,7 @@ export default {
7361
7410
  "consumption_data_price_per_kwh_currency_value10": "₴",
7362
7411
  "consumption_data_price_per_kwh_currency_value11": "₾",
7363
7412
  "consumption_data_price_per_kwh_currency_value12": "Rbl",
7364
- "consumption_data_price_per_kwh_currency_value13": "лв.",
7413
+ "consumption_data_price_per_kwh_currency_value13": "lв.",
7365
7414
  "consumption_data_price_per_kwh_currency_value2": "$",
7366
7415
  "consumption_data_price_per_kwh_currency_value3": "£",
7367
7416
  "consumption_data_price_per_kwh_currency_value4": "CHF",
@@ -7614,6 +7663,7 @@ export default {
7614
7663
  "history_socket_headline_text": "Historia",
7615
7664
  "home_screen_home_dialog_yes_con": "Entendido",
7616
7665
  "humidity": "Humedad",
7666
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
7617
7667
  "intermittent_time": "Tiempo intermitente",
7618
7668
  "irrigation": "Riego",
7619
7669
  "irrigation_by_quantity": "Por cantidad",
@@ -7795,6 +7845,8 @@ export default {
7795
7845
  "other_lights_modes_gradient_text": "Gradiente",
7796
7846
  "other_lights_modes_jump_text": "Saltar",
7797
7847
  "overview": "Visión general",
7848
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
7849
+ "plug_energygenerationswitch": "Switch to energy generation mode",
7798
7850
  "power_off_memory_customized_description": "Selección del valor de color y brillo definida por el usuario.",
7799
7851
  "power_off_memory_default_state_description": "Vuelve al valor predeterminado de color y brillo.",
7800
7852
  "power_off_memory_default_state_title": "Estado por defecto",
@@ -7963,7 +8015,11 @@ export default {
7963
8015
  "striplight_lengthtitle": "Longitud de la tira",
7964
8016
  "switch_overcharge_headline_description": "La función desactiva automáticamente la carga de los dispositivos móviles, incluidos los teléfonos móviles y las baterías externas, cuando están completamente cargados para evitar la sobrecarga y prolongar la duración de la batería.",
7965
8017
  "switch_overcharge_headline_text": "Protección de sobrecarga",
8018
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
7966
8019
  "switchinching_overview_description_text": "Para apagar automáticamente el dispositivo después de un período de tiempo.",
8020
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
8021
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
8022
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
7967
8023
  "temperature": "Temperatura",
7968
8024
  "thermostat_automatictab": "Automático",
7969
8025
  "thermostat_automode": "Programación automática",
@@ -8374,9 +8430,9 @@ export default {
8374
8430
  "consumption_data_price_per_kwh_currency_value3": "£",
8375
8431
  "consumption_data_price_per_kwh_currency_value4": "CHF",
8376
8432
  "consumption_data_price_per_kwh_currency_value5": "kr.",
8377
- "consumption_data_price_per_kwh_currency_value6": "",
8433
+ "consumption_data_price_per_kwh_currency_value6": "CZK",
8378
8434
  "consumption_data_price_per_kwh_currency_value7": "Ft.",
8379
- "consumption_data_price_per_kwh_currency_value8": "",
8435
+ "consumption_data_price_per_kwh_currency_value8": "zlott",
8380
8436
  "consumption_data_price_per_kwh_currency_value9": "₺",
8381
8437
  "consumption_data_price_per_kwh_description_text": "Kulutatud või säästetud raha arvutamiseks pead sisestama ühe kWh hinna.",
8382
8438
  "consumption_data_price_per_kwh_headline_text": "Ühe kWh hind",
@@ -8622,6 +8678,7 @@ export default {
8622
8678
  "history_socket_headline_text": "Ajalugu",
8623
8679
  "home_screen_home_dialog_yes_con": "Sain aru",
8624
8680
  "humidity": "Õhuniiskus",
8681
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
8625
8682
  "intermittent_time": "Vahelduv aeg",
8626
8683
  "irrigation": "Niisutamine",
8627
8684
  "irrigation_by_quantity": "Koguse järgi",
@@ -8803,6 +8860,8 @@ export default {
8803
8860
  "other_lights_modes_gradient_text": "Muutmisaste",
8804
8861
  "other_lights_modes_jump_text": "Hüpe",
8805
8862
  "overview": "Ülevaade",
8863
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
8864
+ "plug_energygenerationswitch": "Switch to energy generation mode",
8806
8865
  "power_off_memory_customized_description": "Kasutaja määratava värvi ja heleduse väärtuse valik.",
8807
8866
  "power_off_memory_default_state_description": "Pöördu tagasi värvi ja heleduse vaikeväärtuse juurde.",
8808
8867
  "power_off_memory_default_state_title": "Vaikeolek",
@@ -8971,7 +9030,11 @@ export default {
8971
9030
  "striplight_lengthtitle": "Riba valguse pikkus",
8972
9031
  "switch_overcharge_headline_description": "See funktsioon lülitab juba täis laetud mobiilseadmete, sh mobiiltelefonide ja akupankade laadimise automaatselt välja, et vältida ülelaadimist ja pikendada akude tööiga.",
8973
9032
  "switch_overcharge_headline_text": "Ülelaadimiskaitse",
9033
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
8974
9034
  "switchinching_overview_description_text": "Seadme automaatseks väljalülitamiseks teatud aja möödudes.",
9035
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
9036
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
9037
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
8975
9038
  "temperature": "Temperatuur",
8976
9039
  "thermostat_automatictab": "Automaatne",
8977
9040
  "thermostat_automode": "Automaatne ajakava",
@@ -9382,7 +9445,7 @@ export default {
9382
9445
  "consumption_data_price_per_kwh_currency_value3": "£",
9383
9446
  "consumption_data_price_per_kwh_currency_value4": "CHF",
9384
9447
  "consumption_data_price_per_kwh_currency_value5": "kr.",
9385
- "consumption_data_price_per_kwh_currency_value6": "",
9448
+ "consumption_data_price_per_kwh_currency_value6": "CZK",
9386
9449
  "consumption_data_price_per_kwh_currency_value7": "Ft.",
9387
9450
  "consumption_data_price_per_kwh_currency_value8": "zł",
9388
9451
  "consumption_data_price_per_kwh_currency_value9": "₺",
@@ -9630,6 +9693,7 @@ export default {
9630
9693
  "history_socket_headline_text": "Historia",
9631
9694
  "home_screen_home_dialog_yes_con": "Selvä",
9632
9695
  "humidity": "Kosteus",
9696
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
9633
9697
  "intermittent_time": "Ajoittainen aika",
9634
9698
  "irrigation": "Kastelu",
9635
9699
  "irrigation_by_quantity": "Määrän mukaan",
@@ -9811,6 +9875,8 @@ export default {
9811
9875
  "other_lights_modes_gradient_text": "Liukuva",
9812
9876
  "other_lights_modes_jump_text": "Portaittain",
9813
9877
  "overview": "Yleiskatsaus",
9878
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
9879
+ "plug_energygenerationswitch": "Switch to energy generation mode",
9814
9880
  "power_off_memory_customized_description": "Käyttäjän määrittelemä väri- ja kirkkausarvon valinta.",
9815
9881
  "power_off_memory_default_state_description": "Palaa värin ja kirkkauden oletusarvoon.",
9816
9882
  "power_off_memory_default_state_title": "Oletustila",
@@ -9979,7 +10045,11 @@ export default {
9979
10045
  "striplight_lengthtitle": "Nauhan valon pituus",
9980
10046
  "switch_overcharge_headline_description": "Ominaisuus sammuttaa automaattisesti mobiililaitteiden, kuten matkapuhelinten ja virtapankkien, lataamisen, kun ne on ladattu täyteen, jotta estetään ylikuormitus ja pidennetään akun käyttöikää.",
9981
10047
  "switch_overcharge_headline_text": "Ylilataussuoja",
10048
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
9982
10049
  "switchinching_overview_description_text": "Laitteen automaattinen sammuttaminen tietyn ajan kuluttua.",
10050
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
10051
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
10052
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
9983
10053
  "temperature": "Lämpötila",
9984
10054
  "thermostat_automatictab": "Automaattinen",
9985
10055
  "thermostat_automode": "Automaattinen aikataulu",
@@ -10638,6 +10708,7 @@ export default {
10638
10708
  "history_socket_headline_text": "Historique",
10639
10709
  "home_screen_home_dialog_yes_con": "J'ai compris",
10640
10710
  "humidity": "Humidité",
10711
+ "infobutton_totalenergy": "Le cumul de données énergétiques affiche uniquement le total de consommation/production depuis la dernière réinitialisation, qui a eu lieu le :",
10641
10712
  "intermittent_time": "Période intermittente",
10642
10713
  "irrigation": "Irrigation",
10643
10714
  "irrigation_by_quantity": "En quantité",
@@ -10819,6 +10890,8 @@ export default {
10819
10890
  "other_lights_modes_gradient_text": "Fluide",
10820
10891
  "other_lights_modes_jump_text": "Abrupt",
10821
10892
  "overview": "Vue d'ensemble",
10893
+ "plug_energyconsumptionswitch": "Passer en mode \"Consommation d'énergie\" (le plus courant)",
10894
+ "plug_energygenerationswitch": "Passer en mode \"Production d'énergie\"",
10822
10895
  "power_off_memory_customized_description": "Sélection de la valeur de couleur et de luminosité définie par le membre.",
10823
10896
  "power_off_memory_default_state_description": "Revenez à la valeur de couleur et de luminosité par défaut.",
10824
10897
  "power_off_memory_default_state_title": "État par défaut",
@@ -10987,7 +11060,11 @@ export default {
10987
11060
  "striplight_lengthtitle": "Longueur du ruban",
10988
11061
  "switch_overcharge_headline_description": "La fonction désactive automatiquement la recharge de vos appareils mobiles, y compris les téléphones portables et les batteries externes, lorsqu'ils sont complètement chargés afin d'éviter toute surcharge et prolonger la durée de vie de la batterie.",
10989
11062
  "switch_overcharge_headline_text": "Protection contre les surcharges",
11063
+ "switchdescription_energy": "Le cumul des données énergétiques sera réinitialisé et ne pourra pas être récupéré.",
10990
11064
  "switchinching_overview_description_text": "Désactivation automatique de l'appareil au bout d'un temps défini.",
11065
+ "switchonlyonce": "Le changement de mode n'est possible qu'une fois par jour.",
11066
+ "switchtitle_energyconsumption": "Êtes-vous sûr de vouloir passer au mode \"Consommation d'énergie\" ?",
11067
+ "switchtitle_energygeneration": "Êtes-vous sûr de vouloir passer au mode \"Production d'énergie\" ?",
10991
11068
  "temperature": "Température",
10992
11069
  "thermostat_automatictab": "Automatique",
10993
11070
  "thermostat_automode": "Horaires automatiques",
@@ -11646,6 +11723,7 @@ export default {
11646
11723
  "history_socket_headline_text": "Povijest",
11647
11724
  "home_screen_home_dialog_yes_con": "Shvaćam",
11648
11725
  "humidity": "Vlažnost",
11726
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
11649
11727
  "intermittent_time": "Privremeno vrijeme",
11650
11728
  "irrigation": "Navodnjavanje",
11651
11729
  "irrigation_by_quantity": "Navodnjavanje prema količini",
@@ -11827,6 +11905,8 @@ export default {
11827
11905
  "other_lights_modes_gradient_text": "Prijelaz",
11828
11906
  "other_lights_modes_jump_text": "Skoči",
11829
11907
  "overview": "Pregled",
11908
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
11909
+ "plug_energygenerationswitch": "Switch to energy generation mode",
11830
11910
  "power_off_memory_customized_description": "Korisnički definiran odabir vrijednosti boje i svjetline.",
11831
11911
  "power_off_memory_default_state_description": "Vratite se na zadanu vrijednost boje i svjetline.",
11832
11912
  "power_off_memory_default_state_title": "Zadano stanje",
@@ -11995,7 +12075,11 @@ export default {
11995
12075
  "striplight_lengthtitle": "Duljina svjetla trake",
11996
12076
  "switch_overcharge_headline_description": "Značajka automatski isključuje punjenje vaših mobilnih uređaja, uključujući mobilne telefone i banke napajanja, kada su potpuno napunjeni kako bi se spriječilo prekomjerno punjenje i produljilo trajanje baterije.",
11997
12077
  "switch_overcharge_headline_text": "Zaštita od prekomjernog punjenja",
12078
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
11998
12079
  "switchinching_overview_description_text": "Za automatsko isključivanje uređaja nakon određenog vremenskog razdoblja.",
12080
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
12081
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
12082
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
11999
12083
  "temperature": "Temperatura",
12000
12084
  "thermostat_automatictab": "Automatsko",
12001
12085
  "thermostat_automode": "Automatski raspored",
@@ -12654,6 +12738,7 @@ export default {
12654
12738
  "history_socket_headline_text": "Előzmények",
12655
12739
  "home_screen_home_dialog_yes_con": "Rendben",
12656
12740
  "humidity": "Páratartalom",
12741
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
12657
12742
  "intermittent_time": "Időszakos idő",
12658
12743
  "irrigation": "Öntözés",
12659
12744
  "irrigation_by_quantity": "Mennyiség szerint",
@@ -12835,6 +12920,8 @@ export default {
12835
12920
  "other_lights_modes_gradient_text": "Átmenet",
12836
12921
  "other_lights_modes_jump_text": "Ugrás",
12837
12922
  "overview": "Áttekintés",
12923
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
12924
+ "plug_energygenerationswitch": "Switch to energy generation mode",
12838
12925
  "power_off_memory_customized_description": "A felhasználó által megadott szín- és fényerő-érték kiválasztása.",
12839
12926
  "power_off_memory_default_state_description": "Visszatérés az alapértelmezett szín- és fényerőértékhez.",
12840
12927
  "power_off_memory_default_state_title": "Alapértelmezett állapot",
@@ -13003,7 +13090,11 @@ export default {
13003
13090
  "striplight_lengthtitle": "Szalagfény hossza",
13004
13091
  "switch_overcharge_headline_description": "A funkció automatikusan kikapcsolja a mobileszközök töltését, beleértve a mobiltelefonokat és a külső akkumulátorokat, amikor azok teljesen fel vannak töltve, hogy megakadályozzák a túltöltést és meghosszabbítsák az akkumulátor élettartamát.",
13005
13092
  "switch_overcharge_headline_text": "Túltöltés elleni védelem",
13093
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
13006
13094
  "switchinching_overview_description_text": "Ahhoz, hogy automatikusan kikapcsolja a készüléket, miután egy ideig.",
13095
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
13096
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
13097
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
13007
13098
  "temperature": "Hőmérséklet",
13008
13099
  "thermostat_automatictab": "Automatikus",
13009
13100
  "thermostat_automode": "Automatikus ütemezés",
@@ -13662,6 +13753,7 @@ export default {
13662
13753
  "history_socket_headline_text": "Storico",
13663
13754
  "home_screen_home_dialog_yes_con": "Ho capito",
13664
13755
  "humidity": "Umidità",
13756
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
13665
13757
  "intermittent_time": "Tempo intermittente",
13666
13758
  "irrigation": "Irrigazione",
13667
13759
  "irrigation_by_quantity": "Irrigazione in base alla quantità",
@@ -13843,6 +13935,8 @@ export default {
13843
13935
  "other_lights_modes_gradient_text": "Fluido",
13844
13936
  "other_lights_modes_jump_text": "Improvviso",
13845
13937
  "overview": "Panoramica",
13938
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
13939
+ "plug_energygenerationswitch": "Switch to energy generation mode",
13846
13940
  "power_off_memory_customized_description": "Tonalità e luminosità definite dall'utente.",
13847
13941
  "power_off_memory_default_state_description": "Torna al valore predefinito di tonalità e luminosità.",
13848
13942
  "power_off_memory_default_state_title": "Stato predefinito",
@@ -14011,7 +14105,11 @@ export default {
14011
14105
  "striplight_lengthtitle": "Lunghezza della striscia luminosa",
14012
14106
  "switch_overcharge_headline_description": "La funzione disattiva automaticamente la ricarica dei dispositivi mobili, inclusi telefoni cellulari e power bank, quando sono completamente carichi per evitare il sovraccarico e prolungare la durata della batteria.",
14013
14107
  "switch_overcharge_headline_text": "Protezione da sovraccarico",
14108
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
14014
14109
  "switchinching_overview_description_text": "Per spegnere automaticamente il dispositivo dopo un certo periodo di tempo.",
14110
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
14111
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
14112
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
14015
14113
  "temperature": "Temperatura",
14016
14114
  "thermostat_automatictab": "Automatico",
14017
14115
  "thermostat_automode": "Programmazione automatica",
@@ -14670,6 +14768,7 @@ export default {
14670
14768
  "history_socket_headline_text": "이력",
14671
14769
  "home_screen_home_dialog_yes_con": "알겠습니다.",
14672
14770
  "humidity": "습기",
14771
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
14673
14772
  "intermittent_time": "간헐적 시간",
14674
14773
  "irrigation": "관개",
14675
14774
  "irrigation_by_quantity": "수량별",
@@ -14851,6 +14950,8 @@ export default {
14851
14950
  "other_lights_modes_gradient_text": "그래디언트",
14852
14951
  "other_lights_modes_jump_text": "건너 뛰기",
14853
14952
  "overview": "개요",
14953
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
14954
+ "plug_energygenerationswitch": "Switch to energy generation mode",
14854
14955
  "power_off_memory_customized_description": "색상 및 밝기 값의 사용자 정의 선택.",
14855
14956
  "power_off_memory_default_state_description": "기본 색상 및 밝기 값으로 돌아갑니다.",
14856
14957
  "power_off_memory_default_state_title": "기본 상태",
@@ -15019,7 +15120,11 @@ export default {
15019
15120
  "striplight_lengthtitle": "스트립 라이트 길이",
15020
15121
  "switch_overcharge_headline_description": "이 기능은 휴대폰 및 보조 배터리를 비롯한 모바일 장치가 완전히 충전되면 자동으로 충전 기능을 끄므로 과충전을 방지하고 배터리 수명을 연장합니다.",
15021
15122
  "switch_overcharge_headline_text": "과충전 보호",
15123
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
15022
15124
  "switchinching_overview_description_text": "일정 시간이 지나면 자동으로 장치를 끕니다.",
15125
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
15126
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
15127
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
15023
15128
  "temperature": "온도",
15024
15129
  "thermostat_automatictab": "자동",
15025
15130
  "thermostat_automode": "자동 일정",
@@ -15425,12 +15530,12 @@ export default {
15425
15530
  "consumption_data_price_per_kwh_currency_value10": "₴",
15426
15531
  "consumption_data_price_per_kwh_currency_value11": "₾",
15427
15532
  "consumption_data_price_per_kwh_currency_value12": "Rbl",
15428
- "consumption_data_price_per_kwh_currency_value13": "лв.",
15533
+ "consumption_data_price_per_kwh_currency_value13": "BGN",
15429
15534
  "consumption_data_price_per_kwh_currency_value2": "$",
15430
15535
  "consumption_data_price_per_kwh_currency_value3": "£",
15431
15536
  "consumption_data_price_per_kwh_currency_value4": "CHF",
15432
15537
  "consumption_data_price_per_kwh_currency_value5": "kr.",
15433
- "consumption_data_price_per_kwh_currency_value6": "",
15538
+ "consumption_data_price_per_kwh_currency_value6": "CZK",
15434
15539
  "consumption_data_price_per_kwh_currency_value7": "Ft.",
15435
15540
  "consumption_data_price_per_kwh_currency_value8": "zł",
15436
15541
  "consumption_data_price_per_kwh_currency_value9": "₺",
@@ -15678,6 +15783,7 @@ export default {
15678
15783
  "history_socket_headline_text": "Istorija",
15679
15784
  "home_screen_home_dialog_yes_con": "Supratau",
15680
15785
  "humidity": "Drėgmė",
15786
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
15681
15787
  "intermittent_time": "Pertraukiamas laikas",
15682
15788
  "irrigation": "Drėkinimas",
15683
15789
  "irrigation_by_quantity": "Pagal kiekį",
@@ -15859,6 +15965,8 @@ export default {
15859
15965
  "other_lights_modes_gradient_text": "Gradientas",
15860
15966
  "other_lights_modes_jump_text": "Peršokti",
15861
15967
  "overview": "apžvalga",
15968
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
15969
+ "plug_energygenerationswitch": "Switch to energy generation mode",
15862
15970
  "power_off_memory_customized_description": "Naudotojo nustatytas spalvos ir ryškumo vertės pasirinkimas.",
15863
15971
  "power_off_memory_default_state_description": "Grąžinti numatytąją spalvos ir ryškumo vertę.",
15864
15972
  "power_off_memory_default_state_title": "Numatytoji būsena",
@@ -16027,7 +16135,11 @@ export default {
16027
16135
  "striplight_lengthtitle": "Juostelė Šviesos ilgis",
16028
16136
  "switch_overcharge_headline_description": "Ši funkcija automatiškai išjungia mobiliųjų įtaisų, įskaitant mobiliuosius telefonus ir išorines baterijas, įkrovimą, kai jie visiškai įkrauti, kad būtų išvengta perteklinės įkrovos ir pailgėtų akumuliatoriaus veikimo laikas.",
16029
16137
  "switch_overcharge_headline_text": "Apsauga nuo perteklinės įkrovos",
16138
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
16030
16139
  "switchinching_overview_description_text": "Po tam tikro laiko automatiškai išjungti įtaisą.",
16140
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
16141
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
16142
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
16031
16143
  "temperature": "Temperatūra",
16032
16144
  "thermostat_automatictab": "Automatinis",
16033
16145
  "thermostat_automode": "Automatinis tvarkaraštis",
@@ -16686,6 +16798,7 @@ export default {
16686
16798
  "history_socket_headline_text": "Vēsture",
16687
16799
  "home_screen_home_dialog_yes_con": "Sapratu",
16688
16800
  "humidity": "Mitrums",
16801
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
16689
16802
  "intermittent_time": "Intermitējošs laiks",
16690
16803
  "irrigation": "Apūdeņošana",
16691
16804
  "irrigation_by_quantity": "Pēc daudzuma",
@@ -16867,6 +16980,8 @@ export default {
16867
16980
  "other_lights_modes_gradient_text": "Gradients",
16868
16981
  "other_lights_modes_jump_text": "Pārlēkt",
16869
16982
  "overview": "Pārskats",
16983
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
16984
+ "plug_energygenerationswitch": "Switch to energy generation mode",
16870
16985
  "power_off_memory_customized_description": "Lietotāja definēta krāsu un spilgtuma vērtības izvēle.",
16871
16986
  "power_off_memory_default_state_description": "Atgriezieties pie noklusējuma krāsas un spilgtuma vērtības.",
16872
16987
  "power_off_memory_default_state_title": "Noklusējuma stāvoklis",
@@ -17035,7 +17150,11 @@ export default {
17035
17150
  "striplight_lengthtitle": "Sloksne Gaismas garums",
17036
17151
  "switch_overcharge_headline_description": "Šī funkcija automātiski izslēdz mobilo ierīču, tostarp mobilo tālruņu un barošanas bateriju, uzlādi, kad tās ir pilnībā uzlādētas, lai novērstu to pārmērīgu uzlādi un pagarinātu baterijas darbības laiku.",
17037
17152
  "switch_overcharge_headline_text": "Aizsardzība pret pārmērīgu uzlādi",
17153
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
17038
17154
  "switchinching_overview_description_text": "Lai automātiski izslēgtu ierīci pēc noteikta laika perioda.",
17155
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
17156
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
17157
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
17039
17158
  "temperature": "Temperatūra",
17040
17159
  "thermostat_automatictab": "Automātisks",
17041
17160
  "thermostat_automode": "Automātiskais grafiks",
@@ -17694,6 +17813,7 @@ export default {
17694
17813
  "history_socket_headline_text": "Logg",
17695
17814
  "home_screen_home_dialog_yes_con": "Forstått",
17696
17815
  "humidity": "Fuktighet",
17816
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
17697
17817
  "intermittent_time": "Intermitterende tid",
17698
17818
  "irrigation": "Irrigasjon",
17699
17819
  "irrigation_by_quantity": "Etter mengde",
@@ -17875,6 +17995,8 @@ export default {
17875
17995
  "other_lights_modes_gradient_text": "Gradient",
17876
17996
  "other_lights_modes_jump_text": "Hopp",
17877
17997
  "overview": "Oversikt",
17998
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
17999
+ "plug_energygenerationswitch": "Switch to energy generation mode",
17878
18000
  "power_off_memory_customized_description": "Brukerdefinert utvalg av farge- og lysstyrkeverdi.",
17879
18001
  "power_off_memory_default_state_description": "Gå tilbake til standard farge- og lysstyrkeverdi.",
17880
18002
  "power_off_memory_default_state_title": "Standard tilstand",
@@ -18043,7 +18165,11 @@ export default {
18043
18165
  "striplight_lengthtitle": "Stripelys lengde",
18044
18166
  "switch_overcharge_headline_description": "Funksjonen slår automatisk av lading av mobilenhetene dine, inkludert mobiltelefoner og strømbanker, når de er fulladet for å forhindre overlading og forlenge batteriets levetid.",
18045
18167
  "switch_overcharge_headline_text": "Beskyttelse mot overlading",
18168
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
18046
18169
  "switchinching_overview_description_text": "For å slå av enheten automatisk etter en periode.",
18170
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
18171
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
18172
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
18047
18173
  "temperature": "Temperatur",
18048
18174
  "thermostat_automatictab": "Automatisk",
18049
18175
  "thermostat_automode": "Automatisk tidsplan",
@@ -18702,6 +18828,7 @@ export default {
18702
18828
  "history_socket_headline_text": "Historia",
18703
18829
  "home_screen_home_dialog_yes_con": "Rozumiem",
18704
18830
  "humidity": "Wilgotność",
18831
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
18705
18832
  "intermittent_time": "Czas przerywany",
18706
18833
  "irrigation": "Nawadnianie",
18707
18834
  "irrigation_by_quantity": "Według ilości",
@@ -18883,6 +19010,8 @@ export default {
18883
19010
  "other_lights_modes_gradient_text": "Gradient",
18884
19011
  "other_lights_modes_jump_text": "PRZEJDŹ",
18885
19012
  "overview": "Przegląd",
19013
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
19014
+ "plug_energygenerationswitch": "Switch to energy generation mode",
18886
19015
  "power_off_memory_customized_description": "Wybór koloru i wartości jasności zdefiniowany przez użytkownika.",
18887
19016
  "power_off_memory_default_state_description": "Wróć do domyślnej wartości koloru i jasności.",
18888
19017
  "power_off_memory_default_state_title": "Stan domyślny",
@@ -19051,7 +19180,11 @@ export default {
19051
19180
  "striplight_lengthtitle": "Długość paska światła",
19052
19181
  "switch_overcharge_headline_description": "Funkcja automatycznie wyłącza ładowanie urządzeń mobilnych, w tym telefonów komórkowych i power banków, gdy są w pełni naładowane, aby zapobiec przeładowaniu i przedłużyć żywotność baterii.",
19053
19182
  "switch_overcharge_headline_text": "Ochrona przed przeładowaniem",
19183
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
19054
19184
  "switchinching_overview_description_text": "Automatyczne wyłączanie urządzenia po pewnym czasie.",
19185
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
19186
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
19187
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
19055
19188
  "temperature": "temperatura",
19056
19189
  "thermostat_automatictab": "Automatycznie",
19057
19190
  "thermostat_automode": "Automatyczny harmonogram",
@@ -19710,6 +19843,7 @@ export default {
19710
19843
  "history_socket_headline_text": "História",
19711
19844
  "home_screen_home_dialog_yes_con": "Entendi",
19712
19845
  "humidity": "Umidade",
19846
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
19713
19847
  "intermittent_time": "Tempo intermitente",
19714
19848
  "irrigation": "Irrigação",
19715
19849
  "irrigation_by_quantity": "Por quantidade",
@@ -19891,6 +20025,8 @@ export default {
19891
20025
  "other_lights_modes_gradient_text": "Gradiente",
19892
20026
  "other_lights_modes_jump_text": "Pular",
19893
20027
  "overview": "Visão geral",
20028
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
20029
+ "plug_energygenerationswitch": "Switch to energy generation mode",
19894
20030
  "power_off_memory_customized_description": "Seleção definida pelo usuário do valor de cor e brilho.",
19895
20031
  "power_off_memory_default_state_description": "Retorne ao valor padrão de cor e brilho.",
19896
20032
  "power_off_memory_default_state_title": "Estado por defeito",
@@ -20059,7 +20195,11 @@ export default {
20059
20195
  "striplight_lengthtitle": "Comprimento da luz de tira",
20060
20196
  "switch_overcharge_headline_description": "O recurso desliga automaticamente o carregamento de seus dispositivos móveis, incluindo telefones celulares e bancos de energia, quando eles estão totalmente carregados para evitar sobrecargas e prolongar a vida útil da bateria.",
20061
20197
  "switch_overcharge_headline_text": "Proteção contra sobrecarga",
20198
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
20062
20199
  "switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
20200
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
20201
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
20202
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
20063
20203
  "temperature": "Temperatura",
20064
20204
  "thermostat_automatictab": "Automático",
20065
20205
  "thermostat_automode": "Programação automática",
@@ -20718,6 +20858,7 @@ export default {
20718
20858
  "history_socket_headline_text": "Istoric",
20719
20859
  "home_screen_home_dialog_yes_con": "Am înțeles",
20720
20860
  "humidity": "Umiditate",
20861
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
20721
20862
  "intermittent_time": "Timp intermitent",
20722
20863
  "irrigation": "Irigare",
20723
20864
  "irrigation_by_quantity": "După cantitate",
@@ -20899,6 +21040,8 @@ export default {
20899
21040
  "other_lights_modes_gradient_text": "Gradient",
20900
21041
  "other_lights_modes_jump_text": "Salt",
20901
21042
  "overview": "Prezentare generală",
21043
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
21044
+ "plug_energygenerationswitch": "Switch to energy generation mode",
20902
21045
  "power_off_memory_customized_description": "Selectarea definită de utilizator a valorii culorii și luminozității.",
20903
21046
  "power_off_memory_default_state_description": "Reveniți la valoarea implicită a culorii și luminozității.",
20904
21047
  "power_off_memory_default_state_title": "Starea implicită",
@@ -21067,7 +21210,11 @@ export default {
21067
21210
  "striplight_lengthtitle": "Lungimea luminii benzii",
21068
21211
  "switch_overcharge_headline_description": "Funcția oprește automat încărcarea dispozitivelor mobile, inclusiv a telefoanelor mobile și a băncilor de alimentare, atunci când acestea sunt complet încărcate, pentru a preveni supraîncărcarea și a prelungi durata de viață a bateriei.",
21069
21212
  "switch_overcharge_headline_text": "Protecție la supraîncărcare",
21213
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
21070
21214
  "switchinching_overview_description_text": "Pentru a opri automat dispozitivul după o perioadă de timp.",
21215
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
21216
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
21217
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
21071
21218
  "temperature": "Temperatură",
21072
21219
  "thermostat_automatictab": "Automat",
21073
21220
  "thermostat_automode": "Programare automată",
@@ -21726,6 +21873,7 @@ export default {
21726
21873
  "history_socket_headline_text": "История",
21727
21874
  "home_screen_home_dialog_yes_con": "Понятно",
21728
21875
  "humidity": "влажность",
21876
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
21729
21877
  "intermittent_time": "Прерывистое время",
21730
21878
  "irrigation": "Орошение",
21731
21879
  "irrigation_by_quantity": "По количеству",
@@ -21907,6 +22055,8 @@ export default {
21907
22055
  "other_lights_modes_gradient_text": "Градиент",
21908
22056
  "other_lights_modes_jump_text": "Переход",
21909
22057
  "overview": "Обзор",
22058
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
22059
+ "plug_energygenerationswitch": "Switch to energy generation mode",
21910
22060
  "power_off_memory_customized_description": "Заданный пользователем выбор значения цвета и яркости.",
21911
22061
  "power_off_memory_default_state_description": "Вернитесь к значению цвета и яркости по умолчанию.",
21912
22062
  "power_off_memory_default_state_title": "Состояние по умолчанию",
@@ -22075,7 +22225,11 @@ export default {
22075
22225
  "striplight_lengthtitle": "Длина полосы света",
22076
22226
  "switch_overcharge_headline_description": "Эта функция автоматически отключает зарядку мобильных устройств, включая мобильные телефоны и блоки питания, после их полной зарядки, чтобы предотвратить перезарядку и продлить срок службы батареи.",
22077
22227
  "switch_overcharge_headline_text": "Защита от перезарядки",
22228
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
22078
22229
  "switchinching_overview_description_text": "Для автоматического выключения устройства через некоторое время.",
22230
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
22231
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
22232
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
22079
22233
  "temperature": "температура",
22080
22234
  "thermostat_automatictab": "автоматический",
22081
22235
  "thermostat_automode": "Автоматическое расписание",
@@ -22481,7 +22635,7 @@ export default {
22481
22635
  "consumption_data_price_per_kwh_currency_value10": "₴",
22482
22636
  "consumption_data_price_per_kwh_currency_value11": "₾",
22483
22637
  "consumption_data_price_per_kwh_currency_value12": "Rbl",
22484
- "consumption_data_price_per_kwh_currency_value13": "лв.",
22638
+ "consumption_data_price_per_kwh_currency_value13": "BGN",
22485
22639
  "consumption_data_price_per_kwh_currency_value2": "$",
22486
22640
  "consumption_data_price_per_kwh_currency_value3": "£",
22487
22641
  "consumption_data_price_per_kwh_currency_value4": "CHF",
@@ -22489,7 +22643,7 @@ export default {
22489
22643
  "consumption_data_price_per_kwh_currency_value6": "Kč",
22490
22644
  "consumption_data_price_per_kwh_currency_value7": "Ft.",
22491
22645
  "consumption_data_price_per_kwh_currency_value8": "zł",
22492
- "consumption_data_price_per_kwh_currency_value9": "",
22646
+ "consumption_data_price_per_kwh_currency_value9": "TL",
22493
22647
  "consumption_data_price_per_kwh_description_text": "Ak chcete vypočítať vynaložené alebo ušetrené peniaze, musíte zadať cenu za kWh.",
22494
22648
  "consumption_data_price_per_kwh_headline_text": "Cena za kWh",
22495
22649
  "contact_sensor_battery_state1": "Vysoké",
@@ -22734,6 +22888,7 @@ export default {
22734
22888
  "history_socket_headline_text": "História",
22735
22889
  "home_screen_home_dialog_yes_con": "Rozumiem",
22736
22890
  "humidity": "Vlhkosť",
22891
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
22737
22892
  "intermittent_time": "Prerušovaný čas",
22738
22893
  "irrigation": "Zavlažovanie",
22739
22894
  "irrigation_by_quantity": "Podľa množstva",
@@ -22915,6 +23070,8 @@ export default {
22915
23070
  "other_lights_modes_gradient_text": "Prechod",
22916
23071
  "other_lights_modes_jump_text": "Preskočiť",
22917
23072
  "overview": "Prehľad",
23073
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
23074
+ "plug_energygenerationswitch": "Switch to energy generation mode",
22918
23075
  "power_off_memory_customized_description": "Užívateľsky definovaný výber farby a hodnoty jasu.",
22919
23076
  "power_off_memory_default_state_description": "Vráťte sa na predvolenú hodnotu farby a jasu.",
22920
23077
  "power_off_memory_default_state_title": "Predvolený stav",
@@ -23083,7 +23240,11 @@ export default {
23083
23240
  "striplight_lengthtitle": "Dĺžka pásu svetla",
23084
23241
  "switch_overcharge_headline_description": "Táto funkcia automaticky vypne nabíjanie mobilných zariadení vrátane mobilných telefónov a napájacích bánk, keď sú úplne nabité, aby sa zabránilo prebíjaniu a predĺžila sa životnosť batérie.",
23085
23242
  "switch_overcharge_headline_text": "Ochrana proti prebíjaniu",
23243
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
23086
23244
  "switchinching_overview_description_text": "Automatické vypnutie zariadenia po určitej dobe.",
23245
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
23246
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
23247
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
23087
23248
  "temperature": "Teplota",
23088
23249
  "thermostat_automatictab": "Automaticky",
23089
23250
  "thermostat_automode": "Automatický plán",
@@ -23742,6 +23903,7 @@ export default {
23742
23903
  "history_socket_headline_text": "Tidigare",
23743
23904
  "home_screen_home_dialog_yes_con": "Jag förstår",
23744
23905
  "humidity": "Fuktighet",
23906
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
23745
23907
  "intermittent_time": "Periodisk tid",
23746
23908
  "irrigation": "Bevattning",
23747
23909
  "irrigation_by_quantity": "Efter kvantitet",
@@ -23923,6 +24085,8 @@ export default {
23923
24085
  "other_lights_modes_gradient_text": "Toning",
23924
24086
  "other_lights_modes_jump_text": "Hoppa",
23925
24087
  "overview": "Översikt",
24088
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
24089
+ "plug_energygenerationswitch": "Switch to energy generation mode",
23926
24090
  "power_off_memory_customized_description": "Användardefinierat val av färg och ljusstyrka.",
23927
24091
  "power_off_memory_default_state_description": "Återgå till standardvärdet för färg och ljusstyrka.",
23928
24092
  "power_off_memory_default_state_title": "Standardläge",
@@ -24091,7 +24255,11 @@ export default {
24091
24255
  "striplight_lengthtitle": "Strip Ljuslängd",
24092
24256
  "switch_overcharge_headline_description": "Funktionen stänger automatiskt av laddning av dina mobila enheter, inklusive mobiltelefoner och kraftbanker, när de är fulladdade för att förhindra överladdning och förlänga batteriets livslängd.",
24093
24257
  "switch_overcharge_headline_text": "Överladdningsskydd",
24258
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
24094
24259
  "switchinching_overview_description_text": "För att automatiskt stänga av enheten efter en tidsperiod.",
24260
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
24261
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
24262
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
24095
24263
  "temperature": "Temperatur",
24096
24264
  "thermostat_automatictab": "Automatisk",
24097
24265
  "thermostat_automode": "Automatiskt schema",
@@ -24750,6 +24918,7 @@ export default {
24750
24918
  "history_socket_headline_text": "Geçmiş",
24751
24919
  "home_screen_home_dialog_yes_con": "Anlaşıldı",
24752
24920
  "humidity": "Nem",
24921
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
24753
24922
  "intermittent_time": "Aralıklı Zaman",
24754
24923
  "irrigation": "Sulama",
24755
24924
  "irrigation_by_quantity": "Miktarına Göre",
@@ -24931,6 +25100,8 @@ export default {
24931
25100
  "other_lights_modes_gradient_text": "Gradyan",
24932
25101
  "other_lights_modes_jump_text": "Atla",
24933
25102
  "overview": "Genel Bakış",
25103
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
25104
+ "plug_energygenerationswitch": "Switch to energy generation mode",
24934
25105
  "power_off_memory_customized_description": "Kullanıcı tanımlı renk ve parlaklık değeri seçimi.",
24935
25106
  "power_off_memory_default_state_description": "Varsayılan renk ve parlaklık değerine dönün.",
24936
25107
  "power_off_memory_default_state_title": "Varsayılan durum",
@@ -25099,7 +25270,11 @@ export default {
25099
25270
  "striplight_lengthtitle": "Şerit Işık uzunluğu",
25100
25271
  "switch_overcharge_headline_description": "Bu özellik, aşırı şarjı önlemek ve pil ömrünü uzatmak için tamamen şarj olduklarında cep telefonları ve güç bankaları da dahil olmak üzere mobil cihazlarınızı şarj etmeyi otomatik olarak kapatır.",
25101
25272
  "switch_overcharge_headline_text": "Aşırı Şarj Koruması",
25273
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
25102
25274
  "switchinching_overview_description_text": "Belirli bir süre sonra cihazı otomatik olarak kapatmak için.",
25275
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
25276
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
25277
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
25103
25278
  "temperature": "Sıcaklık",
25104
25279
  "thermostat_automatictab": "Otomatik",
25105
25280
  "thermostat_automode": "Otomatik program",
@@ -25758,6 +25933,7 @@ export default {
25758
25933
  "history_socket_headline_text": "Історія",
25759
25934
  "home_screen_home_dialog_yes_con": "Зрозуміло",
25760
25935
  "humidity": "Вологість",
25936
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
25761
25937
  "intermittent_time": "Переривчастий час",
25762
25938
  "irrigation": "Зрошення",
25763
25939
  "irrigation_by_quantity": "За кількістю",
@@ -25939,6 +26115,8 @@ export default {
25939
26115
  "other_lights_modes_gradient_text": "Градієнт",
25940
26116
  "other_lights_modes_jump_text": "Стрибок",
25941
26117
  "overview": "Деталі",
26118
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
26119
+ "plug_energygenerationswitch": "Switch to energy generation mode",
25942
26120
  "power_off_memory_customized_description": "Вибір кольору та значення яскравості, що визначається користувачем.",
25943
26121
  "power_off_memory_default_state_description": "Повернути значення кольору та яскравості за замовчуванням.",
25944
26122
  "power_off_memory_default_state_title": "Стан за замовчуванням",
@@ -26107,7 +26285,11 @@ export default {
26107
26285
  "striplight_lengthtitle": "Довжина світлової смуги",
26108
26286
  "switch_overcharge_headline_description": "Функція автоматично відключає зарядку ваших мобільних пристроїв, включаючи мобільні телефони та банки живлення, коли вони повністю заряджені, щоб запобігти перезарядженню та продовжити термін служби акумулятора.",
26109
26287
  "switch_overcharge_headline_text": "Захист від перезарядки",
26288
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
26110
26289
  "switchinching_overview_description_text": "Автоматичне вимкнення пристрою через певний проміжок часу.",
26290
+ "switchonlyonce": "Зміна режиму дозволена тільки один раз на добу.",
26291
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
26292
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
26111
26293
  "temperature": "Температура",
26112
26294
  "thermostat_automatictab": "Автоматично",
26113
26295
  "thermostat_automode": "Автоматичний розклад",
@@ -26766,6 +26948,7 @@ export default {
26766
26948
  "history_socket_headline_text": "História",
26767
26949
  "home_screen_home_dialog_yes_con": "Entendi",
26768
26950
  "humidity": "Umidade",
26951
+ "infobutton_totalenergy": "The total energy shows only the total consumption/generation data after the last reset.\nThe data was switched on the following days:",
26769
26952
  "intermittent_time": "Tempo intermitente",
26770
26953
  "irrigation": "Irrigação",
26771
26954
  "irrigation_by_quantity": "Por quantidade",
@@ -26947,6 +27130,8 @@ export default {
26947
27130
  "other_lights_modes_gradient_text": "Gradiente",
26948
27131
  "other_lights_modes_jump_text": "Pular",
26949
27132
  "overview": "Visão geral",
27133
+ "plug_energyconsumptionswitch": "Switch to energy consumption mode",
27134
+ "plug_energygenerationswitch": "Switch to energy generation mode",
26950
27135
  "power_off_memory_customized_description": "Seleção definida pelo usuário do valor de cor e brilho.",
26951
27136
  "power_off_memory_default_state_description": "Retorne ao valor padrão de cor e brilho.",
26952
27137
  "power_off_memory_default_state_title": "Estado por defeito",
@@ -27115,7 +27300,11 @@ export default {
27115
27300
  "striplight_lengthtitle": "Comprimento da luz de tira",
27116
27301
  "switch_overcharge_headline_description": "O recurso desliga automaticamente o carregamento de seus dispositivos móveis, incluindo telefones celulares e bancos de energia, quando eles estão totalmente carregados para evitar sobrecargas e prolongar a vida útil da bateria.",
27117
27302
  "switch_overcharge_headline_text": "Proteção contra sobrecarga",
27303
+ "switchdescription_energy": "Note that the total energy data will be resetted and cannot be recovered again.",
27118
27304
  "switchinching_overview_description_text": "Para desligar automaticamente o dispositivo após um período de tempo.",
27305
+ "switchonlyonce": "Switching the mode is only allowed once a day.",
27306
+ "switchtitle_energyconsumption": "Do you really want to switch to energy consumption?",
27307
+ "switchtitle_energygeneration": "Do you really want to switch to energy generation?",
27119
27308
  "temperature": "Temperatura",
27120
27309
  "thermostat_automatictab": "Automático",
27121
27310
  "thermostat_automode": "Programação automática",
@@ -1,5 +1,6 @@
1
1
  import {commonApi} from '@tuya/tuya-panel-api'
2
2
  import { IGetDpResultByHourResponse, IGetDpResultByMonthResponse } from '@tuya/tuya-panel-api/lib/common/interface'
3
+ import {sendAppEvent} from "../api/native";
3
4
 
4
5
  export interface PagingResult<T> {
5
6
  data: T
@@ -74,6 +75,9 @@ export async function getDpResultByMonth(
74
75
  const res = await commonApi.statApi.getDpResultByMonth(params);
75
76
  return res;
76
77
  } catch (err) {
78
+ if (err.errorCode === 'DPID_NOT_SUPPORT_STATISTICS_ERROR') {
79
+ sendAppEvent('RN_ERROR', { message: `code: ${err.errorCode}, deviceId: ${devId}` })
80
+ }
77
81
  retry++;
78
82
  if (retry > maxRetries) {
79
83
  return undefined;
@@ -143,4 +147,4 @@ export async function getDpResultByHour(
143
147
  }
144
148
  }
145
149
  }
146
- }
150
+ }
@@ -349,7 +349,7 @@ const useEnergieverbrauch = () => {
349
349
  return [dps, setEnergieverbrauchFn]
350
350
  }
351
351
 
352
- export const useEngergyGeneration = () => {
352
+ export const useSolarPlug = () => {
353
353
  const { productId } = useDeviceInfo()
354
354
  return productList.some(val => val === productId)
355
355
  }
package/translateKey.txt CHANGED
@@ -1022,3 +1022,10 @@ battery_status_normal
1022
1022
  battery_status_low
1023
1023
  battery_status_empty
1024
1024
  push_notifications_contact_sensor_door_closing_title
1025
+ plug_energygenerationswitch
1026
+ switchtitle_energygeneration
1027
+ switchdescription_energy
1028
+ plug_energyconsumptionswitch
1029
+ switchtitle_energyconsumption
1030
+ switchonlyonce
1031
+ infobutton_totalenergy